:root {
    --step-dropcap: clamp(10.50rem, calc(7.21rem + 5.88vw), 12.50rem);
}
@media screen and (max-width: 895px) {
    :root {
        --step-dropcap: clamp(10.50rem, calc(6.43rem + 10.85vw), 12.50rem);
    }
}

@font-face {
    font-family: 'Signifier';
    font-display: block;
    font-weight: 400;
    src: url('/fonts/signifier/signifier-regular.woff2') format("woff2");
}
@font-face {
    font-family: 'Signifier';
    font-display: block;
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/signifier/signifier-regular-italic.woff2') format("woff2");
}
@font-face {
    font-family: 'Signifier';
    font-display: block;
    font-weight: 600;
    src: url('/fonts/signifier/signifier-bold.woff2') format("woff2");
}
@font-face {
    font-family: 'Signifier';
    font-display: block;
    font-style: italic;
    font-weight: 600;
    src: url('/fonts/signifier/signifier-bold-italic.woff2') format("woff2");
}
@font-face {
    font-family: 'AltissimaCondensed';
    src: url('/fonts/Altissima-Condensed/Altissima-Condensed.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Altissima-Condensed/Altissima-Condensed.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/Altissima-Condensed/Altissima-Condensed.woff') format('woff'), /* Modern Browsers */
        url('/fonts/Altissima-Condensed/Altissima-Condensed.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.article.regular-article {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    justify-content: flex-end;
}
.reg-article-wrap {
    position: relative;
    margin: 0 0 48px;
}
.article > div {
    width: calc(50% - 16px);
}

.regular-article .article-wrap {
    position: relative;
}
.regular-article .sticky-wrap {
    position: absolute;
    right: calc(100% + 32px);
    width: 100%;
    padding: 0 20% 48px 0;
}
.regular-article .sticky-wrap.article-header-wrap {
    padding: 0 0 48px 0;
    top:0;
}
.reg-article-wrap.article-content .sticky-wrap.article-header-wrap .sticky {
    top:0;
}
.reg-article-wrap.article-content .sticky-wrap .sticky {
    top:112px;
    padding: 0 0 48px;
}

.article.featured-article {
    display: block;
}
.article.featured-article > div {
    width: 100%;
}
.featured-article .article-content .article-section {
    width: 50%;
    position: relative;
}
.sticky-container {
    position: relative;
}
.featured-article .article-content .article-section:nth-child(even){
    margin-left: auto;
}
.article-content .sticky-wrap {
    position: absolute;
    width: 100%;
}
.article-content .sticky-wrap .sticky {
    position: sticky;
    top:112px;
    padding: 0 0 48px;
}

.image-wrap.fullwidth {
    max-width: 1616px;
    width: calc(100vw - 64px);
    margin: 96px 0;
}
.featured-article .article-content .article-section:nth-child(even) .image-wrap.fullwidth {
    position: relative;
    right: 100%;
}
.reg-article-wrap .image-wrap.fullwidth {
    position: relative;
    right: calc(100% + 32px);
}


.article.featured-article .article-content .sticky-wrap {
    left: 100%;
    right: auto;
    height: 100%;
    padding: 0 0 0 20%;
}
.article.featured-article .article-content .article-section:nth-child(even) .sticky-wrap {
    left: auto;
    right: 100%;
    height: 100%;
    padding: 0 20% 0 0;
}

.article.featured-article .article-header > div:before {
    width: 100vw;
    right: auto;
    left: 50%;
    margin: 0 0 0 -50vw;
}

.article-content .article-header a {
    background: none;
}

.article-header > div {
    min-height: 100vh;
    font-family:"PP Radio Grotesk";
    font-weight: 400;
    display: flex;
    flex-direction: column;
    padding: 88px 32px 24px 0;
    background: var(--bg-color);
    position: relative;
}
.article-header > div:before {
    content: "";
    background: var(--bg-color);
    width: 50vw;
    height: 120%;
    position: absolute;
    right: 0;
    top:-20%;
    z-index: -1;
}

.article-header.illustration img {
    mix-blend-mode: multiply;
}

.article-header .title {
    font-size: var(--heading-02);
    line-height: 1;
    font-weight: 400;
    padding: 0 0 1em;
}
.article-header .title h1 {
    color:var(--offwhite);
}
.article-header .title.inverted h1 {
    color:#000;
}
.article-header .title.inverted h2 {
    color: var(--grey);
}
.article-header .title h1, .article-header .title h2 {
    font: inherit;
    margin: 0;
}

.article-header.no-image.yellow h1,
.article-header.illustration.yellow h1 {
    color:#000;
}
.article-header.no-image.yellow h2,
.article-header.illustration.yellow h2 {
    color:var(--grey);
    mix-blend-mode: multiply;
}

.article-header .feat-img {
    flex:1;
    position: relative;
    display: flex;
}
.featured-article .article-header.illustration > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 88px 0 32px;
}
.featured-article .article-header.illustration .title {
    grid-row: 1;
    grid-column: 1;
}
.featured-article .article-header.illustration .feat-img {
    grid-row: 1 / 3;
    grid-column: 2;
    align-items: flex-end;
}
.featured-article .article-header.illustration .published-date {
    /* width: 50%; */
    grid-row: 2;
    grid-column: 1;
    margin: auto 0 0;
}
.article-header.illustration .feat-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    object-position: right bottom;
}
.article-header.photo .feat-img {
    flex:0;
}
.article-header.photo .feat-img img {
    position: relative;
    width: 100%;
    height: auto;
}
.article-header.photo .title {
    order: 1;
    padding: 0 0 .5em;
    margin: 0 0 auto;
}
/* .article-header.no-image.cream > div {
    min-height: 0;
} */
.article-header.photo .published-date {
    order: 2;
    margin: auto 0 16px;
}
.article-header.photo > div {
    padding: 88px 32px 32px 0;
}
.article-header.photo .feat-img {
    order: 3;
}

