@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");


.about-hero {
    margin: 1rem 0 4rem 0;
    max-width: 54rem;
}

.about-hero .eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #6f6f6f;
}

.about-hero h1 {
    margin-bottom: 0.6em;
}

.about-intro {
    font-size: 1.02rem;
    line-height: 1.85;
    max-width: 52rem;
}

.about-section {
    padding: 3rem 0;
    border-top: 1px solid rgba(88, 88, 88, 0.14);
}

.about-section:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.section-copy {
    max-width: 54rem;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.75rem;
}

.ecosystem-card,
.contact-card {
    padding: 1.75rem;
    border: 1px solid rgba(88, 88, 88, 0.14);
    border-radius: 1rem;
    background: #fcfcfb;
}

.ecosystem-card h3,
.contact-card h3 {
    margin-bottom: 0.85rem;
    letter-spacing: 0.14em;
}

.compact-list {
    margin: 0.9rem 0 0 1.1rem;
    padding: 0;
}

.compact-list li {
    margin-bottom: 0.45rem;
}

.contact-email {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.4rem;
}

.closing-line {
    margin-top: 1.4rem;
    font-style: italic;
    color: #4d4d4d;
}

@media screen and (max-width: 900px) {
    .ecosystem-grid {
        grid-template-columns: 1fr;
    }
}

/* Page palette: About */

:root {
    --page-bg: #f1f5ef;
    --page-footer: #e7ede3;
    --page-surface: #f8fbf6;
    --page-accent: #5d7d65;
    --page-accent-strong: #4a6651;
    --page-accent-soft: rgba(93, 125, 101, 0.14);
}

body {
    background: var(--page-bg);
}

#footer {
    background-color: var(--page-footer);
}

a:hover {
    color: var(--page-accent) !important;
}

.button {
    box-shadow: inset 0 0 0 2px rgba(74, 102, 81, 0.45);
    color: #4f4f4f !important;
}

.button:hover {
    color: var(--page-accent) !important;
    box-shadow: inset 0 0 0 2px var(--page-accent);
}

.button:active {
    background-color: var(--page-accent-soft);
}

.button.primary {
    background-color: var(--page-accent-strong);
    box-shadow: none;
    color: #ffffff !important;
}

.button.primary:hover {
    background-color: var(--page-accent);
}

.button.primary:active {
    background-color: var(--page-accent-strong);
}

.ecosystem-card,
.contact-card {
    background: var(--page-surface);
}
