body {
    font-family: "Bricolage Grotesque",Roboto,Helvtica,Arial,sans-serif;
    border-top: 6px solid #ef2929;
    border-bottom: 6px solid #ef2929;
    color: #333;
    background: #def;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

a {
    color: #ef2929;
    font-weight: bold;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #357;
}

#logo {
    display: block;
}

h1 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    padding: 1rem 1.5rem;
    margin: 2rem auto 3.5rem;
    font-weight: 300;
    letter-spacing: -2.5px;
}

h1 strong {
    letter-spacing: -1.5px;
    font-weight: 800 !important;
}

h1, h2 {
    line-height: 1;
    color: #333;
}

h2 {
    font-size: 2rem;
    letter-spacing: -1.5px;
    margin: 3.5rem auto 3rem;
}

ul {
    list-style-type: none;
}

header {
    text-align: center;
}

.branding {
    background: linear-gradient(0deg, #def 0%, #fff 100%);
    padding: 2.5rem 0 0;
}

header nav {
    border-bottom: 6px solid #cde;
    height: 1rem;
    margin: 0;
}

#menu {
    font-size: clamp(1rem, 2vw, 1.5rem);
    padding: 0 1rem;
    margin: 2px auto 0;
    background: #def;
    display: inline-block;
}

#menu li {
    display: inline;
    line-height: 2rem;
    letter-spacing: -0.75px;
}

#menu li {
    padding: 1rem 0.5rem;
}

#menu li:first-child {
    font-weight: 900;
    color: #333;
}

#menu li a {
    padding: 0.65rem 1.15rem;
    background: #edf5ff;
    border-radius: 99rem;
    border: 2px solid #edf5ff;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 0 15px #cde;
}

#menu li a:hover {
    border: 2px dashed #cde;
    background: none;
    box-shadow: none;
}

#menu li a:hover img {
    filter: invert(0) sepia(1) saturate(2) hue-rotate(180deg);
    transition: all .2s ease-in-out;
}

#menu li a span {
    font-size: 1rem;
    font-weight: normal;
}

article {
    max-width: 1500px;
    margin: 7rem auto 3rem;
    column-count: 3;
}

article h2, article ul {
    margin-top: 0;
    break-inside: avoid-column;
}

article ul {
    padding: 0 3rem;
    border-left: 2px solid #cde;
}

article ul:first-child {
    border: none;
}

article li {
    margin: 2.5rem 0;
    letter-spacing: -0.5px
}

article li p {
    margin: 0.2rem 0 0.3rem;
    font-size: 1.5rem;
}

article li span {
    font-weight: normal;
}

.date, .meta {
    font-family: monospace;
    color: #789;
}

.source {
    color: #555;
}

.source small {
    color: #789;
}

.highlight {
    border-radius: 1.75rem 1.75rem 1.75rem 0;
    padding: 1.45rem 1.5rem;
    margin: 0 -1.5rem;
    color: #345;
    background: #edf5ff;
    background: linear-gradient(22.5deg, rgba(255,255,255,1) 0%, rgba(237,245,255,1) 40%, rgba(237,245,255,1) 100%);
    box-shadow: 0 0 15px #cde;
}

.highlight blockquote {
    margin: 0 0 2rem;
    font-size: 1.4rem;
    letter-spacing: -1px;
    line-height: 1.2;
    hanging-punctuation: first;
    font-weight: 300;
}

.highlight blockquote strong {
    font-weight: 600;
}

.right {
    text-align: right;
    display: block;
}

.highlight .right {
    margin-top: 1rem;
}

h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
}

footer {
    background: #cde;
    color: #89a;
    font-size: clamp(0.75rem, 1vw, 0.85rem);
    letter-spacing: -0.5px;
    text-align: center;
    padding: 0.5rem 1.5rem;
}

.average-rating img {
    cursor: help;
}

@media (min-width: 921px) and (max-width: 1320px) {
    .average-rating {
        display: none !important;
    }
}

@media (max-width: 920px) {
    h1 {
        margin: 1rem auto;
    }
    header nav {
        height: auto;
        padding: 0;
        border: none;
    }
    #menu li {
        display: inline-block;
    }
    #menu li img {
        height: 12px;
    }
    article {
        column-count: 1;
        margin-top: 0;
    }
    article h2 {
        margin: 3rem auto 0;
        text-align: center;
    }
    article ul {
        padding: 0 2rem;
    }
    .highlight {
        margin: 0 -1rem;
        padding: 1rem;
    }
    .average-rating {
        display: inline;
    }
}

@media (max-width: 680px) {
    .branding {
        padding: 2rem 0 0;
    }
    .branding img {
        width: 50vw;
    }
    h1 br {
        display: none;
    }
}