.featured-article .article-header.photo > div {
    display: flex;
    padding: 88px 0 32px;
}

.article-header .published-date {
    display: block;
    padding-top: 25px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin: auto 0 0;
}

.article-header .published-date span {
    margin: 0 16px 0 0;
}

.featured-article .article-header.no-image .title    {
    font-size: var(--heading-01);
}

.article-header .attribution {
    display: block;
    text-align: right;
    padding: 4px 0 0;
}

.article-content {
    padding: 3rem 0 0;
}
.reg-article-wrap.article-content {
    padding: 5.5rem 0 0;
}
.article-body {
    font-size: var(--step-article-body);
    line-height: 1.5;
    font-family: 'Signifier';
}
.end-note,
.footnotes {
    border-top: 1px solid #000;
    margin: 1.5em 0 0;
}
.end-note {
    padding-top: 1.2em;
}
.footnotes {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Signifier';
}
.footnotes ol {
    padding: 0;
    list-style: none;
    counter-reset: counter;

}
.footnotes ol li {
    counter-increment: counter;
    padding: 0 0 0 1.5em;
    margin: 0 0 1.5em;
    position: relative;
}
.footnotes ol li:before {
    content: counter(counter)".";
    position: absolute;
    left:0;
}

.featured-article.article-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.reg-article.article-section {
    padding-bottom: 100px;
}

.article-section .sticky-container > p:first-of-type:first-letter {
    float: left;
    font-family:"AltissimaCondensed";
    font-size: var( --step-dropcap);
    line-height: .986;
    margin: 0 16px -0.2em 0;
    padding: 0;
    display: block;
}

.article-section .sticky-container > p:first-of-type:first-line {
    font-family:"PP Radio Grotesk";
    font-weight: 400;
    letter-spacing: .01em;
}

.article-section:last-of-type .sticky-container > p:last-of-type {
    display: inline;
}
.article-end {
    width: .667em;
    height: .667em;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    vertical-align: baseline;
    margin: 0 0 0 0.3em;
}

.pullquote {
    font-family:"PP Radio Grotesk";
    font-weight: 400;
    font-size: clamp(2.5rem, 0.7857rem + 3.0612vw, 4rem);
    line-height: 0.875;
    /* padding: 0 32px; */
}
.pullquote:before {
    /* width: 160px; */
    width: 6.6667em;
    height: 1em;
    background: #000;
    content: "";
    margin: 0 0 1em;
    display: block;
    font-size: clamp(1rem, 0.4286rem + 1.0204vw, 1.5rem);
}
.article-content .image-wrap img {
    margin: 0 0 8px;
    width: 100%;
    height: auto;
}
.article-content .image-wrap .caption {
    font-family:"PP Radio Grotesk";
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
}
.attribution {
    font-family:"PP Radio Grotesk";
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--grey);
}
.article-content .image-wrap .caption .attribution {
    margin-left: .4em;
}

