#lh-home .lh-contact-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}#lh-home .lh-contact-item{grid-column:span 2;display:flex}#lh-home .lh-contact-item:nth-child(n+4){grid-column:span 3}@media (max-width:900px){#lh-home .lh-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}#lh-home .lh-contact-item,#lh-home .lh-contact-item:nth-child(n+4){grid-column:span 1}#lh-home .lh-contact-item:first-child{grid-column:span 2}}@media (max-width:520px){#lh-home .lh-contact-grid{grid-template-columns:1fr}#lh-home .lh-contact-item:first-child{grid-column:auto}}#lh-home .lh-contact-card{flex:1 1;display:flex;flex-direction:column;gap:4px;background:var(--lh-cream);border:1px solid var(--lh-line);border-radius:12px;padding:28px 26px 26px;box-shadow:3px 4px 0 -2px rgba(27,38,52,.08);color:var(--lh-ink);transition:transform .2s ease,box-shadow .2s ease}#lh-home a.lh-contact-card:hover{transform:translateY(-2px);box-shadow:4px 7px 0 -2px rgba(27,38,52,.12)}#lh-home .lh-contact-card.is-dark{background:var(--lh-ink);border-color:rgba(255,253,233,.14);color:var(--lh-cream)}#lh-home .lh-contact-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:var(--lh-ink);color:var(--lh-cream);transform:rotate(-3deg);margin-bottom:16px}#lh-home .lh-contact-card.is-dark .lh-contact-icon{background:var(--lh-gold);color:var(--lh-ink)}#lh-home .lh-contact-icon svg{width:21px;height:21px}#lh-home .lh-contact-label{font-family:var(--lh-font-head);font-size:.74rem;font-weight:700;color:var(--lh-gold-dim)}#lh-home .lh-contact-card.is-dark .lh-contact-label{color:var(--lh-yellow)}#lh-home .lh-contact-value{font-family:var(--lh-font-head);font-weight:800;font-size:clamp(1.1rem,1.9vw,1.3rem);line-height:1.25;overflow-wrap:anywhere}#lh-home .lh-contact-action{margin-top:auto;padding-top:18px;align-self:flex-start;font-family:var(--lh-font-head);font-size:.82rem;font-weight:700;border-bottom:2px solid var(--lh-gold);padding-bottom:2px}#lh-home .lh-contact-card.is-dark .lh-contact-action{border-color:var(--lh-yellow)}#lh-home .lh-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}#lh-home .lh-contact-social{margin-top:40px;display:flex;align-items:center;justify-content:center;gap:14px 22px;flex-wrap:wrap}#lh-home .lh-contact-social p{margin:0;font-family:var(--lh-font-head);font-weight:700;color:var(--lh-ink)}#lh-home .lh-contact-social ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}#lh-home .lh-contact-social a{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1px solid var(--lh-line);background:var(--lh-cream);font-family:var(--lh-font-head);font-weight:700;font-size:.88rem;color:var(--lh-ink);transition:transform .16s ease,border-color .16s ease}#lh-home .lh-contact-social a:hover{transform:translateY(-2px);border-color:var(--lh-ink)}#lh-home .lh-contact-social svg{width:17px;height:17px}