/* Contact page */
.contact-page { background: #fff; }
.contact-hero { max-width: 980px; margin: 0 auto; padding: 52px 16px 44px; text-align: center; }
.contact-eyebrow { display: inline-block; margin-bottom: 12px; color: #5b946c; font-size: 1.5rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.contact-title { margin: 0 0 18px; font-size: clamp(3.4rem, 5vw, 6.2rem); line-height: 1.05; color: #1f1f1f; }
.contact-lead { max-width: 820px; margin: 0 auto; font-size: 2.2rem; font-weight: 300; line-height: 1.65; color: #333; }
.contact-actions { margin-top: 26px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.contact-actions button, .contact-card button, .contact-store button { font-family: inherit; border: 0; cursor: pointer; }
.contact-info { max-width: 1200px; margin: 0 auto; padding: 44px 16px 24px; }
.contact-info__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-card { padding: 26px 22px; text-align: center; background: rgba(177,241,196,.16); border: 1px solid rgba(91,148,108,.14); border-radius: 24px; }
.contact-card__icon { width: 56px; height: 56px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; border-radius: 999px; background: #1f1f1f; color: #b1f1c4; font-size: 2.4rem; }
.contact-card h2 { margin: 0 0 12px; font-size: 2.4rem; line-height: 1.2; color: #1f1f1f; }
.contact-card p { margin: 0 auto 20px; font-size: 1.9rem; font-weight: 300; line-height: 1.6; color: #333; }
.contact-stores { padding: 34px 16px 58px; }
.contact-stores__box { max-width: 980px; margin: 0 auto; padding: 34px 26px; background: rgba(177,241,196,.22); border: 1px solid rgba(91,148,108,.18); border-radius: 28px; }
.contact-stores__box h2 { margin: 0 0 22px; text-align: center; font-size: clamp(2.8rem, 4vw, 4.4rem); line-height: 1.1; color: #1f1f1f; }
.contact-store-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-store { padding: 22px 18px; text-align: center; background: #fff; border-radius: 22px; border: 1px solid rgba(31,31,31,.08); }
.contact-store h3 { margin: 0 0 8px; font-size: 2.4rem; color: #1f1f1f; }
.contact-store p { margin: 0 0 18px; font-size: 1.8rem; font-weight: 300; line-height: 1.55; color: #333; }
.contact-store__actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
@media (max-width: 768px) { .contact-hero { padding: 34px 12px 30px; } .contact-lead { font-size: 2rem; } .contact-info, .contact-stores { padding-left: 12px; padding-right: 12px; } .contact-info__grid, .contact-store-list { grid-template-columns: 1fr; } .contact-stores__box { padding: 26px 16px; border-radius: 22px; } .contact-actions, .contact-store__actions { flex-direction: column; align-items: stretch; } .contact-actions .btn, .contact-store__actions .btn, .contact-card .btn { width: 100%; text-align: center; } }
