.custom-contact-wrapper{background-color:#faf6f0;color:#2e2a39;font-family:var(--font-body-family),sans-serif;overflow:hidden}.custom-contact-wrapper .page-width{max-width:100%!important;width:100%!important;padding:0 clamp(3.2rem,5vw,8rem)!important;box-sizing:border-box}.custom-contact__header{text-align:center;max-width:68rem;margin:0 auto 5.6rem;display:flex;flex-direction:column;align-items:center}.custom-contact__eyebrow{font-size:1.2rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#a68a56;margin-bottom:1.6rem;display:inline-block}.custom-contact__title{font-family:var(--font-heading-family),serif;font-size:clamp(3rem,5vw,4.8rem);font-weight:700;color:#122410;line-height:1.15;margin:0 0 2rem;letter-spacing:-.01em}.custom-contact__subtext{font-size:1.6rem;line-height:1.7;color:#2e2a39bf;margin:0}.custom-contact__main-grid{display:flex;justify-content:center;align-items:start;width:100%}.custom-contact__form-col{width:100%}.custom-contact__media-col{display:flex;flex-direction:column;gap:3.2rem}.custom-contact__image-card{border-radius:2rem;overflow:hidden;box-shadow:0 8px 30px #0000000d;position:relative}.custom-contact__image-wrapper{position:relative;width:100%;padding-bottom:110%;background-color:#e1d7c6;overflow:hidden}.custom-contact__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,1,.5,1)}.custom-contact__image-card:hover img{transform:scale(1.04)}.custom-contact__image-overlay{position:absolute;bottom:0;left:0;right:0;padding:4rem 3.2rem 3.2rem;background:linear-gradient(to top,#122410cc,#1224104d,#12241000);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none}.custom-contact__overlay-eyebrow{font-family:var(--font-heading-family),serif;font-style:italic;font-size:1.5rem;color:#e1d7c6;margin:0 0 .8rem;letter-spacing:.02em}.custom-contact__overlay-heading{font-family:var(--font-body-family),sans-serif;font-size:2.6rem;font-weight:700;color:#fff;margin:0;line-height:1.25}.custom-contact__details-grid{display:grid;grid-template-columns:1fr;gap:1.6rem;margin-top:3.2rem}@media screen and (min-width:550px){.custom-contact__details-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:4.8rem}}.custom-contact__detail-card{background-color:#f3ece2;border:1px solid rgba(166,138,86,.15);border-radius:1.6rem;padding:2rem;display:flex;align-items:flex-start;gap:1.6rem;transition:transform .3s ease,box-shadow .3s ease}@media screen and (min-width:550px){.custom-contact__detail-card{flex-direction:column;padding:2.2rem 1.6rem;gap:1.2rem}}@media screen and (min-width:990px){.custom-contact__detail-card{flex-direction:row;align-items:flex-start;padding:2.4rem;gap:1.8rem}}.custom-contact__detail-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a68a5614}.custom-contact__detail-icon{background-color:#1224100d;color:#122410;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.8rem}.custom-contact__detail-info h4{font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#122410;margin:0 0 .6rem}.custom-contact__detail-info p{font-size:1.45rem;line-height:1.5;color:#2e2a39cc;margin:0}.custom-contact__detail-info a{color:inherit;text-decoration:none;transition:color .2s ease}.custom-contact__detail-info a[href^="tel:"]{white-space:nowrap}.custom-contact__detail-info a[href^="mailto:"]{word-break:break-all}.custom-contact__detail-info a:hover{color:#a68a56}.custom-contact__form-card{background-color:#fff;border-radius:2.4rem;padding:3.2rem 2.4rem;box-shadow:0 10px 40px #12241008}@media screen and (min-width:750px){.custom-contact__form-card{padding:4.8rem}}.custom-contact__form-row{display:grid;grid-template-columns:1fr;gap:2.4rem;margin-bottom:2.4rem}@media screen and (min-width:750px){.custom-contact__form-row{grid-template-columns:1fr 1fr}}.custom-contact__form-group{display:flex;flex-direction:column;margin-bottom:2.4rem}.custom-contact__form-group label{font-size:1.3rem;font-weight:600;color:#122410;margin-bottom:.8rem;letter-spacing:.03em}.custom-contact__input,.custom-contact__select,.custom-contact__textarea{background-color:#faf6f0;border:1px solid rgba(166,138,86,.12);border-radius:1rem;padding:1.6rem;font-size:1.45rem;font-family:inherit;color:#2e2a39;width:100%;transition:border-color .25s ease,background-color .25s ease,box-shadow .25s ease;outline:none}.custom-contact__input:focus,.custom-contact__select:focus,.custom-contact__textarea:focus{border-color:#12241066;background-color:#fff;box-shadow:0 0 0 3px #1224100d}.custom-contact__input::placeholder,.custom-contact__textarea::placeholder{color:#2e2a3966}.custom-contact__textarea{resize:none}.custom-contact__select-wrapper{position:relative;width:100%}.custom-contact__select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:4.5rem}.custom-contact__select-arrow{position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);font-size:1.6rem;color:#122410;pointer-events:none;transition:transform .25s ease}.custom-contact__select-wrapper:focus-within .custom-contact__select-arrow{transform:translateY(-50%) rotate(180deg)}.custom-contact__form-submit{margin-top:3.6rem}.custom-contact__submit-btn{background-color:#122410;color:#fff;font-size:1.5rem;font-weight:600;border:none;border-radius:1rem;padding:1.6rem 3.2rem;cursor:pointer;display:inline-flex;align-items:center;gap:1.2rem;transition:background-color .25s ease,transform .25s ease;width:100%;justify-content:center}@media screen and (min-width:550px){.custom-contact__submit-btn{width:auto}}.custom-contact__submit-btn i{font-size:1.4rem;transition:transform .25s ease}.custom-contact__submit-btn:hover{background-color:#1b3518}.custom-contact__submit-btn:hover i{transform:translate(4px)}.form-status-message{display:flex;align-items:flex-start;gap:1.6rem;padding:2rem;border-radius:1.2rem;margin-bottom:3.2rem;font-size:1.45rem;line-height:1.5}.form-status-message--success{background-color:#4a5d2314;border:1px solid rgba(74,93,35,.2);color:#4a5d23}.form-status-message--success i{font-size:2.2rem;color:#4a5d23;margin-top:.1rem}.form-status-message--success p{margin:0;font-weight:600}.form-status-message--error{background-color:#fff2f2;border:1px solid #FFD1D1;color:#d32f2f}.form-status-message--error i{font-size:2.2rem;color:#d32f2f;margin-top:.1rem}.form-status-message__errors{display:flex;flex-direction:column;gap:.8rem}.form-status-message__errors p{margin:0;font-weight:700}.form-status-message__errors ul{margin:0;padding-left:2rem}.form-status-message__errors li a{color:inherit;font-weight:600}.custom-contact__faqs{margin-top:8rem;text-align:center}.custom-contact__faqs-title{font-family:var(--font-heading-family),serif;font-size:clamp(2.6rem,4vw,3.6rem);font-weight:700;color:#122410;margin-bottom:4rem}.custom-contact__faqs-accordion{text-align:left;display:flex;flex-direction:column;gap:1.6rem;width:100%}.custom-contact__faq-card{background-color:#f5efe5;border-radius:1.4rem;overflow:hidden;transition:background-color .25s ease}.custom-contact__faq-summary{display:flex;justify-content:space-between;align-items:center;padding:2.2rem 2.8rem;cursor:pointer;list-style:none;outline:none}.custom-contact__faq-summary::-webkit-details-marker{display:none}.custom-contact__faq-question{font-size:1.6rem;font-weight:700;color:#122410;margin:0;line-height:1.4;padding-right:2rem}.custom-contact__faq-chevron{font-size:1.8rem;color:#122410;transition:transform .3s cubic-bezier(.2,.8,.2,1);flex-shrink:0}.custom-contact__faq-card details[open] .custom-contact__faq-chevron{transform:rotate(180deg)}.custom-contact__faq-answer-wrap{overflow:hidden}.custom-contact__faq-answer{padding:1.8rem 2.8rem 2.4rem;font-size:1.5rem;line-height:1.65;color:#2e2a39d9;border-top:1px solid rgba(18,36,16,.05)}.custom-contact__faq-answer p{margin:0 0 1.2rem}.custom-contact__faq-answer p:last-child{margin-bottom:0}.custom-contact__community{margin-top:8rem;margin-bottom:0}.custom-contact__community-inner{background-color:#122410;border-radius:0;padding:6.4rem 2.4rem;text-align:center;color:#fefcf8;display:flex;flex-direction:column;align-items:center;box-shadow:none}@media screen and (min-width:750px){.custom-contact__community-inner{padding:8rem 4.8rem}}.custom-contact__community-title{font-family:var(--font-heading-family),serif;font-size:clamp(2.8rem,4vw,3.8rem);font-weight:700;color:#fefcf8;margin:0 0 1.6rem}.custom-contact__community-subtext{font-size:1.55rem;line-height:1.6;color:#fefcf8bf;max-width:54rem;margin:0 0 3.6rem}.custom-contact__community-form{width:100%;max-width:48rem}.custom-contact__newsletter-wrapper{display:flex;flex-direction:column;gap:1.6rem;width:100%}@media screen and (min-width:550px){.custom-contact__newsletter-wrapper{flex-direction:row;gap:1.2rem;background-color:#fefcf814;border:1px solid rgba(254,252,248,.2);border-radius:1.2rem;padding:.6rem}}.custom-contact__newsletter-input{background-color:#fefcf814;border:1px solid rgba(254,252,248,.2);border-radius:1.2rem;padding:1.6rem 2rem;font-size:1.45rem;color:#fefcf8;outline:none;width:100%;transition:border-color .25s,background-color .25s}@media screen and (min-width:550px){.custom-contact__newsletter-input{background-color:transparent;border:none;border-radius:0;padding:1.2rem 1.6rem}}.custom-contact__newsletter-input:focus{border-color:#fefcf880;background-color:#fefcf81f}@media screen and (min-width:550px){.custom-contact__newsletter-input:focus{background-color:transparent}}.custom-contact__newsletter-input::placeholder{color:#fefcf873}.custom-contact__newsletter-submit{background-color:#d2e6d5;color:#122410;font-size:1.45rem;font-weight:700;border:none;border-radius:1rem;padding:1.6rem 2.8rem;cursor:pointer;white-space:nowrap;transition:background-color .25s,transform .22s;width:100%}@media screen and (min-width:550px){.custom-contact__newsletter-submit{width:auto;padding:1.2rem 2.4rem}}.custom-contact__newsletter-submit:hover{background-color:#c1dac5}.custom-contact__newsletter-submit:active{transform:scale(.98)}.custom-contact__newsletter-success{font-size:1.4rem;color:#d2e6d5;margin:1.6rem 0 0;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.8rem}.custom-contact__newsletter-error{font-size:1.4rem;color:#ffb3b3;margin:1.6rem 0 0;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.8rem}.custom-contact__community-btn-wrapper{margin-top:1rem}.custom-contact__community-btn{background-color:#fff;color:#122410;font-size:1.5rem;font-weight:700;border-radius:100px;padding:1.4rem 3.6rem;display:inline-flex;align-items:center;gap:1.2rem;text-decoration:none;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease;box-shadow:0 4px 15px #0000000d}.custom-contact__community-btn:hover{background-color:#faf6f0;transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.custom-contact__community-btn-arrow{display:inline-block;transition:transform .25s ease}.custom-contact__community-btn:hover .custom-contact__community-btn-arrow{transform:translate(4px)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-custom-contact.css.map */
