:root {
    --navy: #03143e;
    --navy2: #092b72;
    --blue: #0757d7;
    --sky: #12afe8;
    --gold: #e5a000;
    --ink: #071a46;
    --text: #334363;
    --muted: #71809a;
    --line: #dce6f3;
    --wash: #f4f8fe;
    --white: #fff;
    --shell: 1180px;
    --shadow: 0 18px 42px rgba(4, 27, 75, .11);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

button,
input {
    font: inherit
}

.shell {
    width: min(var(--shell), calc(100% - 44px));
    margin: auto
}

.homepage {
    padding: 32px 0 0
}

.magazine-heading {
    text-align: center;
    padding: 4px 0 31px
}

.magazine-heading h1 {
    margin: 0;
    font-size: clamp(50px, 7vw, 82px);
    line-height: .96;
    letter-spacing: -.045em
}

.magazine-heading .kicker {
    margin-top: 12px;
    font-weight: 900;
    letter-spacing: .25em;
    color: var(--blue);
    text-transform: uppercase
}

.magazine-heading p {
    margin: 18px auto 0;
    max-width: 760px;
    color: var(--text);
    font-size: 16px
}

.quick-title,
.explore-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .055em;
    margin: 0 0 12px
}

.quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-bottom: 25px
}

.quick-card {
    min-height: 92px;
    border: 1px solid #e1eaf6;
    border-radius: 14px;
    background: linear-gradient(102deg, #eff6ff, #fff);
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 17px 25px;
    transition: .2s
}

.quick-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow)
}

.quick-card strong {
    font-size: 21px
}

.icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, var(--navy), var(--blue));
    color: #fff;
    box-shadow: 0 9px 20px rgba(0, 64, 160, .18);
    flex: none
}

.icon-circle.gold {
    background: linear-gradient(145deg, #bd7300, var(--gold))
}

.icon-circle svg {
    width: 29px;
    height: 29px
}

.big-arrow {
    font-size: 37px;
    color: var(--blue)
}


.hero-thryve {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 420px;
    border: 1px solid var(--line);
    border-radius: 17px;
    overflow: hidden;
    background: #fff
}

.hero-copy {
    padding: 44px 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: radial-gradient(circle at 0 0, #eef6ff, #fff 67%)
}

.eyebrow {
    display: block;
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 13px
}

.hero h2 {
    font-size: clamp(42px, 4.8vw, 62px);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 14px 0 18px
}

.hero p {
    color: var(--text);
    font-size: 15.5px;
    margin: 0 0 27px
}

.dark-button {
    align-self: flex-start;
    background: linear-gradient(135deg, var(--navy), var(--navy2));
    color: #fff;
    padding: 13px 20px;
    border-radius: 8px;
    font-weight: 850;
    box-shadow: 0 10px 22px rgba(3, 20, 62, .18)
}

.hero-image {
    min-height: 420px
}

.hero-photo {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--hero-image) center/cover no-repeat
}

.explore-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    margin: 25px 0 14px
}

.explore-head:after {
    content: "";
    height: 1px;
    background: var(--line)
}

.explore-title {
    margin: 0
}

.segments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.segment-card {
    border: 1px solid var(--line);
    border-radius: 15px;
    min-height: 238px;
    padding: 17px 18px 14px;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: .2s
}

.segment-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow)
}

.segment-head {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 13px;
    align-items: start
}

.segment-head .icon-circle {
    width: 52px;
    height: 52px
}

.segment-head strong {
    font-size: 15.5px;
    padding-top: 6px
}

.small-arrow {
    color: var(--blue);
    font-size: 25px;
    line-height: 1
}

.gold-rule {
    display: block;
    width: 34px;
    height: 2px;
    background: var(--gold);
    margin: 13px 0 11px 66px
}

.segment-card h3 {
    font-size: 19px;
    line-height: 1.17;
    margin: 0 0 8px
}

.segment-card p {
    font-size: 13.5px;
    color: var(--text);
    margin: 0
}

.segment-links {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #ebf0f7;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 13px;
    font-weight: 800
}

.segment-links a:first-child {
    color: var(--blue)
}

.segment-links a:last-child {
    color: #54617a
}

.segment-links span {
    color: var(--blue);
    font-size: 18px
}


