/* ReelWorld V2 compositions. No decorative rules, blocks or accent colour. */
.headline {
    position: absolute;
    left: 0;
    top: 108px;
    max-width: var(--more-safe-width)
}

/* 01 */
#s1 .headline {
    font-size: 78px;
    max-width: 1040px;
    top: 98px
}

.evidence-grid {
    position: absolute;
    left: 0;
    right: 56px;
    top: 270px;
    height: 470px;
    display: grid;
    grid-template-columns: 1.55fr repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 10px
}

.evidence {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    background: #fff;
}

.evidence.hero {
    grid-row: 1 / 3
}

.evidence img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.evidence-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;

    display: block;
    width: 100%;
    box-sizing: border-box;

    padding: 8px 10px 9px;

    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;

    color: rgb(0, 0, 0);

    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.evidence-label small {
    display: block;
    margin-bottom: 4px;

    color: rgb(0, 0, 0);

    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* 02 */
#s2 .headline {
    font-size: 112px;
    max-width: 1440px;
    top: 145px
}

.resolutions {
    position: absolute;
    left: 0;
    bottom: 120px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 46px;
    font-size: 16px;
    line-height: 1.15;
    color: var(--muted)
}

#s2 .endpoint-list {
    position: absolute;
    left: 0;
    top: 540px;
}

#s2 .endpoint-list p {
    margin: 0 0 7px 0;

    font-size: 22px;
    line-height: 1;
    font-style: italic;
    font-weight: 400;

    color: var(--ink);
}

/* 03 */
#s3 .question {
    position: absolute;
    left: 0;
    top: 145px;
    width: 1440px;
    max-width: 1440px;
    font-size: 112px;
    line-height: .88;
    letter-spacing: -.068em;
    font-weight: 700
}

.question-note {
    position: absolute;
    left: 0;
    bottom: 115px;
    font-size: 16px;
    color: var(--muted)
}

/* 04 */
#s4 .mission-kicker {
    position: absolute;
    left: 0;
    top: 128px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--muted)
}

#s4 .question {
    position: absolute;
    left: 0;
    top: 145px;
    width: 1440px;
    max-width: 1440px;
    font-size: 112px;
    line-height: .88;
    letter-spacing: -.065em;
    font-weight: 700
}

#s4 .question em {
    font-style: italic;
    font-weight: inherit;
}

/* 05 / HOW IT COULD WORK */

#s5 .slide-intro {
    position: absolute;
    left: 0;
    top: 145px;

    width: 1440px;
    margin: 0;

    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.02em;
}

#s5 .mission-storyboard {
    position: absolute;
    left: 0;
    right: 0;
    top: 225px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

#s5 .mission-frame {
    min-width: 0;
}

#s5 .mission-image {
    width: 100%;
    height: 415px;
    overflow: hidden;

    border-radius: 8px;
}

#s5 .mission-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#s5 .mission-copy {
    padding-top: 18px;
}

#s5 .mission-number {
    display: block;
    margin-bottom: 18px;

    font-size: 13px;
    line-height: 1;
    letter-spacing: .04em;
    color: var(--muted);
}

#s5 .mission-copy h3 {
    margin: 0 0 9px;

    font-size: 16px;
    line-height: 1.05;
    letter-spacing: -.02em;
    font-weight: 700;
}

#s5 .mission-copy p {
    margin: 0;
    max-width: 270px;

    font-size: 15px;
    line-height: 1.35;
    color: var(--muted);
}

/* 06 / THE SHIFT */

#s6 .headline {
    position: absolute;
    left: 0;
    top: 112px;
    width: 1440px;
    max-width: 1440px;
    margin: 0;
}

#s6 .shift-comparison {
    position: absolute;
    left: 0;
    top: 500px;
    width: var(--more-safe-width);

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

#s6 .shift-label {
    margin: 0 0 6px;

    font-size: 16px;
    line-height: 1.05;
    letter-spacing: -.02em;
    font-weight: 700;
}

#s6 .shift-side > p:last-child {
    margin: 0;
    max-width: 300px;

    font-size: 15px;
    line-height: 1.35;
    color: var(--muted);
}

#s6 .shift-consequence {
    position: absolute;
    left: 0;
    bottom: 58px;
    width: 1440px;
    margin: 0;

    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.02em;
}

/* 07 / CLOSING */

#s7 .headline {
    position: absolute;
    left: 0;
    top: 112px;
    width: 1440px;
    max-width: 1440px;
    margin: 0;
}

