.hero { grid-template-columns: 1.15fr .85fr; }
.hero-art { transform: translateX(4%); }
.hero-art img { width: 90%; max-height: 440px; }
.tipbox { padding-top: 12px; }
.tipbox h2 { margin-top: 0; margin-bottom: .35em; font-size: 1.35rem; }
.editors-choice { display: inline-flex; align-self: flex-start; background: #e6f6f1; color: #006f5a; border-radius: 99px; padding: 5px 9px; font-size: .72rem; font-weight: 900; margin-bottom: 12px; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { transform: translateX(3%); }
  .hero-art img { width: 82%; max-height: 280px; }
}

.contact-dialog { border: 0; border-radius: 24px; padding: 0; width: min(560px, calc(100% - 28px)); box-shadow: 0 28px 80px rgba(7, 59, 103, .28); }
.contact-dialog::backdrop { background: rgba(3, 30, 52, .62); backdrop-filter: blur(3px); }
.contact-panel { padding: 32px; position: relative; }
.contact-panel h2 { margin: 0 40px 8px 0; font-size: clamp(1.8rem, 5vw, 2.6rem); line-height: 1.08; }
.contact-panel > p { color: var(--muted); margin: 0 0 22px; }
.contact-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--soft); color: var(--navy); font-size: 1.5rem; cursor: pointer; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 6px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cddde5; border-radius: 11px; padding: 13px 14px; font: inherit; color: var(--ink); background: #fff; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form button { min-height: 46px; border: 0; border-radius: 11px; background: var(--green); color: #fff; font: inherit; font-weight: 850; cursor: pointer; }
.contact-form button:hover { background: #008b70; }
@media (max-width: 580px) { .contact-panel { padding: 26px 20px 22px; } }
.form-confirmation { grid-column: 1 / -1; margin: 8px 0 0; padding: 11px 13px; border-radius: 10px; background: #e6f6f1; color: #006f5a; font-weight: 800; }
.form-confirmation[hidden] { display: none; }
.form-confirmation.error { background: #fff0ee; color: #a52a20; }
.contact-form button:disabled, .lead-form button:disabled { opacity: .65; cursor: wait; }