.newsletter {
    margin: 20px 0 24px;
    padding: 17px 26px;
    border: 1px solid #dce7f5;
    border-radius: 15px;
    background: linear-gradient(102deg, #eff6ff, #fff);
    display: grid;
    grid-template-columns: 58px 1fr minmax(380px, 1.2fr);
    align-items: center;
    gap: 20px
}

.newsletter h3 {
    margin: 0;
    font-size: 20px
}

.newsletter p {
    margin: 2px 0 0;
    color: var(--text);
    font-size: 13.5px
}

.newsletter form {
    display: grid;
    grid-template-columns: 1fr 130px
}

.newsletter input {
    min-width: 0;
    border: 1px solid #cdd9ea;
    border-radius: 8px 0 0 8px;
    padding: 13px 14px;
    outline: none
}

.newsletter button {
    border: 0;
    background: var(--navy);
    color: #fff;
    border-radius: 0 8px 8px 0;
    font-weight: 850
}

.route-page {
    display: none
}

.route-page:target {
    display: block;
    position: fixed;
    inset: 0;
    overflow-y: auto;
    background: #fff;
    z-index: 9999
}

.route-bar {
    position: sticky;
    top: 0;
    z-index: 5;
    background: var(--navy);
    color: #fff;
    padding: 15px max(22px, calc((100vw - 1180px)/2));
    font-weight: 800
}

.article-wrap,
.listing-wrap {
    width: min(940px, calc(100% - 40px));
    margin: auto;
    padding: 52px 0 80px
}

.article-wrap h1,
.listing-wrap h1 {
    font-size: clamp(42px, 7vw, 76px);
    line-height: 1;
    letter-spacing: -.05em;
    margin: 12px 0 18px
}

.article-dek,
.listing-wrap>p {
    font-size: 20px;
    color: var(--text);
    max-width: 790px
}

.article-meta {
    font-size: 13px;
    color: var(--muted);
    font-weight: 700;
    margin: 18px 0 28px
}

.article-image {
    height: min(54vw, 540px);
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 32px
}

.article-image .hero-photo {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--hero-image) center/cover no-repeat
}

.article-copy {
    max-width: 760px;
    margin: auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.75;
    color: #23314d
}

.article-copy h2 {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 30px;
    line-height: 1.18;
    margin: 36px 0 12px
}

.article-copy blockquote {
    border-left: 4px solid var(--gold);
    padding-left: 20px;
    margin: 28px 0;
    font-size: 25px;
    line-height: 1.45;
    color: var(--navy)
}

.listing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px
}

.listing-grid article {
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 22px;
    background: var(--wash)
}

.listing-grid h2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px
}

.listing-grid p {
    font-size: 14px;
    color: var(--text)
}

.listing-grid a {
    color: var(--blue);
    font-weight: 850
}

#subscribed .listing-wrap {
    text-align: center;
    max-width: 700px;
    padding-top: 100px
}

@media(max-width:900px) {
    .main-nav {
        min-height: 82px;
        grid-template-columns: 1fr auto;
        position: relative
    }

    .brand .logo-image {
        width: 205px;
        height: 58px
    }

    .desktop-menu,
    .nav-subscribe {
        display: none
    }

    .mobile-menu {
        display: block
    }

    .hero {
        grid-template-columns: 1fr
    }

    .hero-image {
        order: -1;
        min-height: 340px
    }

    .segments-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .newsletter {
        grid-template-columns: 54px 1fr
    }

    .newsletter form {
        grid-column: 1/-1
    }

    .footer-main {
        grid-template-columns: 1.4fr 1fr 1fr
    }

    .footer-main>div:nth-child(n+4) {
        margin-top: 8px
    }
}

@media(max-width:620px) {
    .shell {
        width: calc(100% - 24px)
    }

    .top-strip .shell {
        justify-content: center;
        text-align: center;
        min-height: 32px;
        font-size: 10px
    }

    .social-row {
        display: none
    }

    .brand .logo-image {
        width: 176px;
        height: 50px
    }

    .homepage {
        padding-top: 22px
    }

    .magazine-heading {
        padding-bottom: 23px
    }

    .magazine-heading h1 {
        font-size: 44px
    }

    .magazine-heading .kicker {
        font-size: 10px;
        letter-spacing: .16em
    }

    .magazine-heading p {
        font-size: 14px;
        margin-top: 13px
    }

    .quick-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .quick-card {
        min-height: 78px;
        padding: 12px 15px;
        grid-template-columns: 49px 1fr auto;
        gap: 14px
    }

    .quick-card .icon-circle {
        width: 49px;
        height: 49px
    }

    .quick-card strong {
        font-size: 17px
    }

    .hero {
        border-radius: 13px
    }

    .hero-image {
        min-height: 265px
    }

    .hero-copy {
        padding: 28px 22px
    }

    .hero h2 {
        font-size: 38px
    }

    .hero p {
        font-size: 14px
    }

    .segments-grid {
        grid-template-columns: 1fr
    }

    .segment-card {
        min-height: 225px
    }

    .newsletter {
        grid-template-columns: 46px 1fr;
        padding: 16px
    }

    .newsletter .icon-circle {
        width: 46px;
        height: 46px
    }

    .newsletter h3 {
        font-size: 17px
    }

    .newsletter form {
        grid-template-columns: 1fr
    }

    .newsletter input {
        border-radius: 8px;
        border-right: 1px solid #cdd9ea
    }

    .newsletter button {
        border-radius: 8px;
        margin-top: 8px;
        padding: 12px
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .footer-main>div:first-child {
        grid-column: 1/-1
    }

    .footer-bottom .shell {
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        text-align: center
    }

    .article-wrap,
    .listing-wrap {
        width: calc(100% - 28px);
        padding-top: 35px
    }

    .article-wrap h1,
    .listing-wrap h1 {
        font-size: 42px
    }

    .article-dek,
    .listing-wrap>p {
        font-size: 17px
    }

    .article-image {
        height: 280px
    }

    .article-copy {
        font-size: 17px
    }

    .listing-grid {
        grid-template-columns: 1fr
    }
}