/* Information pages linked from the storefront footer. */
.hm-info-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 0 96px;
    color: #222;
}

.hm-info-page h1,
.hm-info-page h2,
.hm-info-page h3,
.hm-info-page p {
    margin-top: 0;
}

.hm-info-hero {
    display: flex;
    min-height: 480px;
    padding: clamp(48px, 8vw, 112px);
    background: #f3f2ef;
    flex-direction: column;
    justify-content: center;
}

.hm-info-hero h1 {
    max-width: 850px;
    margin-bottom: 24px;
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.02;
}

.hm-info-hero__eyebrow,
.hm-info-hero .hm-section-label {
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hm-info-hero__lead {
    max-width: 720px;
    margin-bottom: 0;
    color: #555;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.65;
}

.hm-info-hero__actions {
    display: flex;
    gap: 18px 28px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 36px;
}

.hm-info-hero--compact {
    min-height: 360px;
}

.hm-section-label {
    margin-bottom: 14px;
    color: #777;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hm-text-link {
    display: inline-flex;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    color: #222 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.hm-text-link:hover {
    border-color: transparent;
}

.hm-story {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(420px, 1.2fr);
    gap: clamp(48px, 9vw, 140px);
    padding: 110px clamp(24px, 7vw, 100px);
}

.hm-story h2 {
    margin-bottom: 0;
    font-size: clamp(30px, 4vw, 52px);
    letter-spacing: -.03em;
    line-height: 1.14;
}

.hm-story__copy {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
}

.hm-story__copy p:last-child {
    margin-bottom: 0;
}

.hm-values {
    padding: 88px clamp(24px, 7vw, 100px);
    background: #191a19;
    color: #fff;
}

.hm-values > h2 {
    max-width: 720px;
    margin-bottom: 54px;
    color: #fff;
    font-size: clamp(30px, 4vw, 52px);
    letter-spacing: -.03em;
}

.hm-values .hm-section-label {
    color: #aaa;
}

.hm-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #444;
}

.hm-value-card {
    min-height: 290px;
    padding: 34px;
    background: #191a19;
}

.hm-value-card__number {
    display: block;
    margin-bottom: 72px;
    color: #888;
    font-size: 12px;
}

.hm-value-card h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 20px;
}

.hm-value-card p {
    margin-bottom: 0;
    color: #aaa;
    line-height: 1.7;
}

.hm-info-cta {
    display: flex;
    gap: 36px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 88px clamp(24px, 7vw, 100px) 0;
}

.hm-info-cta h2 {
    max-width: 760px;
    margin-bottom: 0;
    font-size: clamp(30px, 4vw, 48px);
    letter-spacing: -.03em;
}

.hm-info-cta__links {
    display: flex;
    gap: 12px 24px;
    flex-wrap: wrap;
}

.hm-info-cta__links a {
    color: #222;
    font-weight: 600;
}

.hm-faqs__layout {
    display: grid;
    grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
    gap: clamp(48px, 8vw, 120px);
    padding: 96px clamp(24px, 7vw, 100px) 0;
}

.hm-faqs__aside {
    align-self: start;
    position: sticky;
    top: 120px;
}

.hm-faqs__aside h2 {
    margin-bottom: 18px;
    font-size: 28px;
}

.hm-faqs__aside p:not(.hm-section-label) {
    color: #666;
    line-height: 1.7;
}

.hm-faq-group {
    margin-bottom: 58px;
}

.hm-faq-group > h2 {
    margin-bottom: 22px;
    font-size: 25px;
}

.hm-faq-item {
    border-top: 1px solid #dedede;
}

.hm-faq-item:last-child {
    border-bottom: 1px solid #dedede;
}

.hm-faq-item summary {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 22px 4px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    list-style: none;
}

.hm-faq-item summary::-webkit-details-marker {
    display: none;
}

.hm-faq-item summary::after {
    content: '+';
    font-size: 24px;
    font-weight: 400;
}

.hm-faq-item[open] summary::after {
    content: '−';
}

.hm-faq-item div {
    max-width: 760px;
    padding: 0 42px 24px 4px;
    color: #666;
    line-height: 1.75;
}

.hm-faq-item div p {
    margin-bottom: 0;
}

