/* Standard 01 product-level overrides. Keep Porto vendor and theme files unchanged. */
.standard01-brand { align-items: center; color: #fff; display: inline-flex; gap: .75rem; text-decoration: none; }
.standard01-brand:hover { color: #fff; }
.standard01-brand-mark { align-items: center; background: var(--primary); border-radius: .25rem; display: inline-flex; font-size: 1.25rem; font-weight: 800; height: 2.5rem; justify-content: center; width: 2.5rem; }
.standard01-brand-name { font-size: 1rem; font-weight: 700; letter-spacing: .02em; }
.standard01-hero { background-position: center; background-size: cover; height: 100vh; min-height: 720px; }
.standard01-hero-summary { max-width: 48rem; }
@media (max-width: 767px) {
    .standard01-brand-name { display: none; }
    .standard01-hero { min-height: 640px; }
}
