@charset "UTF-8";

:root {
    --fieldnote-pink: #f4e0dc;
}

body,
.main,
.main-inner {
    background: var(--fieldnote-pink);
}

.article-main-inner .fieldnote-header-lede {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    line-height: 1.55;
    margin: 0 0 1.25rem;
    max-width: 46rem;
    text-shadow: 1px 1px #151515;
}

.article-main-inner .fieldnote-header-lede p {
    color: inherit;
    line-height: inherit;
    margin: 0 0 0.7rem;
}

.fieldnote-essay {
    background: var(--fieldnote-pink);
    padding-block: clamp(4rem, 8vw, 6.5rem);
}

.article-footer,
.footer {
    background: var(--fieldnote-pink);
    background-color: var(--fieldnote-pink);
}

.article-footer {
    border-top-color: rgba(169, 56, 31, 0.18);
}

.article-footer .article-nav {
    background: var(--fieldnote-pink);
    background-color: var(--fieldnote-pink);
}

.footer-fixed .footer-container {
    background: var(--fieldnote-pink);
    background-color: var(--fieldnote-pink);
}

.fieldnote-essay .container {
    max-width: 1800px;
}

.fieldnote-content {
    color: #151515;
    font-family: "Source Sans Pro", sans-serif;
    font-size: clamp(1.05rem, 1.6vw, 1.18rem);
    line-height: 1.78;
    margin-inline: auto;
    max-width: 720px;
}

.fieldnote-content p,
.fieldnote-content li {
    color: #5f5653;
}

.fieldnote-content p {
    margin: 0 0 1.35rem;
}

.fieldnote-content .fieldnote-lead {
    color: #2f2927;
    font-size: clamp(1.28rem, 3.4vw, 1.65rem);
    line-height: 1.48;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

.fieldnote-content h1,
.fieldnote-content h2,
.fieldnote-content h3,
.fieldnote-content h4 {
    color: #151515;
    font-family: "Geogrotesque", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
}

.fieldnote-content h1::before,
.fieldnote-content h2::before {
    background: rgba(169, 56, 31, 0.18);
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 1.1rem;
    width: 2.4rem;
}

.fieldnote-content h2 {
    font-size: clamp(1.45rem, 4vw, 1.9rem);
    line-height: 1.2;
    margin: 3rem 0 0.9rem;
}

.fieldnote-content h3,
.fieldnote-content h4 {
    font-size: clamp(1.22rem, 3vw, 1.55rem);
    line-height: 1.24;
    margin: 2.4rem 0 0.75rem;
}

.fieldnote-principles {
    border-block: 1px solid rgba(169, 56, 31, 0.18);
    margin: clamp(2.3rem, 6vw, 3.6rem) 0;
    padding: clamp(0.4rem, 1.5vw, 0.75rem) 0 clamp(0.7rem, 2vw, 1rem);
}

.fieldnote-principles h2:first-child::before {
    display: none;
}

.fieldnote-observation,
.fieldnote-insight {
    border-block: 1px solid rgba(169, 56, 31, 0.22);
    margin: clamp(2.3rem, 6vw, 3.8rem) 0;
    padding: 1.1rem 0 1.25rem;
}

.fieldnote-observation p,
.fieldnote-insight p {
    color: #302826;
    font-size: clamp(1.12rem, 3vw, 1.36rem);
    line-height: 1.5;
    margin: 0;
}

.fieldnote-observation .thought-kicker,
.fieldnote-insight .thought-kicker {
    color: #a9381f;
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.fieldnote-media {
    margin: clamp(2.4rem, 6vw, 4rem) 0;
}

.fieldnote-media img,
.fieldnote-media video {
    border: 1px solid rgba(169, 56, 31, 0.16);
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.fieldnote-media-frame {
    aspect-ratio: 16 / 9;
    background:
        linear-gradient(90deg, rgba(169, 56, 31, 0.16) 1px, transparent 1px),
        linear-gradient(rgba(169, 56, 31, 0.14) 1px, transparent 1px),
        rgba(255, 255, 255, 0.26);
    background-size: 3rem 3rem;
    border: 1px solid rgba(169, 56, 31, 0.18);
}

.fieldnote-media-frame-text {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    text-align: center;
}

.fieldnote-media-frame-text p {
    color: #302826;
    font-family: "Geogrotesque", sans-serif;
    font-size: clamp(1.2rem, 3vw, 1.75rem);
    line-height: 1.25;
    margin: 0;
    max-width: 34rem;
}

.fieldnote-media figcaption {
    color: #897b76;
    font-size: 0.92rem;
    line-height: 1.45;
    margin-top: 0.75rem;
}
