:root {
    --mint: #c7dfcd;
    --mint-soft: #e4f0e5;
    --olive: #7f9a72;
    --forest: #203525;
    --rose: #d96f8d;
    --ink: #050505;
    --white: #ffffff;
    --muted: #777777;
    --font-body: "Open Sans", Arial, Helvetica, sans-serif;
    --font-display: "Anton", "Arial Narrow", Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.35;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Axios public preview */
.skip-link {
    position: fixed;
    top: .5rem;
    left: .5rem;
    z-index: 1000;
    padding: .75rem 1rem;
    color: #ffffff;
    background: #111111;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.axios-site {
    --axios-ink: #151515;
    --axios-green: #17463e;
    --axios-mint: #dcebd8;
    --axios-pink: #d96f8d;
    --axios-white: #ffffff;
    overflow: clip;
    color: var(--axios-ink);
    background: var(--axios-white);
}

.axios-site a:focus-visible,
.axios-site button:focus-visible,
.axios-site input:focus-visible {
    outline: 3px solid #1a73e8;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px #ffffff;
}

.axios-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 72px;
    padding: .55rem 1rem;
    background: #ffffff;
    border-bottom: 1px solid #d8d8d8;
}

.axios-brand,
.axios-footer-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.axios-brand img {
    width: auto;
    height: 54px;
}

.axios-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .8rem 1.1rem;
    border: 2px solid transparent;
    border-radius: 4px;
    font-family: var(--font-display);
    font-size: .95rem;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}

.axios-button-dark {
    color: #ffffff;
    background: #111111;
}

.axios-button-mint {
    color: #10241f;
    background: var(--axios-mint);
    border-color: var(--axios-mint);
}

.axios-button:hover {
    filter: brightness(.93);
}

.axios-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: min(560px, calc(100svh - 130px));
    overflow: hidden;
    color: #ffffff;
    background: #111111;
}

.axios-hero > img,
.axios-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.axios-hero > img {
    object-fit: cover;
    object-position: 58% center;
}

.axios-site-v2 .axios-hero > img {
    object-position: 50% 50%;
}

.axios-site-v2 .axios-hero {
    align-items: start;
}

.axios-hero-shade {
    background: rgba(0, 0, 0, .58);
}

.axios-hero-content {
    position: relative;
    z-index: 1;
    width: min(100%, 680px);
    padding: 3rem 1rem 4rem;
}

.axios-kicker {
    margin: 0 0 .85rem;
    color: #486840;
    font-family: var(--font-display);
    font-size: 1.3rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.axios-hero .axios-kicker {
    color: var(--axios-mint);
}

.axios-hero h1,
.axios-welcome h2,
.axios-offerings h2,
.axios-cafe h2,
.axios-location h2,
.axios-signup h2 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.05;
}

.axios-hero h1 {
    max-width: 650px;
    font-size: 3rem;
}

.axios-hero-lede {
    max-width: 590px;
    margin: 1.25rem 0 0;
    font-size: 1.08rem;
    line-height: 1.6;
}

.axios-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    margin-top: 1.8rem;
}

.axios-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    color: #ffffff;
    font-family: var(--font-display);
    text-decoration: underline;
    text-underline-offset: .25rem;
}

.axios-welcome,
.axios-location {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.axios-welcome {
    gap: 1.5rem;
    padding: 3rem 1rem;
    background: #edf5ec;
}

.axios-section-copy {
    align-self: center;
}

.axios-welcome h2,
.axios-offerings h2,
.axios-cafe h2,
.axios-location h2,
.axios-signup h2 {
    font-size: 2.25rem;
}

.axios-welcome h2 {
    font-size: 2rem;
    line-height: 1.08;
}

.axios-section-copy > p:last-child,
.axios-location-copy > p:not(.axios-kicker),
.axios-signup-intro > p:last-child {
    margin: 1.2rem 0 0;
    font-size: 1rem;
    line-height: 1.7;
}

.axios-welcome > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center 58%;
    border-radius: 4px;
}

.axios-offerings {
    padding: 4.5rem 1rem;
    background: #ffffff;
}

.axios-section-heading {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.axios-offering-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    max-width: 1320px;
    margin: 0 auto;
}

