:root {
    --ink: #14211d;
    --muted: #66736d;
    --line: #dce4de;
    --paper: #f5f7f2;
    --white: #ffffff;
    --acid: #d9f36b;
    --coral: #ff765e;
    --mint: #c5eadc;
    --blue: #b6d8f3;
    --shadow: 0 16px 40px rgba(35, 56, 45, .08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", sans-serif;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .25;
    background-image: radial-gradient(#a9b9ae 0.7px, transparent 0.7px);
    background-size: 18px 18px;
}

.page-shell {
    position: relative;
    max-width: 1240px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 42px;
}

.site-header,
.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    padding: 25px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
}

.brand-mark {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    background: var(--ink);
    color: var(--acid);
    font-size: 16px;
}

.header-note,
.placement-count {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-nav a {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--coral);
}

.intro {
    max-width: 720px;
    padding: 91px 0 70px;
    animation: rise .7s ease-out both;
}

.eyebrow,
.section-kicker,
.category {
    color: #55705f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 5px rgba(255, 118, 94, .13);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin: 20px 0 24px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(52px, 7.5vw, 94px);
    line-height: .93;
    letter-spacing: -3px;
}

h1 em {
    color: #64802e;
    font-style: normal;
}

.intro-copy {
    max-width: 500px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.6;
}

.news-intro {
    max-width: 800px;
}

.news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .8fr);
    gap: 17px;
    margin-bottom: 73px;
}

.lead-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--ink);
    color: var(--white);
}

.story-art {
    display: flex;
    min-height: 320px;
    align-items: flex-end;
    padding: 20px;
    overflow: hidden;
}

.story-art span {
    position: relative;
    z-index: 1;
    color: var(--acid);
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.story-art-mountains {
    position: relative;
    background: #1e5a5c;
}

.story-art-mountains::before,
.story-art-mountains::after {
    position: absolute;
    bottom: -35px;
    width: 230px;
    height: 250px;
    background: #8bc8b2;
    content: "";
    transform: rotate(45deg);
}

.story-art-mountains::before {
    left: -86px;
}

.story-art-mountains::after {
    right: -88px;
    background: #d5ebba;
}

.story-copy {
    align-self: center;
    padding: 30px;
}

.story-copy .section-kicker,
.story-copy h2 {
    color: var(--white);
}

.story-copy h2 {
    margin: 14px 0 16px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 31px;
    letter-spacing: -.9px;
    line-height: 1.05;
}

.story-copy>p:not(.section-kicker) {
    color: #b9c9c2;
    font-size: 13px;
    line-height: 1.6;
}

.story-meta {
    color: #92a99e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.story-list {
    border-top: 1px solid var(--line);
}

.compact-story {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 15px;
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
}

.story-number {
    color: var(--coral);
    font-family: "Space Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.compact-story h3 {
    margin-bottom: 13px;
    font-size: 20px;
}

.compact-story .category {
    margin-bottom: 8px;
}

.visual-dispatch {
    margin-bottom: 73px;
}

.photo-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 17px;
}

.photo-story {
    margin: 0;
    background: var(--white);
}

.photo-story img {
    display: block;
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
}

.photo-link {
    display: block;
    overflow: hidden;
}

.photo-link img {
    transition: transform .35s ease, filter .35s ease;
}

.photo-link:hover img,
.photo-link:focus-visible img {
    filter: saturate(1.12);
    transform: scale(1.035);
}

.photo-link:focus-visible {
    outline: 2px solid var(--coral);
    outline-offset: -2px;
}

.photo-story:first-child img {
    aspect-ratio: 1.05;
}

.photo-story figcaption {
    display: grid;
    gap: 9px;
    padding: 16px 17px 19px;
}

.photo-story figcaption span {
    color: var(--coral);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.photo-story figcaption strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    letter-spacing: -.4px;
    line-height: 1.1;
}

.intro-action {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-top: 28px;
    padding: 13px 17px;
    background: var(--ink);
    color: var(--acid);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.intro-action span {
    color: var(--white);
    font-size: 17px;
    line-height: 1;
}

.intro-action:hover,
.intro-action:focus-visible {
    background: #385744;
    transform: translateY(-2px);
}

.intro-action:focus-visible {
    outline: 2px solid var(--coral);
    outline-offset: 4px;
}

.network-ad {
    min-height: 90px;
    margin: 0 0 56px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 13px 0 17px;
}

.network-ad-label {
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: uppercase;
}

.network-ad-content {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ad-format-gallery {
    margin: 0 0 56px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 16px 0 20px;
}

.ad-format-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
}

.ad-format {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--white);
}

.ad-format-label {
    position: absolute;
    top: 6px;
    left: 8px;
    z-index: 1;
    color: var(--muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.ad-format-wide,
.ad-format-medium {
    width: 100%;
    min-height: 75px;
}

.ad-format-box {
    width: 300px;
    min-height: 275px;
}

.ad-format-rail {
    width: 160px;
    min-height: 325px;
}

.ad-format-container {
    min-height: 90px;
    margin-top: 18px;
}

.ad-format-container #container-0be766afe9c21dd3e9530d1c6417c395 {
    max-width: 100%;
}

.ad-board {
    padding-bottom: 55px;
}

.board-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 21px;
}

.section-kicker {
    margin-bottom: 7px;
}

h2 {
    margin-bottom: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 28px;
    letter-spacing: -.8px;
}

