body {
    padding-top: 72px;
    background-color: #0b0b0b;
    color: #eaeaea;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

a {
    color: #9a9a9a;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

.navbar {
    border-bottom: 1px solid #1f1f1f;
}

.navbar-brand {
    letter-spacing: 3px;
    font-weight: 600;
}

main {
    padding-top: 90px;
    padding-bottom: 80px;
}

h1 {
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

p {
    color: #bdbdbd;
    max-width: 720px;
}

.logo{
    margin:0;
    display:flex;
    align-items:baseline;   /* key */
    line-height:1;
}
.logo-r{
    font-size:2em;
    font-family:'Reenie Beanie', cursive;
    line-height:1;
    transform: translateY(0.10em); /* nudge DOWN; adjust 0.06–0.18em */
}
.logo-text{
    font-size:1em;
    font-family:'Covered By Your Grace', cursive;
    line-height:1;
}

.site-footer {
    border-top: 1px solid #1f1f1f;
    color: #666;
    padding: 30px 0;
    text-align: center;
}


 .block-social { margin:0; padding:0; }
.block-social a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.25);
    color:#fff;
    text-decoration:none;
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.block-social a:hover{
    transform: translateY(-2px);
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.45);
}
.block-social i{ font-size:20px; line-height:1; }



