/* inked/assets/css/location-v2/hero.css */
/**
 * Location Listing v2 -- Hero & Breadcrumbs
 * Extends masters-v2/listing.css hero pattern with location-specific tweaks.
 * Main card/grid styles come from masters-v2/listing.css (not duplicated here).
 */

/* ======================================
   LOCATION HERO — additional styling
   ====================================== */

.location-listing {
    min-height: 100vh;
}

.location-hero {
    /* Inherits masters-page-hero via dual class, no extra needed */
}

.location-subtitle {
    /* Inherits masters-subtitle via dual class */
}

/* Breadcrumbs: retired 2026-05-14 — see design-system/components/breadcrumbs.css */

/* SEO section */
.location-seo-section {
    /* Inherits masters-seo-section via dual class */
}

.location-seo-section p {
    margin-bottom: 1em;
}

.location-seo-section h2 {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 400;
    color: var(--color-text, #f5f5f5);
    margin-bottom: 16px;
}

/* Location page description (introtext, if present) */
.location-hero__description {
    margin-top: 12px;
    color: var(--color-text-secondary, #a3a3a3);
    font-size: 14px;
    line-height: 1.6;
    max-width: 720px;
}