.placements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.placement {
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow);
    animation: rise .7s ease-out both;
}

.placement:nth-child(2) {
    animation-delay: .1s;
}

.placement:nth-child(3) {
    animation-delay: .2s;
}

.placement-topline {
    display: flex;
    justify-content: space-between;
    padding: 14px 17px 0;
}

.ad-label {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.placement-index {
    color: rgba(20, 33, 29, .4);
    font-family: "Space Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.art {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 170px;
    margin-top: 10px;
    padding: 16px;
    overflow: hidden;
}

.art span {
    color: rgba(20, 33, 29, .68);
    font-family: "Space Grotesk", sans-serif;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: .75;
}

.art-sun {
    background: var(--coral);
}

.art-sun::before {
    content: "";
    width: 106px;
    height: 106px;
    border: 17px solid var(--acid);
    border-radius: 50%;
    transform: translate(-63px, -25px);
}

.art-mint {
    background: var(--mint);
}

.art-mint::before {
    content: "";
    width: 150px;
    height: 70px;
    border: 19px solid var(--white);
    border-radius: 100px 100px 0 0;
    transform: translate(-45px, -20px) rotate(-17deg);
}

.art-blue {
    background: var(--blue);
}

.art-blue::before {
    content: "";
    width: 105px;
    height: 105px;
    background: var(--acid);
    transform: translate(-65px, -20px) rotate(45deg);
}

.art-gold {
    background: #f2d36b;
}

.art-gold::before {
    content: "";
    width: 92px;
    height: 92px;
    border: 18px solid var(--ink);
    border-radius: 50%;
    transform: translate(-58px, -20px);
}

.art-rose {
    background: #e7a3a0;
}

.art-rose::before {
    content: "";
    width: 105px;
    height: 65px;
    border: 18px solid var(--white);
    border-radius: 70px 70px 0 0;
    transform: translate(-48px, -18px) rotate(24deg);
}

.placement-copy {
    padding: 24px 21px 26px;
}

.category {
    margin-bottom: 12px;
    font-size: 10px;
}

h3 {
    margin-bottom: 10px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    letter-spacing: -.8px;
    line-height: 1.05;
}

.placement:hover {
    box-shadow: 0 20px 48px rgba(35, 56, 45, .14);
    transform: translateY(-3px);
    transition: box-shadow .2s ease, transform .2s ease;
}

.placement-copy p:not(.category) {
    min-height: 72px;
    margin-bottom: 19px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.visit-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.visit-link span {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid var(--ink);
    font-size: 16px;
    transition: transform .2s ease, background .2s ease;
}

.visit-link:hover span,
.visit-link:focus-visible span {
    background: var(--acid);
    transform: translate(2px, -2px);
}

.visit-link:focus-visible {
    outline: 2px solid var(--coral);
    outline-offset: 4px;
}

.disclosure {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    max-width: 780px;
    padding: 20px 0 52px;
    color: var(--muted);
}

.disclosure-icon {
    display: grid;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid #99a9a0;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 14px;
}

.disclosure p {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
}

.disclosure strong {
    color: var(--ink);
}

.trust-strip {
    display: flex;
    gap: 30px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 17px 0;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .2px;
}

.trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.trust-strip strong {
    color: var(--coral);
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
}

.site-footer {
    border-top: 1px solid var(--line);
    border-bottom: 0;
    color: var(--muted);
    font-size: 11px;
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 760px) {
    .page-shell {
        padding: 0 20px;
    }

    .site-header {
        padding: 19px 0;
    }

    .header-note {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .site-nav {
        gap: 12px;
    }

    .site-nav a {
        font-size: 10px;
    }

    .intro {
        padding: 68px 0 54px;
    }

    h1 {
        font-size: clamp(49px, 15vw, 72px);
        letter-spacing: -2.5px;
    }

    .board-heading {
        align-items: start;
        flex-direction: column;
        gap: 12px;
    }

    .intro-action {
        margin-top: 24px;
    }

    .news-grid {
        grid-template-columns: 1fr;
        margin-bottom: 55px;
    }

    .visual-dispatch {
        margin-bottom: 55px;
    }

    .photo-grid {
        grid-template-columns: 1fr;
    }

    .photo-story:first-child img,
    .photo-story img {
        aspect-ratio: 1.45;
    }

    .lead-story {
        grid-template-columns: 1fr;
    }

    .story-art {
        min-height: 190px;
    }

    .story-copy {
        padding: 24px 20px 27px;
    }

    .story-copy h2 {
        font-size: 27px;
    }

    .network-ad {
        margin-bottom: 42px;
    }

    .ad-format-gallery {
        margin-bottom: 42px;
    }

    .ad-format-wide,
    .ad-format-medium {
        min-height: 70px;
    }

    .placements {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .placement {
        display: grid;
        grid-template-columns: 43% 57%;
    }

    .placement-topline {
        grid-column: 1 / -1;
    }

    .art {
        grid-column: 1;
        grid-row: 2;
        height: 100%;
        min-height: 215px;
    }

    .placement-copy {
        grid-column: 2;
        grid-row: 2;
        padding: 21px 18px;
    }

    .placement-copy p:not(.category) {
        min-height: auto;
    }

    .art span {
        font-size: 51px;
    }

    .disclosure {
        padding-bottom: 40px;
    }

    .trust-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}