
:root{
  --brand:#CC6B2B;
  --brand-ink:#5A2B0E;
}
html,body{font-family: 'Barlow', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color:#1d232a;}
.navbar .btn{border-radius:14px}
.btn-primary{background:var(--brand); border-color:var(--brand)}
.btn-outline-primary{color:var(--brand); border-color:var(--brand)}
.btn-outline-primary:hover{background:var(--brand); color:#fff}
a{color:var(--brand)}
.hero-headshot{max-height:380px; object-fit:cover}
.soft-shadow{box-shadow:0 .5rem 1.25rem rgba(0,0,0,.08)}
footer{background:linear-gradient(180deg,#222, #111)}
.list-group-item{border-color:#eee}
.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 0.5rem;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
