.HeroSection,
.FeatureStripSection,
.ShopSection,
.AtelierSection,
.LookbookSection,
.SpecsSection,
.JournalSection,
.NewsletterSection {
    scroll-margin-top: 7rem;
}

.JournalSection .JournalSection-Link {
    color: var(--gp-text-muted);
}

.JournalSection .JournalSection-Link:hover,
.JournalSection .ArticleCard-TitleLink,
.JournalSection .ArticleCard-ReadMore {
    color: var(--gp-text);
}

.JournalSection .ArticleCard-TitleLink:hover {
    color: #d1d5db;
}

.ShopSection .ProductCard,
.JournalSection .ArticleCard {
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    background: transparent;
}

.ShopSection .ProductCard > div:first-child,
.JournalSection .ArticleCard > div:first-child {
    border-radius: 0;
}

.HeroSection .gp-button + .gp-button {
    margin-left: 0.75rem;
}

body.ghostpaper-page-bg--ghost-black {
    --gp-bg: #050505;
}

body.ghostpaper-page-bg--ghost-dark {
    --gp-bg: #0a0a0a;
}

body.ghostpaper-page-bg--ghost-gray {
    --gp-bg: #1a1a1a;
}

.ghostpaper-page-builder {
    position: relative;
}

.ghostpaper-builder-section.ghostpaper-builder-section--tone-ghost-black {
    background-color: #050505;
}

.ghostpaper-builder-section.ghostpaper-builder-section--tone-ghost-dark {
    background-color: #0a0a0a;
}

.ghostpaper-builder-section.ghostpaper-builder-section--tone-ghost-gray {
    background-color: #1a1a1a;
}