:root {
    --panel-width: 760px;
    --panel-bg: rgba(0, 0, 0, 0.55);
    --page-text: #111111;
    --panel-text: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    min-height: 100vh;
    text-align: center;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--page-text);
    background: #d9d9d9 url("../../graphics/social-ventures-logo-3.jpg") top center / cover no-repeat fixed;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    padding: 42px 18px 0;
}

.mobile-brand {
    display: none;
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.2;
    color: #ffffff;
}

.mobile-brand a,
.brand a,
.site-nav a {
    color: #ffffff;
}

.brand {
    display: inline-block;
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    color: #ffffff;
}

.site-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
}

.site-nav a[aria-current="page"] {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.site-main {
    padding: 48px 0 36px;
}

.tint-shell {
    width: min(calc(100% - 18px), var(--panel-width));
    margin: 0 auto;
    padding: 18px 9px;
    background: var(--panel-bg);
    color: var(--panel-text);
}

.section {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
}

.section--image {
    padding-bottom: 0;
}

.section--image img {
    width: 100%;
    margin-top: 18px;
}

h1,
h2,
p {
    margin: 0;
    color: inherit;
}

.section + .section {
    margin-top: 18px;
}

.section > * + * {
    margin-top: 18px;
}

h1 {
    font-size: clamp(44px, 8vw, 74px);
    font-weight: 400;
    line-height: 1.05;
}

h2 {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 300;
    line-height: 1.15;
}

p {
    font-size: 17px;
    line-height: 1.45;
}

.lead {
    font-size: 19px;
}

.page-home .lead {
    text-align: left;
}

.cta {
    font-size: 19px;
    font-weight: 700;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.social-link img {
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
}

.payment {
    font-size: 23px;
    line-height: 1.35;
}

.payment strong {
    font-weight: 700;
}

.site-footer {
    padding: 0 0 18px;
}

.site-footer p {
    margin: 0;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.72);
}

@media (max-width: 767px) {
    .site-header {
        padding-top: 28px;
    }

    .mobile-brand {
        display: block;
    }

    .site-main {
        padding-top: 44px;
    }

    .site-nav {
        gap: 0.85rem 1.25rem;
        margin-top: 22px;
        font-size: 13px;
        letter-spacing: 3px;
    }

    p {
        font-size: 16px;
    }

    .lead,
    .cta,
    .payment {
        font-size: 18px;
    }
}