.article-body a {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
    background-image: -webkit-linear-gradient(#000,#000);
    background-image: linear-gradient(#000,#000);
    background-position: right 92%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s;
    background-position: right 96%!important;
}
@media (hover: hover) and (pointer: fine) {
    .article-body a:hover {
        background-size: 0 1px
    }
}

.article-content .twitter-wrap {
    min-height: 421px;
}
.article-content .twitter-tweet {
    margin: auto;
    padding: 38px 0;
}

.author-bio {
    padding: 8px 0 0;
    border-top: 1px solid #000;
    font-family:"PP Radio Grotesk";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-size: 20px;
    display: flex;
}
.author-bio p {
    display: block;
}
.author-bio .portrait {
    width: 156px;
    height: 156px;
    margin: 0 16px 0 0;
}
.author-bio .text {
    flex:1;
}
.twitter svg {
    fill:#000;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin: 0 4px 0 0;
}
.author-bio .twitter:after {
    content: " ↗";
}
.author-bio:first-of-type {
    border-top: none;
}
.author-bio + .author-bio {
  margin-top: 1.5rem;
}
.tags ul {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    line-height: 0;
}
.tags ul li {
    display: inline-block;
    margin: 0 8px 8px 0;
}
.tags ul li a:before {
    content: "#";
}
.tags ul li:last-child {
    margin-right: 0;
}

.related-articles .list {
    margin: 32px 0 0;
    position: relative;
    columns:2;
    column-gap: 32px;
}
.related-articles .list:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left:50%;
    margin: 0 0 0 -.5px;
    background: #000;
    top:0;
}
.related-articles .article-card {
    border-top: var(--heavy-border) solid #000;
    font-family:"PP Radio Grotesk";
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 32px;
    line-height: 1;
    margin: 24px 0 0;
    padding: 8px 0 0;
    break-inside: avoid;
}
.related-articles .article-card:first-child,
.related-articles .article-card:nth-child(2) {
    margin: 0;
}
/* .related-articles .article-card a {

    display: inline-block;
} */
.related-articles .article-card .title {
    margin: 0 0 24px;
}
.related-articles .article-card h3,
.related-articles .article-card h4 {
    font: inherit;
    margin: 0;
}
.related-articles .article-card h4 {
    color:var(--grey);
}
.related-articles .feat-img img {
    max-width: 100%;
    height: auto;
    display: block;
}
.related-articles .feat-img.illustration img {
    mix-blend-mode: multiply;
}

.gated {
    position: relative;
    margin: 0 0 1.5em;
}
.gated:after {
    content:"";
    background: linear-gradient(0deg, rgba(244,239,232,1) 0%, rgba(244,239,232,0) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6em;
    left:0;
}
.subscribe-cta {
    padding: 0.5rem 0 2rem 0;
}
.subscribe-cta h4 {
    margin: 0 0 16px;
}
.subscribe-cta h4 + p {
    margin: 0;
}
.subscribe-cta ul {
    margin: clamp(3rem, 0.5294rem + 4.4118vw, 4.5rem) 0 0;
    list-style: none;
    padding: 0;
}
.subscribe-cta ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.subscribe-cta ul li:last-child {
    margin: 0;
}

p.subscribe-sync-message {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.2;
}

p.subscribe-sync-message a {
  background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
  background-image: -webkit-linear-gradient(#000,#000);
  background-image: linear-gradient(#000,#000);
  background-position: right 92%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
  background-position: right 96%!important;
}

@media (hover: hover) and (pointer: fine) {
  p.subscribe-sync-message a:hover {
      background-size: 0 1px
  }
}

.featured-article-gated {
    width: 50%;
}
.featured-article .article-content .featured-article-gated .article-section {
    width: 100%;
    margin: 0;
}

.editors-note {
    margin: 0 0 1.5em;
}
.article-footer {
    margin-top: 48px;
}

.article-header-wrap {
    z-index: 1;
}
.article-header .published-date {
    display: flex;
    justify-content: space-between;
}
.published-date > div {
    display: inline-block;
}
.share {
    position: relative;
    z-index: 2;
}
.open-share {
    border:none;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
}
.open-share:hover {
    background: transparent;
    color: #000;
}
.share-popup .curtain {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background: transparent;
    cursor: pointer;

}
@keyframes animate {
    from {
      transform: translate3d(-50%, -50%, 0) scale(0);
    }
    to {
      transform: translate3d(-50%, -50%, 0) scale(1);
    }
}
.share-popup ul {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    padding: 0 16px;
    list-style: none;
    margin: 0;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale(1);
    animation: animate .3s;
}
.share-popup ul li {
    border-bottom: 1px solid #C9C9C9;
}
.share-popup ul li:last-child {
    border:none;
}
.share-popup ul li button {
    background-color:transparent;
    border:none;
    padding:0;
    font:inherit;
    color:inherit;
    cursor:pointer
}
.share-popup ul li button span {
    display: block;
    padding: 16px 0;
}
.share-popup ul li button span svg {
    width: 19px;
    height: 18px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
@media screen and (max-width: 895px) {
    @keyframes animate {
        from {
          transform: translate3d(16px, -50%, 0) scale(0);
        }
        to {
          transform: translate3d(16px, -50%, 0) scale(1);
        }
    }
    .share-popup ul {
        left:auto;
        right: 0;
        transform-origin: calc(100% - 32px) center;
        transform: translate3d(16px, -50%, 0) scale(1);
    }
}  
@media screen and (max-width: 600px) {
    @keyframes animate {
        from {
          transform: translate3d(8px, -50%, 0) scale(0);
        }
        to {
          transform: translate3d(8px, -50%, 0) scale(1);
        }
    }
    .share-popup ul {
        transform-origin: calc(100% - 16px) center;
        transform: translate3d(8px, -50%, 0) scale(1);
    }
}    

@media screen and (max-width: 895px) {
    .article {
        display: block;
    }
    .article > div {
        width: 100%;
    }
    .reg-article-wrap.article-content {
        padding: 0;
    }
    .article-header > div:before {
        width: 100vw;
        right: -32px;
    }
    .article-header > div {
        /* min-height: 0; */
        padding: 88px 32px 24px 0;
    }
    .article-header.photo > div {
        padding: 88px 0 32px;
    }
    .article-header.no-image > div {
        min-height: 0;
    }
    .article-header.no-image .title {
        padding-bottom: 96px;
    }
    .article-header.no-image .published-date {
        padding:0;
    }
    .featured-article .article-header {
      margin-bottom: 3rem;
    }
    /* .featured-article .article-header.photo > div {
        display: flex;
    } */
    .featured-article .article-header.illustration > div {
        display: flex;
    }
    .article-header.cream.no-image::after {
        content: "";
        width: 100vw;
        height: 1px;
        position: absolute;
        background: #000;
        bottom: 0;
        left:-32px;
    }
    /* .article-content .sticky,
    .article-content .article-section:nth-child(even) .sticky {
        position: relative;
        left: auto;
        right: auto;
        width: 80%;
        margin: 48px 0;
    } */
    .article-content {
        padding: 24px 0 0;
    }
    .article-content .sticky-wrap {
        position: relative;
        height: auto !important;
        top: auto !important;
        left:auto;
        right: auto;
    }
    .reg-article-wrap.article-content .sticky-wrap .sticky,
    .article-content .sticky-wrap .sticky {
        top:auto;
        padding: 0;
    }

    .article-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .featured-article .article-content .article-section,
    .article-content .article-section {
        width: 100%;
    }
    .sticky-wrap {
        height: auto !important;
    }
    .article.featured-article .article-content .sticky-wrap,
    .article.featured-article .article-content .article-section:nth-child(even) .sticky-wrap {
        right: auto;
        left: auto;
        padding: 0;
    }
    .reg-article-wrap .image-wrap.fullwidth {
        right: auto;
    }
    .pullquote {
        margin: 48px 0;
        width: calc(80% - 16px);
    }
    .pullquote:before {
        margin: 0 0 12px;
    }
    .related-articles .list {
        column-gap: 16px;
    }
    .article-content .sticky-wrap .sticky {
        position: relative;
    }
    .featured-article-gated {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .pullquote {
        margin: 48px 0;
        width: 100%;
    }
    .article-header > div:before {
        right: -16px;
    }
    .article-header > div {
        padding: 88px 0 24px 0;
        min-height: 0;
    }
    .article-header.photo > div {
        padding: 88px 0 16px;
    }
    .article-header .feat-img {
        flex:0;
    }
    .article-header .feat-img img,
    .article-header.illustration .feat-img img,
    .article-header.photo .feat-img img {
        width: 100%;
        height: auto;
        position: relative;
    }
    .article-header .published-date {
        margin: 0;
    }
    .article-header.cream.no-image::after {
        left:-16px;
    }
    .author-bio .portrait {
        width: 96px;
        height: 96px;
        margin: 0 8px 0 0;
    }
}
