body {
    background: var(--fqgp-color-bg);
    color: var(--fqgp-color-text);
    font-family: var(--fqgp-font-body);
    font-size: var(--fq-text-md);
    letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
    font-family: var(--fqgp-font-body);
}

a {
    color: var(--fq-color-brand);
    text-underline-offset: 0.18em;
}

a:hover,
a:focus {
    color: var(--fq-color-action);
}

button,
input,
select,
textarea {
    font-size: 1rem;
    letter-spacing: 0;
}

input::placeholder,
textarea::placeholder {
    font-family: var(--fqgp-font-body);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
    border-radius: var(--fq-radius-sm);
}

h1,
h2,
h3,
h4,
h5,
h6,
.fqgp-section__title,
.fqgp-card__title,
.fqgp-hero__title,
.fq-title,
.fq-section-title {
    font-family: var(--fqgp-font-heading);
    color: var(--fqgp-color-text);
    letter-spacing: 0;
}

.fqgp-shell {
    width: var(--fqgp-shell);
    margin-inline: auto;
}

.fqgp-section {
    padding: var(--fqgp-space-6) 0;
}

.fqgp-section--alt {
    background: var(--fq-color-surface-soft);
}

.fqgp-section__header {
    margin-bottom: var(--fqgp-space-4);
}

.fqgp-section__header--split {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.fqgp-section__eyebrow,
.fqgp-hero__kicker,
.fqgp-card__location {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--fqgp-color-primary);
}

.fqgp-section__title {
    font-size: var(--fq-title-md);
    line-height: 1.05;
    margin: 0.25rem 0 0;
}

.fqgp-grid {
    display: grid;
    gap: var(--fqgp-space-4);
}

.fqgp-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fq-shell {
    width: var(--fq-shell);
    margin-inline: auto;
}

.fq-section {
    padding-block: var(--fq-section-space);
}

.fq-section--surface {
    background: var(--fq-color-surface);
}

.fq-section--soft {
    background: var(--fq-color-surface-soft);
}

.fq-readable {
    max-width: var(--fq-readable);
}

.fq-flow > * {
    margin-block: 0;
}

.fq-flow > * + * {
    margin-top: var(--fq-space-4);
}

.entry-content :where(.fq-content, .fq-seo-content) {
    margin-block: var(--fq-space-5);
}

.entry-content :where(.fq-content, .fq-seo-content):first-child {
    margin-top: 0;
}

.fqgp-page-template__content {
    padding-top: var(--fqgp-space-5);
}

@media (max-width: 1024px) {
    .fqgp-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .fqgp-section {
        padding: var(--fqgp-space-5) 0;
    }

    .fq-section {
        padding-block: var(--fq-space-6);
    }

    .fqgp-grid--3 {
        grid-template-columns: 1fr;
    }

    .fqgp-section__header--split {
        align-items: start;
        flex-direction: column;
    }
}