.axios-offering {
    display: grid;
    grid-template-rows: 220px 1fr;
    min-width: 0;
    overflow: hidden;
    background: #f4f4f2;
    border-top: 5px solid var(--axios-green);
    border-radius: 4px;
}

.axios-offering:nth-child(even) {
    border-top-color: var(--axios-pink);
}

.axios-offering-media {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.axios-offering-media::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, .32);
}

.axios-offering-media img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
}

.axios-offering > img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
}

.axios-offering-media h3 {
    position: absolute;
    z-index: 2;
    inset: 50% auto auto 50%;
    width: 88%;
    margin: 0;
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 1.65rem;
    font-weight: 300;
    line-height: 1.08;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}

.axios-offering-copy,
.axios-offering > div:last-child {
    padding: 1.35rem;
}

.axios-offering-media:first-child {
    padding: 0;
}

.axios-offering p {
    margin: .65rem 0 0;
    line-height: 1.6;
}

.axios-site-v2 .axios-offering p {
    margin-top: 0;
}

.axios-cafe {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    color: #ffffff;
    background: #181818;
}

.axios-cafe-image {
    height: 300px;
    overflow: hidden;
}

.axios-cafe-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
}

.axios-cafe-copy {
    padding: 3.5rem 1rem 4rem;
}

.axios-cafe .axios-kicker {
    color: var(--axios-mint);
}

.axios-cafe-copy > p:not(.axios-kicker) {
    max-width: 600px;
    margin: 1.25rem 0 0;
    font-size: 1rem;
    line-height: 1.7;
}

.axios-cafe-highlights {
    display: grid;
    gap: 1.1rem;
    max-width: 640px;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.axios-cafe-highlights li {
    display: grid;
    gap: .3rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .32);
}

.axios-cafe-highlights strong {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 400;
}

.axios-cafe-highlights span {
    color: #e2e2e2;
    line-height: 1.55;
}

.axios-location {
    background: #f6dbe3;
}

.axios-location-image {
    min-height: 330px;
}

.axios-location-image img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.axios-location-copy {
    display: grid;
    align-content: center;
    justify-items: start;
    padding: 4rem 1rem;
}

.axios-location address {
    margin-top: 1.25rem;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.55;
}

.axios-location .axios-button {
    width: 100%;
    margin-top: 1.7rem;
}

.axios-signup {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    padding: 4.5rem 1rem;
    color: #ffffff;
    background: var(--axios-green);
}

.axios-signup .axios-kicker {
    color: var(--axios-mint);
}

.axios-signup-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    transition: opacity .3s ease;
}

.axios-signup-form.is-reappearing,
.axios-form-message.is-pending {
    opacity: 0;
}

.axios-signup-form.is-submitting {
    opacity: .65;
    pointer-events: none;
}

.axios-field {
    display: grid;
    gap: .45rem;
}

.axios-field label {
    font-family: var(--font-display);
    font-size: 1rem;
}

.axios-field input {
    width: 100%;
    min-height: 52px;
    padding: .75rem 1rem;
    color: #111111;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 3px;
    font-size: 1rem;
}

.axios-field input[aria-invalid="true"] {
    border-color: #ffb3c7;
}

.axios-checkbox {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}

.axios-checkbox input {
    flex: 0 0 auto;
    width: 1.3rem;
    height: 1.3rem;
    margin: .15rem 0 0;
    accent-color: var(--axios-pink);
}

.axios-checkbox label {
    font-weight: 700;
    line-height: 1.5;
}

.axios-field-help,
.axios-consent {
    color: #e0ebe7;
    font-size: .82rem;
    line-height: 1.5;
}

.axios-field-error,
.axios-form-failure,
.axios-validation-summary {
    color: #ffd1dc;
    font-weight: 700;
}

.axios-field-error:empty,
.axios-validation-summary:empty {
    display: none;
}

.axios-validation-summary ul {
    margin: 0;
    padding-left: 1.2rem;
}

.axios-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.axios-submit {
    width: 100%;
}

.axios-consent {
    margin: 0;
}

.axios-form-message {
    display: grid;
    align-content: center;
    min-height: 100%;
    box-sizing: border-box;
    padding: 2rem;
    color: #111111;
    background: var(--axios-mint);
    border-left: 6px solid var(--axios-pink);
    border-radius: 3px;
    transition: opacity .3s ease, transform .3s ease;
}

