:root{--sunda-black: #171716;--sunda-ink: #22211f;--sunda-cream: #f5f1e8;--sunda-paper: #faf8f3;--sunda-white: #fffdf9;--sunda-red: #9f2f2b;--sunda-red-dark: #822521;--sunda-gold: #b28a52;--sunda-border: rgba(23, 23, 22, .12);--sunda-border-light: rgba(23, 23, 22, .08);--sunda-shadow: 0 12px 40px rgba(23, 23, 22, .055);--sunda-radius: 20px;--sunda-pill: 999px}.sunda-contact-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.sunda-contact-section{padding:72px 0;background:var(--sunda-paper)}.sunda-contact-label{display:inline-flex;align-items:center;min-height:28px;padding:5px 12px;border:1px solid var(--sunda-border);border-radius:var(--sunda-pill);color:var(--sunda-gold);font-size:10px;font-weight:500;letter-spacing:.16em;line-height:1;text-transform:uppercase}.sunda-contact-section-title{margin:15px 0 0;color:var(--sunda-black);font-size:clamp(28px,3vw,42px);font-weight:400;letter-spacing:-.035em;line-height:1.08}.sunda-contact-section-description{max-width:520px;margin-top:16px;color:#1717169e;font-size:14px;font-weight:400;line-height:1.75}.sunda-contact-section-description p{margin:0}.sunda-contact-hero{position:relative;min-height:380px;display:flex;align-items:center;overflow:hidden;background:var(--sunda-black) var(--contact-hero-image) center / cover no-repeat;color:var(--sunda-white)}.sunda-contact-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#171716e0,#1717169e 55%,#17171652)}.sunda-contact-hero__inner{position:relative;z-index:2;max-width:690px;padding:72px 0}.sunda-contact-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border:1px solid rgba(255,255,255,.2);border-radius:var(--sunda-pill);color:#ffffffc7;font-size:10px;letter-spacing:.16em;text-transform:uppercase}.sunda-contact-eyebrow__dot{width:5px;height:5px;border-radius:50%;background:var(--sunda-red)}.sunda-contact-hero__title{margin:18px 0 0;color:#fffdf9;font-size:clamp(46px,6vw,76px);font-weight:300;letter-spacing:-.055em;line-height:.98}.sunda-contact-hero__text{max-width:550px;margin-top:20px;color:#ffffffb8;font-size:15px;line-height:1.75}.sunda-contact-hero__text p{margin:0}.sunda-contact-form-layout{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(560px,1.5fr);gap:70px;align-items:start}.sunda-contact-form-intro{padding-top:14px}.sunda-contact-form-note{display:flex;align-items:center;gap:10px;margin-top:26px;color:#1717167a;font-size:11px;letter-spacing:.02em}.sunda-contact-form-note__line{width:24px;height:1px;background:var(--sunda-gold)}.sunda-contact-form-card{padding:32px;border:1px solid var(--sunda-border);border-radius:24px;background:#fffdf9d1;box-shadow:var(--sunda-shadow)}.sunda-contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.sunda-contact-field{min-width:0}.sunda-contact-field--full{grid-column:1 / -1}.sunda-contact-field label{display:block;margin:0 0 7px;color:#171716b3;font-size:11px;font-weight:500;letter-spacing:.025em}.sunda-contact-field label span{color:var(--sunda-red)}.sunda-contact-field input,.sunda-contact-field select,.sunda-contact-field textarea{width:100%;box-sizing:border-box;border:1px solid rgba(23,23,22,.13);border-radius:13px;outline:none;background:#fffefa;color:var(--sunda-black);font-family:inherit;font-size:13px;font-weight:400;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.sunda-contact-field input,.sunda-contact-field select{height:46px;padding:0 14px}.sunda-contact-field textarea{min-height:125px;padding:13px 14px;resize:vertical;line-height:1.6}.sunda-contact-field input::placeholder,.sunda-contact-field textarea::placeholder{color:#17171652}.sunda-contact-field input:hover,.sunda-contact-field select:hover,.sunda-contact-field textarea:hover{border-color:#17171638}.sunda-contact-field input:focus,.sunda-contact-field select:focus,.sunda-contact-field textarea:focus{border-color:#9f2f2b7a;box-shadow:0 0 0 3px #9f2f2b12;background:#fff}.sunda-contact-form__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:26px;padding-top:22px;border-top:1px solid var(--sunda-border-light)}.sunda-contact-privacy{max-width:360px;margin:0;color:#1717166b;font-size:10px;line-height:1.55}.sunda-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:45px;padding:0 19px 0 22px;border:0;border-radius:var(--sunda-pill);background:var(--sunda-black);color:#fffdf9;cursor:pointer;font-family:inherit;font-size:11px;font-weight:500;letter-spacing:.03em;transition:transform .18s ease,background .18s ease}.sunda-contact-button:hover{background:var(--sunda-red);transform:translateY(-1px)}.sunda-contact-button__arrow{font-size:16px;line-height:1}.sunda-contact-success{display:flex;align-items:flex-start;gap:13px;margin-bottom:25px;padding:15px 17px;border:1px solid rgba(178,138,82,.24);border-radius:14px;background:#b28a520e}.sunda-contact-success__icon{display:flex;width:25px;height:25px;align-items:center;justify-content:center;flex:0 0 25px;border-radius:50%;background:var(--sunda-gold);color:#fff;font-size:12px}.sunda-contact-success strong{display:block;color:var(--sunda-black);font-size:13px;font-weight:500}.sunda-contact-success p{margin:3px 0 0;color:#17171685;font-size:11px}.sunda-contact-errors{margin-bottom:20px;padding:13px 15px;border:1px solid rgba(159,47,43,.2);border-radius:13px;background:#9f2f2b0b;color:var(--sunda-red);font-size:12px}.sunda-contact-info-section{padding-top:25px;padding-bottom:70px}.sunda-contact-info-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;padding:38px 0;border-top:1px solid var(--sunda-border);border-bottom:1px solid var(--sunda-border)}.sunda-contact-info-list{display:flex;flex-direction:column;gap:8px}.sunda-contact-info-item{display:flex;align-items:center;min-height:68px;padding:8px 12px 8px 8px;border:1px solid transparent;border-radius:18px;color:inherit;text-decoration:none;transition:border-color .18s ease,background .18s ease,transform .18s ease}.sunda-contact-info-item:hover{border-color:var(--sunda-border);background:#fffdf9b3;transform:translate(2px)}.sunda-contact-info-icon{display:flex;width:42px;height:42px;align-items:center;justify-content:center;flex:0 0 42px;border:1px solid var(--sunda-border);border-radius:13px;color:var(--sunda-gold);font-size:9px;letter-spacing:.04em}.sunda-contact-info-content{min-width:0;padding-left:14px}.sunda-contact-info-label{display:block;margin-bottom:3px;color:#17171666;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.sunda-contact-info-content strong{display:block;overflow:hidden;color:var(--sunda-black);font-size:13px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.sunda-contact-info-arrow{margin-left:auto;padding-left:15px;color:#17171659;font-size:16px}.sunda-contact-info-bottom{display:flex;align-items:center;gap:9px;padding-top:18px;color:#1717166b;font-size:10px}.sunda-contact-info-bottom__mark{width:5px;height:5px;border-radius:50%;background:var(--sunda-red)}.sunda-contact-map-section{padding:0 0 80px;background:var(--sunda-paper)}.sunda-contact-map{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;min-height:245px;overflow:hidden;border:1px solid var(--sunda-border);border-radius:24px;background:var(--sunda-black);box-shadow:var(--sunda-shadow)}.sunda-contact-map__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px}.sunda-contact-map__content .sunda-contact-label{border-color:#ffffff29;color:var(--sunda-gold)}.sunda-contact-map__content h2{max-width:400px;margin:15px 0 8px;color:#fffdf9;font-size:clamp(25px,3vw,38px);font-weight:300;letter-spacing:-.04em;line-height:1.05}.sunda-contact-map__content p{margin:0;color:#ffffff85;font-size:12px;line-height:1.6}.sunda-contact-map__button{display:inline-flex;align-items:center;gap:12px;margin-top:22px;padding:9px 14px 9px 16px;border:1px solid rgba(255,255,255,.16);border-radius:var(--sunda-pill);color:#fffdf9;font-size:10px;text-decoration:none;transition:background .18s ease,border-color .18s ease}.sunda-contact-map__button:hover{border-color:#b28a5280;background:#b28a521f}.sunda-contact-map__button span{color:var(--sunda-gold);font-size:14px}.sunda-contact-map__image{position:relative;min-height:245px;overflow:hidden}.sunda-contact-map__image:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(23,23,22,.2),transparent 45%);content:""}.sunda-contact-map__image img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (max-width:989px){.sunda-contact-container{width:min(100% - 32px,760px)}.sunda-contact-form-layout{grid-template-columns:1fr;gap:35px}.sunda-contact-form-intro{max-width:600px}.sunda-contact-info-layout{grid-template-columns:1fr;gap:30px}.sunda-contact-map{grid-template-columns:1fr}.sunda-contact-map__image{min-height:220px}}@media screen and (max-width:749px){.sunda-contact-container{width:calc(100% - 28px)}.sunda-contact-section{padding:50px 0}.sunda-contact-hero{min-height:330px}.sunda-contact-hero__inner{padding:60px 0}.sunda-contact-hero__title{font-size:48px}.sunda-contact-hero__text{max-width:100%;font-size:13px}.sunda-contact-form-card{padding:20px;border-radius:19px}.sunda-contact-form__grid{grid-template-columns:1fr;gap:16px}.sunda-contact-field--full{grid-column:auto}.sunda-contact-form__bottom{align-items:flex-start;flex-direction:column;gap:18px}.sunda-contact-button{width:100%}.sunda-contact-info-section{padding-bottom:55px}.sunda-contact-info-layout{padding:30px 0}.sunda-contact-map-section{padding-bottom:55px}.sunda-contact-map__content{padding:30px 24px}.sunda-contact-map__image{min-height:180px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/sunda-contact.css.map */
