.contacts-hero{padding:72px 0 44px;border-bottom:1px solid var(--line)}
.contacts-hero h1{margin:0 0 20px;font-size:clamp(48px,6vw,76px)}
.contacts-hero>p:last-child{max-width:590px;margin-bottom:0;color:var(--muted);line-height:1.75}
.contacts-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:clamp(36px,7vw,92px);padding:56px 0 96px}
.contacts-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-content:start}
.contact-card,.contact-hours{min-height:184px;border:1px solid var(--line);border-radius:16px;background:var(--white);padding:22px;display:flex;flex-direction:column;justify-content:space-between;gap:26px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.contact-card:hover{transform:translateY(-3px);border-color:var(--orange);box-shadow:0 16px 34px rgba(21,25,27,.08)}
.contact-card__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#fff0e8;color:var(--orange)}
.contact-card__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-card>span:last-child,.contact-hours>span:last-child{display:grid;gap:5px}
.contact-card small,.contact-hours small{font-size:11px;color:var(--muted)}
.contact-card b,.contact-hours b{font-family:"Space Grotesk",Manrope,sans-serif;font-size:16px;line-height:1.3;letter-spacing:-.02em}
.contact-card em,.contact-hours em{font-size:11px;font-style:normal;color:var(--orange);font-weight:800}
.contact-hours{background:var(--ink);border-color:var(--ink);color:#fff}
.contact-hours .contact-card__icon{background:rgba(255,255,255,.1);color:#fff}
.contact-hours small{color:#acb5b3}.contact-hours em{color:#ff9c63}
.contact-form-card{align-self:start;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--shadow)}
.contact-form-card .eyebrow{margin-bottom:12px}.contact-form-card h2{font-size:clamp(30px,3.4vw,40px);margin-bottom:12px}.contact-form-card>p:not(.eyebrow){margin-bottom:24px;color:var(--muted);font-size:13px}
.contact-form-card form{display:grid;gap:14px}.contact-form-card label{display:grid;gap:7px;font-size:12px;font-weight:800}.contact-form-card input,.contact-form-card textarea{width:100%;border:1px solid #d7dcda;border-radius:9px;padding:12px 13px;background:#fff;color:var(--ink);font-size:13px;line-height:1.4;resize:vertical}.contact-form-card textarea{min-height:108px}.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:var(--orange);outline:3px solid rgba(240,90,0,.13)}
.field-optional{color:var(--muted);font-size:10px;font-weight:600}.contact-privacy{display:block;text-align:center;color:#909795;font-size:10px;line-height:1.5}.contact-form-card .form-status{margin:0}
@media(max-width:820px){.contacts-layout{grid-template-columns:1fr;gap:34px;padding:42px 0 64px}.contact-form-card{max-width:620px;width:100%}}
@media(max-width:560px){.contacts-hero{padding:44px 0 34px}.contacts-details{grid-template-columns:1fr}.contact-card,.contact-hours{min-height:150px;padding:19px}.contact-form-card{padding:22px 18px}.contact-form-card .button{min-height:52px}}
