.contact-section { padding: 64px 4.5% 0; color: #38252e; overflow: clip; background: radial-gradient(ellipse at 39% 52%, #fff 0%, #faf3f6 30%, #eed9e1 66%, #d6adbd 100%); }
.contact-panel { position: relative; max-width: 1500px; margin-inline: auto; border-top: 1px solid #a16d832e; border-bottom: 1px solid #a16d832e; padding: 36px 3% 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2%; align-items: center; }
.contact-copy { position: relative; z-index: 2; min-width: 0; padding-block: 32px 60px; }
.contact-eyebrow { display: flex; align-items: center; gap: 14px; font-size: 13px; color: #99536e; margin: 0 0 25px; }
.contact-eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.contact-copy h2 { font-size: clamp(38px,4.3vw,68px); font-weight: 700; letter-spacing: -.06em; line-height: 1.08; margin: 0 0 26px; }
.contact-copy h2 > span { color: #ae647f; }
.contact-intro { max-width: 490px; color: #806570; font-size: clamp(14px,1.25vw,18px); line-height: 1.65; margin: 0 0 32px; }
.contact-details { display: grid; gap: 20px; font-size: 15px; font-weight: 600; line-height: 1.5; }
.contact-detail { display: flex; gap: 18px; align-items: center; overflow-wrap: anywhere; width: fit-content; max-width: 100%; }
.contact-detail > svg { width: 48px; height: 48px; padding: 12px; border: 1px solid #b78f9f42; border-radius: 50%; background: #fff5; flex-shrink: 0; }
.contact-detail-label { display: block; color: #876f79; font-size: 12px; font-weight: 400; margin-bottom: 3px; }
.contact-preferred { display: none; }
.contact-socials { max-width: 410px; border-top: 1px solid #b78f9f42; margin-top: 30px; padding-top: 20px; }
.contact-social-links { display: flex; gap: 14px; margin-top: 10px; }
.contact-social-links a { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #b78f9f42; border-radius: 50%; background: #fff5; transition: background .2s; }
.contact-social-links svg { width: 20px; height: 20px; }
.contact-social-links a:hover { background: #fff; }
.contact-details a:hover { color: #99536e; }
.contact-section a:focus-visible { outline: 2px solid #99536e; outline-offset: 5px; }
.contact-illustration { position: relative; align-self: end; display: flex; align-items: center; justify-content: center; min-width: 0; pointer-events: none; }
.contact-illustration img { position: relative; z-index: 1; display: block; width: 100%; max-width: 580px; height: auto; mix-blend-mode: multiply; }
.contact-halo { position: absolute; width: 110%; height: 42%; top: 27%; border: 1px solid #ad708d65; border-radius: 50%; transform: rotate(22deg); }
.contact-bubble { position: absolute; z-index: 2; right: -3%; top: 9%; padding: 14px 22px; border: 1px solid #b78f9f33; border-radius: 40px; background: #fff8; color: #725160; font-size: 12px; line-height: 1.4; }
.contact-scribble { position: absolute; z-index: 2; right: -3%; bottom: 20%; transform: rotate(-12deg); color: #ac7b90; font-family: Georgia, serif; font-style: italic; font-size: 21px; line-height: 1.4; }
@media (max-width: 1100px) {
 .contact-panel { grid-template-columns: 1.1fr .9fr; padding-inline: 1%; }
 .contact-copy h2 { font-size: clamp(36px,4.3vw,48px); }
 .contact-bubble { right: 0; top: 0; font-size: 10px; padding: 10px 15px; }
 .contact-scribble { display: none; }
}
@media (max-width: 760px) {
 .contact-section { padding: 38px 22px 0; }
 .contact-panel { display: flex; flex-direction: column; padding: 0; }
 .contact-copy { width: 100%; padding: 32px 0 12px; }
 .contact-copy h2 { font-size: clamp(33px,7.6vw,52px); }
 .contact-intro { font-size: 14px; margin-bottom: 26px; }
 .contact-details { font-size: 13px; gap: 18px; }
 .contact-detail { gap: 13px; }
 .contact-detail > svg { width: 42px; height: 42px; padding: 10px; }
 .contact-socials { margin-top: 25px; }
 .contact-illustration { width: 100%; max-width: 440px; margin: 18px auto 0; align-self: center; }
 .contact-bubble { top: 7%; }
 .contact-halo { width: 95%; }
}
