body {
    background-color: #222;
    color: #DDD;
    line-height: 1.6;
    font-size: 18px;
    margin: 0;
    padding: 0 14px 40px;
    font-family: Tahoma, sans-serif;
}

h1,
h2,
h3 {
    line-height: 1.2;
}

h1,
h2,
h3,
p,
ul,
ol {
    margin-top: 0;
}

a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

#logo {
    vertical-align: baseline;
}

h1 {
    font-size: 42px;
}

.site-shell {
    max-width: 960px;
    margin: 32px auto 0;
}

.hero {
    margin-bottom: 24px;
}

.eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.eyebrow-row .eyebrow {
    margin-bottom: 0;
}

.donate-btn {
    background: transparent;
    color: #00ff00;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 18px;
    border: 2px solid #00ff00;
    display: inline-block;
    transition: background 0.15s ease, color 0.15s ease;
}

.donate-btn:hover {
    background: #00ff00;
    color: #000;
}

.eyebrow {
    color: #9ec3ff;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lede {
    font-size: 21px;
    max-width: 720px;
}

.page-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 18px;
}

.page-nav a {
    text-decoration: none;
    padding: 6px 10px;
    border: 1px solid #555;
    border-radius: 999px;
}

.grid {
    display: grid;
    gap: 18px;
    margin-bottom: 18px;
}

.two-up {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.compact-gap {
    gap: 12px;
}

.panel {
    background: #2b2b2b;
    border: 1px solid #3f3f3f;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.gallery img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.calendar-frame {
    border: 0;
    width: 100%;
    height: 420px;
}

.note {
    color: #c8d7ff;
}

.link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.link-grid a {
    display: block;
    padding: 10px 12px;
    border: 1px solid #4a4a4a;
    border-radius: 10px;
    text-decoration: none;
    background: #252525;
}

.copy-on-click {
    border-bottom: 1px dashed white;
    cursor: pointer;
}

.site-footer {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #3f3f3f;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.site-footer a {
    color: #aaa;
    font-weight: normal;
}

@media (max-width: 640px) {
    body {
        font-size: 17px;
    }

    h1 {
        font-size: 34px;
    }

    .lede {
        font-size: 19px;
    }
}