#s7 .closing-copy {
    position: absolute;
    left: 0;
    top: 390px;
    width: 720px;
}

#s7 .closing-copy p {
    margin: 0 0 20px;

    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.02em;
}

#s7 .closing-copy p:last-child {
    margin-bottom: 0;
}

/* COVER */

#cover {
    overflow: hidden;
    background: #111111 url('../assets/images/cover-bg.jpg') center center / cover no-repeat;
}

#cover .cover-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#cover .cover-meta {
    position: absolute;
    left: 72px;
    top: 44px;

    font-size: 13px;
    line-height: 1;
    letter-spacing: .035em;
    text-transform: uppercase;
    color: rgba(244, 242, 237, .55);
}

#cover .cover-title {
    position: absolute;
    left: 72px;
    top: 285px;
    margin: 0;
    max-width: none;
    color: #F4F2ED;
    text-transform: uppercase;
}

#cover .cover-title span {
    display: block;
}

#cover .cover-title-main {
    font-size: 172px;
    line-height: .82;
    letter-spacing: -.07em;
    font-weight: 700;
}

#cover .cover-title-event {
    margin-top: 18px;
    font-size: 112px;
    line-height: .88;
    letter-spacing: -.06em;
    font-weight: 700;
}

#cover .cover-cut {
    position: absolute;
    left: 72px;
    top: 690px;

    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(244, 242, 237, .78);
}

#cover .cover-date {
    position: absolute;
    left: 72px;
    top: 720px;

    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .035em;
    text-transform: uppercase;
    color: rgba(244, 242, 237, .45);
}

/* CONTEXT */
.context-grid {
    position: absolute;
    left: 0;
    top: 122px;
    width: 620px;
    display: flex;
    flex-direction: column;
    gap: 42px
}

.context-block {
    max-width: 620px
}

.context-kicker {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .035em;
    color: #0b0b0b;
    text-transform: uppercase
}

.context-block p {
    margin: 0;
    max-width: 600px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--muted)
}

/* Discreet corporate sign-off on final argument slide */
.corporate-signoff {
    position: absolute;
    left: 0;
    bottom: 31px;
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .035em;
    text-transform: uppercase;
    color: var(--muted)
}

/* v5 review refinements: slide 01 */
#s1 .headline {
    font-size: 70px;
    max-width: 980px;
    top: 98px
}

.evidence-grid {
    gap: 8px
}

/* The hero source contains important typography on its left side. Keep that edge locked instead of centre-cropping it. */
.evidence.hero img {
    object-position: left center
}

/* Improve caption readability with a compact neutral scrim directly beneath the overlay copy. */
.evidence .tag {
    left: 10px;
    right: auto;
    bottom: 10px;
    max-width: calc(100% - 20px);
    padding: 7px 9px 8px;
    background: rgba(70, 70, 70, .68);
    border-radius: 5px
}

.evidence .tag small {
    color: #fff
}

/* BACK COVER */

#back-cover {
    background: #111111;
    color: #fff;
}

#back-cover .back-cover-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#back-cover .back-cover-info {
    position: absolute;
    left: 72px;
    bottom: 120px;
    width: 600px;
}

#back-cover .back-cover-name {
    margin: 0 0 32px;

    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.03em;
}

#back-cover .back-cover-description {
    margin: 0 0 32px;
    max-width: 560px;

    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.02em;
}

#back-cover .back-cover-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;

    margin-bottom: 28px;
}

#back-cover .back-cover-contact a {
    color: #fff;
    text-decoration: none;

    font-size: 15px;
    line-height: 1.4;
}

#back-cover .back-cover-contact a:hover {
    opacity: .65;
}

#back-cover .back-cover-social {
    display: flex;
    align-items: center;
    gap: 28px;
}

#back-cover .back-cover-social a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #fff;
    text-decoration: none;

    font-size: 15px;
    line-height: 1;
}

#back-cover .back-cover-social a:hover {
    opacity: .65;
}

#back-cover .back-cover-social svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#back-cover .back-cover-legal {
    position: absolute;
    left: 72px;
    bottom: 48px;

    margin: 0;

    font-size: 13px;
    line-height: 1;
    color: rgba(255,255,255,.45);
}

/* BACK COVER STATE */

.presentation-stage[data-view="back-cover"] > .topbar,
.presentation-stage[data-view="back-cover"] > .controls {
    display: none;
}
