 /* Custom Utilities matching design system */
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        
        .material-symbols-outlined.fill {
            font-variation-settings: 'FILL' 1;
        }

        /* Ornate Book Cover Border */
    

        /* Double Border Framed Portrait Effect */
        .framed-portrait {
            border: 1px solid #767872;
            padding: 8px;
            background-color: #ffffff;
            position: relative;
        }
        .framed-portrait::before {
            content: '';
            position: absolute;
            inset: 4px;
            border: 1px solid #c6c7c0;
            pointer-events: none;
        }
        .framed-portrait-inner {
            overflow: hidden;
        }

        /* Custom Flourish Divider */
        .flourish-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            opacity: 0.6;
        }
        .flourish-divider::before, .flourish-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background-color: #c6c7c0;
            max-width: 100px;
        }
        .flourish-divider span {
            margin: 0 16px;
            color: #855050;
            font-size: 16px;
        }
        .site-branding {
    justify-content: center;
}
.tracklikeemma{letter-spacing:2px!important;}
.tracklikeemma-lg{letter-spacing:8px!important;}

.site-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #f39b9b; /* Adjust this color if needed to match your theme */
    margin-top: -2px; margin-left:2px;
}

/* Mobile: Full width */
.intro-section {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

/* Desktop: 40% width */
@media (min-width: 768px) {
  .intro-section {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  
}

@media (max-width: 768px) {
#map-container {
    width: 100%;
    height: 330px!important;

}

@media(max-width:400px){.text-xs {
    font-size: 0.65rem!important;
    line-height: 1rem;
}}