.sun-contacts-page .sun-service-shell{max-width:1080px}
.sun-contacts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:36px}
.sun-contact-card{display:flex;flex-direction:column;min-width:0;gap:12px;padding:24px;border:1px solid rgba(231,198,111,.4);border-radius:20px;background:rgba(255,255,255,.055);color:#f4eee5;text-decoration:none;overflow-wrap:anywhere}
.sun-contact-card h2{margin:0;font-size:1.15rem;line-height:1.3}
.sun-contact-card p{margin:0;color:#e4d7c2;font-size:1rem;line-height:1.5}
.sun-contact-action{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:44px;margin-top:auto;padding:12px 16px;border-radius:999px;background:#e7c66f;color:#302414;font-size:.9rem;font-weight:700;line-height:1.4}
.sun-contact-card:hover{background:rgba(231,198,111,.12);border-color:#e7c66f}
.sun-contact-card:focus-visible{outline:3px solid #e7c66f;outline-offset:4px}
.sun-contacts-footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.16);color:#d9d0c2;font-size:.85rem;line-height:1.5}
.sun-contacts-footer a{color:inherit;text-underline-offset:4px}
@media(max-width:900px){.sun-contacts-grid{grid-template-columns:1fr}.sun-contact-card{padding:20px}}
@media(max-width:720px){.sun-contacts-page .sun-service-copy>.sh-content-lead{grid-column:1/-1}.sun-contacts-grid{margin-top:24px}}

/* Contact glyphs share the Sun House visual language. */
.sun-contact-icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:8px;border-radius:50%;background:linear-gradient(135deg,#f8e8b2,#cba24d);box-shadow:0 6px 24px rgba(219,182,95,.16)}
.sun-contact-icon img{display:block;width:32px;height:32px;max-width:none}
.sun-contact-icon.is-phone,.sun-contact-icon.is-instagram,.sun-contact-icon.is-facebook{border-radius:50%;background:linear-gradient(135deg,#f8e8b2,#cba24d);box-shadow:0 6px 24px rgba(219,182,95,.16)}
.sun-contact-card{background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));transition:transform .18s ease,background .18s ease,border-color .18s ease}
.sun-contact-card:hover{transform:translateY(-3px)}
.sun-contact-card.is-phone{border-color:rgba(231,198,111,.6);background:linear-gradient(135deg,rgba(231,198,111,.17),rgba(231,198,111,.035))}
.sun-contact-card.is-phone p{color:#f8efdf;font-size:clamp(1.05rem,1.65vw,1.3rem);font-weight:700;letter-spacing:.01em}
.sun-contact-card.is-phone .sun-contact-action{margin-top:12px}
@media(max-width:600px){.sun-contact-icon{width:56px;height:56px;border-radius:50%}}
@media(prefers-reduced-motion:reduce){.sun-contact-card{transition:none}.sun-contact-card:hover{transform:none}}