.hm-contact {
    display: grid;
    grid-template-columns: minmax(270px, 400px) minmax(420px, 1fr);
    gap: 0 clamp(54px, 10vw, 150px);
    padding-right: clamp(24px, 7vw, 100px);
    padding-left: clamp(24px, 7vw, 100px);
}

.hm-contact__intro {
    grid-column: 1 / -1;
    padding: 64px 0 70px;
    border-bottom: 1px solid #dedede;
}

.hm-contact__intro h1 {
    margin-bottom: 20px;
    font-size: clamp(42px, 6vw, 76px);
    letter-spacing: -.04em;
}

.hm-contact__details {
    padding-top: 70px;
}

.hm-contact > .form.contact {
    width: 100%;
    min-width: 0;
    padding-top: 70px;
}

.hm-contact > .form.contact .fieldset {
    margin-bottom: 30px;
}

.hm-contact > .form.contact .legend {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
}

.hm-contact > .form.contact .field.note {
    margin-bottom: 30px;
    color: #666;
}

.hm-contact > .form.contact .field {
    margin-bottom: 24px;
}

.hm-contact > .form.contact .label {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hm-contact > .form.contact input,
.hm-contact > .form.contact textarea {
    border-color: #cfcfcf;
    background: #fff;
}

.hm-contact > .form.contact textarea {
    min-height: 150px;
}

.hm-contact-card {
    padding: 20px 0;
    border-top: 1px solid #dedede;
}

.hm-contact-card:last-of-type {
    border-bottom: 1px solid #dedede;
}

.hm-contact-card > span {
    display: block;
    margin-bottom: 7px;
    color: #777;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hm-contact-card a,
.hm-contact-card address,
.hm-contact-card p {
    margin: 0;
    color: #222;
    font-size: 16px;
    font-style: normal;
    line-height: 1.6;
}

.hm-contact__note {
    margin-top: 22px;
    color: #888;
    font-size: 11px;
    line-height: 1.6;
}

.hm-terms__notice {
    max-width: 760px;
    margin-top: 28px;
    margin-bottom: 0;
    padding: 14px 18px;
    border-left: 3px solid #222;
    background: rgba(255, 255, 255, .65);
    font-size: 13px;
    line-height: 1.6;
}

.hm-terms__layout {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 800px);
    gap: clamp(50px, 10vw, 150px);
    justify-content: center;
    padding: 92px 24px 0;
}

.hm-terms__index {
    align-self: start;
    position: sticky;
    top: 120px;
}

.hm-terms__index ol {
    margin: 0;
    padding-left: 20px;
}

.hm-terms__index li {
    margin-bottom: 10px;
    color: #777;
}

.hm-terms__index a {
    color: #555;
}

.hm-terms__content section {
    margin-bottom: 52px;
    scroll-margin-top: 120px;
}

.hm-terms__content h2 {
    margin-bottom: 16px;
    font-size: 25px;
}

.hm-terms__content p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .hm-info-page {
        padding-top: 0;
        padding-bottom: 64px;
    }

    .hm-info-hero {
        min-height: 0;
        padding: 56px 24px;
    }

    .hm-story,
    .hm-faqs__layout,
    .hm-terms__layout {
        grid-template-columns: 1fr;
    }

    .hm-story {
        gap: 34px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .hm-values {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .hm-values__grid {
        grid-template-columns: 1fr;
    }

    .hm-value-card {
        min-height: 0;
    }

    .hm-value-card__number {
        margin-bottom: 36px;
    }

    .hm-info-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 64px;
    }

    .hm-faqs__layout {
        gap: 56px;
        padding-top: 64px;
    }

    .hm-faqs__aside {
        position: static;
    }

    .hm-contact {
        grid-template-columns: 1fr;
        padding-right: 24px;
        padding-left: 24px;
    }

    .hm-contact__intro {
        grid-column: auto;
        padding-top: 52px;
        padding-bottom: 48px;
    }

    .hm-contact__details,
    .hm-contact > .form.contact {
        padding-top: 48px;
    }

    .hm-terms__layout {
        gap: 56px;
        padding-top: 64px;
    }

    .hm-terms__index {
        position: static;
    }
}