.axios-form-message.is-fading {
    opacity: 0;
    transform: translateY(-.5rem);
}

.axios-form-message h3 {
    margin: 0;
    font-size: 1.8rem;
}

.axios-form-message p {
    margin: .65rem 0 0;
}

@media (prefers-reduced-motion: reduce) {
    .axios-signup-form,
    .axios-form-message {
        transition: none;
    }
}

.axios-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    padding: 3rem 1rem 2rem;
    background: #ffffff;
}

.axios-footer-brand img {
    width: auto;
    height: 110px;
}

.axios-footer h2 {
    margin: 0 0 .65rem;
    font-size: 1rem;
}

.axios-privacy {
    max-width: 38rem;
}

.axios-privacy summary {
    cursor: pointer;
    font-family: "Anton", sans-serif;
    font-size: 1rem;
}

.axios-privacy p {
    margin: 0.75rem 0 0;
}

.axios-footer > div {
    display: grid;
    align-content: start;
    justify-items: start;
    gap: .45rem;
}

.axios-footer p {
    max-width: 480px;
    margin: 0;
    line-height: 1.6;
}

.axios-footer a {
    text-decoration: underline;
    text-underline-offset: .2rem;
}

.axios-copyright {
    color: #555555;
    font-size: .85rem;
}

@media (max-width: 699px) {
    .axios-site-v2 .axios-hero-content {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .axios-site-v2 .axios-actions {
        margin-top: auto;
    }
}

@media (min-width: 700px) {
    .axios-header {
        min-height: 84px;
        padding: .65rem 4vw;
    }

    .axios-brand img {
        height: 64px;
    }

    .axios-hero-content {
        padding: 4rem 5vw 5rem;
    }

    .axios-hero {
        min-height: min(620px, calc(100svh - 220px));
    }

    .axios-hero h1 {
        font-size: 4.4rem;
    }

    .axios-actions {
        flex-direction: row;
        align-items: center;
    }

    .axios-welcome,
    .axios-location,
    .axios-signup {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .axios-welcome {
        gap: 4rem;
        padding: 5rem 5vw;
    }

    .axios-welcome > img {
        height: 100%;
        min-height: 360px;
    }

    .axios-welcome h2,
    .axios-offerings h2,
    .axios-cafe h2,
    .axios-location h2,
    .axios-signup h2 {
        font-size: 3rem;
    }

    .axios-offerings {
        padding: 5rem 4vw;
    }

    .axios-offering-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .axios-cafe {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
        min-height: 520px;
    }

    .axios-cafe-image {
        height: 100%;
        min-height: 520px;
    }

    .axios-cafe-copy {
        align-self: center;
        padding: 5rem 5vw;
    }

    .axios-location-copy {
        padding: 4.5rem 5vw;
    }

    .axios-location .axios-button {
        width: auto;
    }

    .axios-signup {
        gap: 5vw;
        padding: 5rem 6vw;
    }

    .axios-signup-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .axios-field-wide,
    .axios-validation-summary,
    .axios-form-failure,
    .axios-submit,
    .axios-consent {
        grid-column: 1 / -1;
    }

    .axios-submit {
        width: auto;
        justify-self: start;
    }

    .axios-footer {
        grid-template-columns: 180px minmax(150px, .7fr) minmax(260px, 1.3fr);
        gap: 3rem;
        padding: 3.5rem 5vw 2rem;
    }

    .axios-privacy {
        grid-column: 2 / -1;
    }

    .axios-copyright {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1100px) {
    .axios-header {
        padding-inline: 5vw;
    }

    .axios-hero {
        min-height: min(660px, calc(100svh - 220px));
    }

    .axios-hero-content {
        padding-left: 6vw;
    }

    .axios-hero h1 {
        font-size: 5.25rem;
    }

    .axios-offering-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) and (max-height: 780px) {
    .axios-hero-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .axios-hero h1 {
        font-size: 4.5rem;
    }

    .axios-hero-lede {
        margin-top: 0.9rem;
    }

    .axios-actions {
        margin-top: 1.2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

@media (forced-colors: active) {
    .axios-button,
    .axios-form-message,
    .axios-offering {
        border: 2px solid ButtonText;
    }
}
