/**
 * Fresh Forward conversion report + download page styles.
 */

.sidebar {
    display: none;
}
header {
    position: absolute;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.rotating {
    animation: rotating 10s linear infinite;
}
@keyframes pingpong {
    0% {
        transform: rotate(0deg);
        animation-timing-function: steps(1, end);
    }
    50% {
        transform: rotate(10deg);
        animation-timing-function: steps(1, end);
    }
    100% {
        transform: rotate(0deg);
    }
}
.pingpong {
    animation: pingpong 0.6s infinite;
    transition: none !important;
}

.fresh-forward-page,
.download-trend-report-page {
    --ff-font-ciron: 'Ciron', sans-serif;
    --ff-ink: #111;
    --ff-paper: #f7f2e8;
    --ff-cream: #fff9e8;
    --ff-acid: #d9ff45;
    --ff-blue: #7fb8ff;
    --ff-red: #ff5f4f;
    --ff-pink: #ffb7d5;
    --ff-yellow: #f7f050;
    --ff-shell-max-width: 1440px;
    --ff-shell-padding-x: 40px;
    --card-width: clamp(300px, 30vw, 300px);
    color: var(--ff-ink);
    background: var(--ff-paper);
    overflow-x: clip;
    --ff-unit: 4vw;
}
@media all and (min-width: 720px) {
    .fresh-forward-page,
    .download-trend-report-page {
        --ff-unit: 12px;
        --ff-shell-padding-x: 100px;
        --card-width: 500px;
    }
}
@media all and (min-width: 1024px) {
    .fresh-forward-page,
    .download-trend-report-page {
        --ff-unit: 12px;
        --ff-shell-padding-x: clamp(30px, 4vw, 80px);
        --card-width: clamp(300px, 30vw, 680px);
    }
}

.ff-shell {
    width: min(var(--ff-shell-max-width), calc(100vw - (var(--ff-shell-padding-x) * 2)));
    margin: 0 auto;
}

.ff-section {
    position: relative;
    padding: clamp(50px, 5vw, 160px) 0 clamp(50px, 6.5vw, 200px) 0;
}

.ff-two-column-text, .ff-testimonial {

    padding: clamp(70px, 7vw, 160px) 0;
}

.ff-text-marquee.ff-section {
    padding: clamp(12px, 1.95vw, 18px) 0 clamp(12px, 2vw, 19px);
    overflow: hidden;
}

.ff-text-marquee__track {
    display: flex;
    gap: clamp(24px, 5vw, 64px);
    width: max-content;
    font-weight: 600;
    font-size: clamp(16px, 1.5vw, 26px);
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    animation: ffTextMarquee 32s linear infinite;
    will-change: transform;
}

@keyframes ffTextMarquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .ff-text-marquee__track {
        animation: none;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        white-space: normal;
        text-align: center;
    }
}

.ff-sticker.ff-section {
    position: relative;
    z-index: 1;
    height: 0;
    padding: 0;
    overflow: visible;
}

.ff-sticker__shell {
    position: relative;
    height: 0;
}

.ff-sticker__figure {
    position: absolute;
    margin: 0;
    pointer-events: none;
    top:0;
    transform: translateY(-50%);
}

.ff-sticker__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.fresh-forward-page .ff-btn,
.download-trend-report-page .ff-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 21px 33px 24px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    transition: opacity .2s ease;
}

.fresh-forward-page .ff-btn:hover,
.download-trend-report-page .ff-btn:hover {
    opacity: .85;
}

.fresh-forward-page .ff-btn--primary,
.download-trend-report-page .ff-btn--primary {
    background: var(--ff-ink);
    color: var(--ff-paper);
    border-color: var(--ff-ink);
}

.fresh-forward-page .ff-btn--secondary,
.download-trend-report-page .ff-btn--secondary {
    background:transparent;
    color: var(--ff-ink);
    border: 1px solid;
}

.fresh-forward-page .ff-btn--full,
.download-trend-report-page .ff-btn--full {
    width: 100%;
}

.ff-kicker {
    margin: 0 0 40px;
    font-size: clamp(12px, 3vw, 15px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ff-paradox-test {
    min-height: calc(100svh - 80px);
    display: flex;
    align-items: center;
    background: var(--ff-paper);
    overflow: hidden;
}

.ff-paradox-test__intro {
    max-width: 1180px;
    margin: 0 0 clamp(32px, 5vw, 70px);
}

.ff-paradox-test__intro h2 {
    margin: 0;
    font-size: clamp(42px, 7vw, 116px);
    line-height: 1;
    letter-spacing: -.02em;
    font-weight: 600;
}

.ff-paradox-test__intro p:last-child {
    max-width: 760px;
    margin: 24px 0 0;
    font-size: clamp(17px, 1.45vw, 24px);
    line-height: 1.24;
}

.ff-paradox-slider {
    position: relative;
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: clamp(420px, 42vw, 620px);
    touch-action: none;
    user-select: none;
}

.ff-paradox-slider__plain-statements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 6vw, 100px);
    align-items: center;
}

.ff-paradox-slider__plain-statement {
    margin: 0;
    font-size: clamp(42px, 7vw, 132px);
    line-height: .84;
    letter-spacing: -.07em;
    text-transform: uppercase;
    transition: transform .18s ease, opacity .18s ease;
    will-change: transform;
}

.ff-paradox-slider__plain-statement--left {
    transform: scale(var(--ff-left-scale));
    transform-origin: left center;
}

.ff-paradox-slider__plain-statement--right {
    text-align: right;
    transform: scale(var(--ff-right-scale));
    transform-origin: right center;
}

.ff-paradox-slider__handle {
    position: absolute;
    left: var(--ff-want-level);
    top: 30px;
    z-index: 6;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 2px solid var(--ff-ink);
    border-radius: 999px;
    background: var(--ff-acid);
    color: var(--ff-ink);
    transform: translate(-50%, 0);
    cursor: ew-resize;
}

.ff-paradox-slider__handle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-left: 2px solid var(--ff-ink);
    border-right: 2px solid var(--ff-ink);
    transform: translate(-50%, -50%);
}

.ff-paradox-slider__control {
    position: relative;
    padding: 42px 0 12px;
}

.ff-paradox-slider__control-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: clamp(12px, 1vw, 15px);
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 900;
}

.ff-paradox-slider__track {
    position: relative;
    height: 4px;
    background: rgba(17,17,17,.2);
    overflow: visible;
}

.ff-paradox-slider__track span {
    display: block;
    width: var(--ff-want-level);
    height: 100%;
    background: var(--ff-ink);
}

.ff-paradox-test__caption {
    margin-top: 26px;
    padding: 18px 24px;
    border: 2px solid var(--ff-ink);
    border-radius: 999px;
    background: #fff;
    box-shadow: 6px 6px 0 var(--ff-ink);
    font-size: clamp(18px, 2vw, 30px);
    line-height: 1.05;
    letter-spacing: -.04em;
    font-weight: 900;
    text-transform: uppercase;
}

.ff-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding:clamp(90px, 8vw, 140px);
    padding-left: clamp(80px, 7vw, 100px);
    min-height: 85dvh;
}

.ff-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.ff-hero__bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ff-hero__bg--image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ff-hero__grid {
    position: relative;
    z-index: 1;
    width: 100%;
}

.ff-hero__content {
    display: flex;
    flex-direction: column;
    align-items:center;
    text-align: left;
    gap: clamp(23px, 3vw, 40px);
}
.ff-hero__content-inner {
    position: relative;
    z-index: 1;
}

.ff-hero__title-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.ff-hero__content-image {
    display: block;
    max-width: none;
}

.ff-hero__content-image--mobile,
.ff-hero__title-image--mobile,
.ff-hero__media-image--mobile {
    display: none;
}

@media (max-width: 719px) {
    .ff-hero__content-image--desktop,
    .ff-hero__title-image--desktop,
    .ff-hero__media-image--desktop {
        display: none;
    }

    .ff-hero__content-image--mobile,
    .ff-hero__title-image--mobile,
    .ff-hero__media-image--mobile {
        display: block;
    }
}

.ff-hero__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 2vw, 24px);
}

.ff-hero__subtitle {
    max-width: 525px;
    margin: 0;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ff-hero__subtitle p {
    margin: 0;
}

.ff-hero__text {
    max-width: 480px;
    margin: 0;
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.4;
}

.ff-hero__text p {
    margin: 0;
}

.ff-hero__text p + p {
    margin-top: 1em;
}

.ff-hero__media {
    margin: 0;

    box-shadow: 10px 50px 70px rgba(0, 0, 0, .2);
border-radius: 10px;
overflow: hidden;
}

.ff-hero__media img,
.ff-hero__media video {
    display: block;
    width: 100%;
    height: auto;
}

.ff-hero--no-media .ff-hero__grid {
    grid-template-columns: minmax(0, 1fr);
}

.ff-hero--split {
    display: block;
    padding: 0;
    min-height: calc(100svh - calc(calc(var(--header-height, 75) * 1px) + 1px));
    align-items: stretch;
}

.ff-hero--split .ff-hero__bg {
    z-index: 0;
}

.ff-hero__split {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: inherit;
}

.ff-hero__split-content {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: clamp(40px, 3vw, 140px) clamp(24px, 4vw, 48px);
}
.ff-hero__split {
    gap: clamp(40px, 3vw, 140px);
}
@media (min-width: 1024px) {
    .ff-hero__split {
        grid-template-columns:1fr 1fr;
        gap: 0px;
    }
}

.ff-hero__split-content .ff-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.ff-hero__split-content .ff-hero__content {
    align-items: center;
    text-align: left;
}

.ff-hero__video {
    position: relative;
    min-height: 320px;
}

.ff-hero__video-sticky {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ff-hero__video-sticky video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[data-ff-tv-noise-contain] canvas,
.ff-hero__split-content[data-ff-tv-noise] canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: grayscale(1);
    pointer-events: none;
}

[data-ff-tv-noise]:not([data-ff-tv-noise-contain]) canvas {
    opacity: 0.2;
    filter: grayscale(1);
    pointer-events: none;
}

.ff-hero__grid {
    max-width: 1900px;
}

.ff-hero__grid,
.ff-editorial-grid,
.ff-irll__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 630px;
    gap: clamp(32px, 7vw, 110px);
    align-items: center;
}

.ff-hero__title,
.ff-intro h2,
.ff-section-heading:not(.ff-inside__heading) h2,
.ff-irll h2 {
    margin: 0;
    max-width: 980px;
    font-size: clamp(48px, 8vw, 132px);
    line-height: .88;
    letter-spacing: -.04em;
    font-weight: 600;
}
.ff-two-column-text h2 {
    line-height: 1;
    letter-spacing: -.02em;
    font-weight: 400;
}

.ff-rich-copy,
.ff-section-heading:not(.ff-inside__heading) p,
.ff-irll__copy p {
    margin: 0 0 clamp(20px, 3vw, 32px);
}
.ff-gate__visual {
max-width: 680px;
position: relative;
}
.ff-gate__visual:after {
    content: '';
    position: absolute;
    inset: 0;
    height: 2%;
    width: 100%;
    top:100%;
    background: repeating-linear-gradient(
        to bottom,
        #eee 0,
        #eee 1px,
        #999 1px,
        #999 2px
    );
}
.ff-gate__visual img {
    display: block;
    width: 100%;
    height: auto;

}

.ff-gate__copy p {
    max-width: 690px;
    font-size: clamp(17px, 1.45vw, 24px);
    line-height: 1.26;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ff-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding-top: 18px;
}

.ff-text-link {
    color: currentColor;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 700;
}

.ff-paradox-engine {
    position: relative;
    align-self: stretch;
    min-height: 520px;
    padding: 14px;
    border: 2px solid var(--ff-ink);
    border-radius: 28px;
    background: #fff;
    box-shadow: 12px 12px 0 var(--ff-ink);
}

.ff-paradox-engine__track {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid var(--ff-ink);
}

.ff-paradox-engine__side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    min-width: 0;
}

.ff-paradox-engine__side span {
    font-size: clamp(40px, 5vw, 74px);
    line-height: .86;
    letter-spacing: -.06em;
    font-weight: 900;
}

.ff-paradox-engine__side small {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.ff-paradox-engine__side--left { background: var(--ff-acid); }
.ff-paradox-engine__side--right { background: var(--ff-blue); text-align: right; }

.ff-paradox-engine__divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 8px;
    transform: translateX(-50%);
    background: var(--ff-ink);
    cursor: ew-resize;
}

.ff-paradox-engine p {
    margin: 18px 8px 0;
    font-size: 15px;
    line-height: 1.3;
}

.ff-intro,
.ff-two-column-text {
    background: var(--ff-ink);
    color: var(--ff-paper);
}

.ff-intro .ff-kicker,
.ff-intro .ff-rich-copy,
.ff-intro h2,
.ff-two-column-text .ff-kicker,
.ff-two-column-text__body,
.ff-two-column-text__body.ff-rich-copy p,
.ff-two-column-text h2 {
    color: inherit;
}

.ff-intro h2,
.ff-two-column-text h2,
.ff-two-column-text__title {
    font-size: clamp(36px, 3.8vw, 70px);
}

.ff-two-column-text__layout {
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 5vw, 56px);
}

.ff-two-column-text__kicker {
    margin: 0;
    width: 100%;
}

.ff-two-column-text__columns {
    display: flex;
    align-items: flex-start;
    gap: clamp(32px, 7vw, 110px);
}

.ff-two-column-text__title {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    max-width: 980px;
}

.ff-two-column-text__body {
    flex: 0 1 min(42%, 690px);
    min-width: min(320px, 100%);
    margin: 0;
}

.ff-rich-copy p:first-child {
    margin-top: 0;
}

.ff-editorial-scroll {
    padding: 0;
    overflow: clip;
}

.ff-editorial-scroll__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    position: relative;
}

.ff-editorial-scroll__panel {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.ff-editorial-scroll__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(40px, 4vw, 60px);
    justify-content: center;
    padding-top: clamp(30px, 4vw,80px);
}

.ff-editorial-scroll__content .panel--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 1.25vw, 35px);
    width: 100%;
}

.ff-editorial-scroll__inset {
    margin: 0;
    width: 100%;
    max-width: 1000px;
}

.ff-editorial-scroll__inset.is-constrained {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.ff-editorial-scroll__inset img {
    display: block;
    width: 100%;
    height: auto;
}

.ff-editorial-scroll__additional-image {
    margin: 0;
}

.ff-editorial-scroll__additional-image img {
    display: block;
    width: 100%;
    height: auto;
}

.ff-editorial-scroll__heading {
    margin: 0 auto;
    max-width: clamp(400px, 60%, 710px);
    width: 100%;
    font-size: clamp(18px, 1.8vw, 43px);
}

.ff-editorial-scroll__heading .ff-editorial-scroll__title {
    max-width: none;
    margin: 0;
    font-weight: 500;
}

.ff-editorial-scroll__subheading {
    text-align: left;
width: 100%;
font-size: 45%;
/* font-family: monospace; */
letter-spacing: 0.03em;
font-weight: 700;
line-height: 1.15;
text-transform: uppercase;
margin-bottom: 19px;
}

.ff-editorial-scroll__title {
    margin: 0 auto;
    max-width: clamp(400px, 60%, 710px);
font-size: clamp(24px, 1.8vw, 43px);
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
    text-transform: none;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

/* .ff-editorial-scroll__body + .ff-editorial-scroll__title {
    margin-top: clamp(24px, 4vw, 40px);
} */

.ff-editorial-scroll__body.ff-rich-copy {
    margin: 0 auto;
    width: 100%;

max-width: clamp(400px, 60%, 710px);
    font-size: clamp(18px, 1.25vw, 30px);
    line-height: 1.3;
}

.ff-editorial-scroll__body.ff-rich-copy p {
    margin: 0;
    max-width: none;
    font-size: inherit;
    line-height: inherit;
}

.ff-editorial-scroll__take-list {
    list-style: none;
    padding: 0;
    max-width: clamp(400px, 60%, 710px);
    display: grid;
    gap: clamp(12px, 2vw,30px);
}

.ff-editorial-scroll__take-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(12px, 1.5vw, 16px);
    align-items: start;
}

.ff-editorial-scroll__take-content {
    display: grid;
grid-template-columns: 1fr;
gap: 20px;
align-items: start;
}

.ff-editorial-scroll__take-title {
    font-size: clamp(18px, 1.25vw, 30px);
    line-height: 1.3;
    font-weight: 600;
}

.ff-editorial-scroll__take-text {
    font-size: clamp(18px, 1.25vw, 30px);
    line-height: 1.3;
}

@media (max-width: 719px) {
    .ff-editorial-scroll__take-content {
        grid-template-columns: 1fr;
    }
}

.ff-editorial-scroll__take-checkbox {
    display: flex;
align-items: center;
justify-content: center;
width: clamp(22px, 3vw, 38px);
height: clamp(22px, 3vw, 38px);
margin-top: 0.12em;
/* border: 2px solid currentColor; */
border-radius: 15%;
flex-shrink: 0;
color: white;
background: black;
    margin-right: clamp(10px, 1.2vw, 50px);
transform: translateY(5%);
}

.ff-editorial-scroll__take-check {
    display: block;
    width: 70%;
    height: 70%;
    opacity: 0;
}

.ff-editorial-scroll__take-item.is-checked .ff-editorial-scroll__take-check {
    opacity: 1;
}

.ff-editorial-scroll__take-check path {
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.ff-editorial-scroll__feature-mobile-wrap {
    display: none;
    width: 100%;
}

.ff-editorial-scroll__left {
    padding: 60px  var(--ff-shell-padding-x);
}
@media (min-width: 720px) {
    .ff-editorial-scroll__left {
        padding: clamp(40px, 10vh, 200px) clamp(20px, 2vw, 100px)
    }
}

.ff-editorial-scroll__right {
    position: relative;
    height: 100dvh;
    position: sticky;
    top: 0;
}

.ff-editorial-scroll__sticky {
    position: sticky;
    top: 0;
    height: 100dvh;
    pointer-events: none;
}

.ff-editorial-scroll__media {
    position: relative;
    width: 100%;
    height: 100%;
}

.ff-editorial-scroll__feature {
    position: absolute;
    inset: 15%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.ff-editorial-scroll__feature.is-active {
    opacity: 1;
}

.ff-editorial-scroll__feature-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-height: 100%;
}

.ff-editorial-scroll__feature .ff-editorial-scroll__feature-stack {
    --ff-stack-rotate: 0deg;
    transform-origin: center center;
    transform: rotate(var(--ff-stack-rotate)) scale(0.94);
    transition: transform 0.2s ease-out;
}

.ff-editorial-scroll__feature.is-active .ff-editorial-scroll__feature-stack {
    transform: rotate(var(--ff-stack-rotate)) scale(1);
}

.ff-editorial-scroll__feature-figure,
.ff-editorial-scroll__feature-mobile {
    flex: 0 1 auto;
    min-height: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.ff-editorial-scroll__feature-figure img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ff-editorial-scroll__feature-mobile img {
    display: block;
    width: 100%;
    height: auto;
}

.ff-editorial-scroll__feature-figure video,
.ff-editorial-scroll__feature-mobile video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ff-editorial-scroll__feature-mobile video {
    width: 100%;
    height: auto;
}

.ff-editorial-scroll__cite {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex: 0 0 auto;
    padding: 0;
    color: var(--cite-text-color, #111);
    font-size: clamp(11px, 1.1vw, 14px);
    letter-spacing: -.02em;
    line-height: 1.4;
}

.ff-editorial-scroll__cite-brand {
    flex: 0 0 auto;
    font-family: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    text-transform: uppercase;
    padding: .12em .45em;
    border: 1px solid currentColor;
    border-radius: 300px;
    font-weight: 400;
    white-space: nowrap;
}

.ff-editorial-scroll__cite-description {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    text-align: left;
}

.ff-section-heading {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(280px, .55fr);
    gap: clamp(28px, 5vw, 80px);
    align-items: end;
}

.ff-section-heading:not(.ff-inside__heading) .ff-kicker,
.ff-section-heading:not(.ff-inside__heading) h2 {
    grid-column: 1;
}

.ff-section-heading:not(.ff-inside__heading) p {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
}

.ff-colour-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ff-section-heading--colour {
    align-items: start;
}

.ff-colour-card {
    border: 1px solid #000;
    border-radius: 18px;
    padding: clamp(22px, 3vw, 40px);
    background: #fff;
    box-shadow: none;
}

.ff-colour-card {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    transition: transform .25s ease;
    overflow: hidden;
}

.ff-colour-card:hover {
    transform: translateY(-8px) rotate(-1deg);
}

.ff-colour-card--one { background: #fff2b7; }
.ff-colour-card--two { background: #d8e8c3; }
.ff-colour-card--three { background: #3a241c; color: var(--ff-paper); }

.ff-colour-card--three h3,
.ff-colour-card--three p,
.ff-colour-card--three strong,
.ff-colour-card--three .ff-colour-card__number {
    color: var(--ff-paper);
}

.ff-colour-card__swatch {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 150px;
    border: 2px solid currentColor;
    border-radius: 18px;
    overflow: hidden;
}

.ff-colour-card__swatch span {
    display: block;
    min-height: 150px;
}

.ff-colour-card--one .ff-colour-card__swatch span:nth-child(1) { background: #ffe27a; }
.ff-colour-card--one .ff-colour-card__swatch span:nth-child(2) { background: #d71920; }
.ff-colour-card--one .ff-colour-card__swatch span:nth-child(3) { background: #fff7dd; }

.ff-colour-card--two .ff-colour-card__swatch span:nth-child(1) { background: #9bbf73; }
.ff-colour-card--two .ff-colour-card__swatch span:nth-child(2) { background: #7fb8ff; }
.ff-colour-card--two .ff-colour-card__swatch span:nth-child(3) { background: #eee7d5; }

.ff-colour-card--three .ff-colour-card__swatch span:nth-child(1) { background: #2a1712; }
.ff-colour-card--three .ff-colour-card__swatch span:nth-child(2) { background: #050505; }
.ff-colour-card--three .ff-colour-card__swatch span:nth-child(3) { background: #d9ff45; }

.ff-colour-card__content {
    display: grid;
    gap: 12px;
}

.ff-colour-card__number {
    display: block;
    margin-bottom: 6px;
}

.ff-colour-card span {
    font-weight: 900;
    font-size: 14px;
}

.ff-colour-card h3,
.ff-download-card h3 {
    margin: 0;
    font-size: clamp(28px, 3vw, 48px);
    line-height: .95;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.ff-colour-card p {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.22;
}

.ff-colour-card__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.28;
}

.ff-colour-card__content strong {
    font-weight: 900;
}

.ff-colour-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding: 22px 26px;
    border: 2px solid var(--ff-ink);
    border-radius: 22px;
    background: #fff;
    box-shadow: 8px 8px 0 var(--ff-ink);
}

.ff-colour-note p {
    max-width: 780px;
    margin: 0;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.28;
}

.ff-irll {
    background: var(--ff-cream);
}

.ff-irll h2 {
    font-size: clamp(44px, 6.2vw, 104px);
}

.ff-poster-wall {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    transform: rotate(-1deg);
}

.ff-poster {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 2px solid var(--ff-ink);
    background: #fff;
    font-size: clamp(22px, 3vw, 46px);
    line-height: .9;
    letter-spacing: -.05em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.ff-poster--large,
.ff-poster--wide {
    grid-column: 1 / -1;
    background: var(--ff-ink);
    color: var(--ff-paper);
}
.ff-inside__layout {
gap: 40px;
padding:0 40px;
gap: clamp(40px, 8vw, 80px);
        display: flex;
        flex-direction: column;
        justify-content: center;
}
@media (min-width: 721px) {
    .ff-inside.ff-section {
        padding-block: 0;
    }

    .ff-inside__layout {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100dvh;
        box-sizing: border-box;
        padding:80px;
    }

    .ff-inside-track {
        will-change: transform;
    }
}

.ff-inside__heading {
    display: block;
}

.ff-inside__heading-main {
    display: grid;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(24px, 5vw, 80px);
    grid-template-columns: 1fr auto;
}

.ff-inside__heading-title {
    margin: 0;
    max-width: none;
    font-family: var(--ff-font-ciron);
    font-size: clamp(40px, 10vw, 170px);
    line-height: .785;
    text-transform: uppercase;
}

.ff-inside__heading-copy {
    flex: 0 1 500px;
    max-width: 500px;
}

.ff-inside__heading-copy--has-sticker {
    display: flex;
    gap: clamp(16px, 3vw, 32px);
    align-items: flex-start;
}

.ff-inside__heading-copy--has-sticker .ff-inside__heading-description {
    flex: 1;
    min-width: 0;
    max-width: none;
}

.ff-inside__heading-description {
    margin: 0;
}

.ff-inside__heading-description.ff-rich-copy,
.ff-inside__heading-description.ff-rich-copy p {
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.4;
}

.ff-inside__heading-description.ff-rich-copy p {
    margin: 0;
}

.ff-inside__heading-description.ff-rich-copy p + p {
    margin-top: 1em;
}

.ff-inside--has-sticker {
    --ff-inside-sticker-width: 300px;
    --ff-inside-sticker-right: 0;
}

.ff-inside__sticker {
    flex: 0 0 var(--ff-inside-sticker-width, 300px);
    width: var(--ff-inside-sticker-width, 300px);
    max-width: 100%;
    margin: 0;
    pointer-events: none;
}

.ff-inside__sticker img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .ff-inside--has-sticker {
        --ff-inside-sticker-width: 22%;
    }

    .ff-inside--has-sticker .ff-inside__heading {
        position: relative;
    }

    .ff-inside__heading-copy--has-sticker {
        display: block;
    }

    .ff-inside__sticker {
        position: absolute;
        top: 50%;
        right: var(--ff-inside-sticker-right, 0);
        flex: none;
        width: var(--ff-inside-sticker-width, 22%);
        transform: translateY(-50%);
        z-index: 1;
    }
}
@media all and (min-width: 700px) and (max-width: 1023px) {
    .ff-inside__heading-title {
        /* font-size: clamp(40px, 10vw, 170px); */
    }
    .ff-inside__heading-copy {
        flex: 0 1 560px;
        max-width: 560px;
    }
    .ff-inside__heading-description.ff-rich-copy,
    .ff-inside__heading-description.ff-rich-copy p {
        font-size: 20px;
    }
}
@media all and (min-width: 1024px) {
    .ff-inside__heading-title {
        font-size: clamp(40px, 10vw, 170px);
    }
    .ff-inside__heading-description.ff-rich-copy,
    .ff-inside__heading-description.ff-rich-copy p {
        font-size: 20px;
    }
}

.ff-inside-scroll {
    position: relative;
}

.ff-inside-scroll__stage {
    display: flex;
    align-items: center;
}

.ff-inside-scroll__viewport {
    width: 100%;
}

.ff-inside-track {
    display: flex;
    gap: 32px;
    width: max-content;
}

@media (max-width: 719px) {
    .ff-inside-track {
        gap: 20px;
    }
}

.ff-inside-card {
    position: relative;
    flex: 0 0 var(--card-width);
    width: var(--card-width);
    max-width: var(--card-width);
}

.ff-inside-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.ff-inside-card--links-gate {
    cursor: pointer;
}

.ff-inside-card--links-gate .ff-inside-card__link:hover .ff-inside-card__title {
    text-decoration: underline;
}

.ff-inside.small--cards .ff-inside-card {
    flex: 0 0 420px;
    width: 420px;
    max-width: 420px;
}

.ff-inside.small--cards .ff-inside-card__title {
    font-size: 18px;
}

.ff-inside.small--cards .ff-inside-card__description {
    font-size: 14px;
    line-height: 22px;
}
.ff-inside-card__media {
    aspect-ratio: 6 / 4;
    border-radius: 16px;
    overflow: hidden;
    background: #e8e0d2;
}

.ff-inside-card__media img,
.ff-inside-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ff-inside-card__placeholder--one { background: linear-gradient(135deg, #fff2b7, #ff5f4f); }
.ff-inside-card__placeholder--two { background: linear-gradient(135deg, #d8e8c3, #7fb8ff); }
.ff-inside-card__placeholder--three { background: linear-gradient(135deg, #3a241c, #d9ff45); }
.ff-inside-card__placeholder--four { background: linear-gradient(135deg, #ffb7d5, #111); }
.ff-inside-card__placeholder--five { background: linear-gradient(135deg, #7fb8ff, #d9ff45); }

.ff-inside-card__body {
    padding-top: 20px;
}

.ff-inside-card__title {
    margin: 0;
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-weight: 700;
}

.ff-inside-card__copy {
    margin-top: 14px;
}

.ff-gate__aside {
    position: relative;
    z-index: 1;

    display:flex;
}
@media (min-width: 1024px) {
    #ff-conversion-form:not(.is-success) {
        margin-top:-120px;
        
    }
}

.ff-inside-card__description {
    max-width: 480px;
    margin: 0;
    font-family: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 16px;
    line-height: 24px;
    opacity: .8;
}
.ff-testimonial--has-texture,
.ff-two-column-text--has-texture,
.ff-hero--has-texture,
.ff-gate--has-texture {
    background-repeat: repeat;
    background-position: top left;
    background-size: var(--ff-bg-texture-size, auto);
}

@media (max-width: 719px) {
    .ff-testimonial--has-texture,
    .ff-two-column-text--has-texture,
    .ff-hero--has-texture,
    .ff-gate--has-texture {
        background-size: var(--ff-bg-texture-size-mobile, var(--ff-bg-texture-size, auto));
    }
}

.ff-testimonial__inner {
   display: grid;
   gap:40px;
}
.ff-testimonial__content {
   display: grid;
   gap:40px;

}
.ff-testimonial__aside {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media all and (min-width: 720px) {
    .ff-testimonial__aside {
        justify-content: flex-end;
    }
    .ff-testimonial__sticker {
        min-width: 340px;
    }
}

.ff-testimonial__aside--align-top {
    align-items: flex-start;
}

.ff-testimonial__aside--align-bottom {
    align-items: flex-end;
}

.ff-testimonial__sticker {
    
    top: 0;
    right: 0;
    margin: 0;
    pointer-events: none;
    z-index: 0;
    width: var(--ff-testimonial-sticker-width, 60%);
}

.ff-testimonial__sticker--rotate {
    transform: rotate(5deg);
}

.ff-testimonial__sticker img {
    display: block;
    width: 100%;
    height: auto;
}

.ff-testimonial__actions {
    position: relative;
    z-index: 1;
}

@media (min-width: 720px) {

    .ff-testimonial__actions {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .ff-testimonial__content {
        display: grid;
        gap:60px;
        max-width: 950px;
    }
}
@media (min-width: 1024px) {
.ff-testimonial__inner {
    display: grid;
    grid-template-columns: auto 1fr;
}
}

.ff-testimonial__quote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: clamp(28px, 4.5vw, 56px);
    line-height: .95;
font-family: 'Ciron';
letter-spacing: 0.0em;

}

.ff-testimonial__quote--hover-effect {
    color: var(--ff-testimonial-quote-color, currentColor);
}

.ff-testimonial__quote-root {
    position: relative;
}

.ff-testimonial__quote-containers {
    position: relative;
    pointer-events: none;
}

.ff-testimonial__quote-layer {
    position: relative;
}

.ff-testimonial__quote-mask {
    --xpercent: -20%;
    --ypercent: -20%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    color: var(--ff-testimonial-quote-hover-color, currentColor);
    mask-image: radial-gradient(circle clamp(9rem, 30vw, 400px) at var(--xpercent) var(--ypercent), #000 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle clamp(9rem, 30vw, 400px) at var(--xpercent) var(--ypercent), #000 0%, transparent 100%);
}

.ff-testimonial__quote-mask.is-active {
    visibility: visible;
    opacity: 1;
}

.ff-testimonial__quote p {
    margin: 0;
}

.ff-testimonial__quote p + p {
    margin-top: 1em;
}

.ff-testimonial__cite {
    display: block;
    font-style: normal;
    font-family: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.4;
    opacity: .75;
}

@media all and (min-width: 720px) {
    .ff-inside-card__title {
        margin: 0;
        font-size: 24px;
    }
    .ff-inside-card__copy {
        margin-top: 18px;
    }
    .ff-inside-card__body {
        padding-top: 26px;
    }
}
@media all and (max-width: 719px) {
    .ff-inside-card {
        flex: 0 0  clamp(250px, 68vw,340px);
        width: clamp(250px, 68vw,340px);
        max-width: 340px;
        border-radius: 6px;
    }

    .ff-inside.small--cards .ff-inside-card {
        flex: 0 0 280px;
        width: 280px;
        max-width: 280px;
    }
    .ff-inside-card__description {
        font-size: 13px;
        line-height: 20px;
    }
    .ff-inside__heading-copy--has-sticker {
        flex-direction: column;
    }

    .ff-inside__sticker,
    .ff-inside__sticker img {
        width: min(300px, 100%);
        height: auto;
        aspect-ratio: 1;
    }

    .ff-inside-card__media {
        aspect-ratio: 6 / 4;
        border-radius: 10px;
    }
}


.ff-internal-notes {
    padding: clamp(80px, 9vw, 140px) 0;
    background: var(--ff-ink);
    color: var(--ff-paper);
}

.ff-internal-notes__inner {
    border: 2px dashed var(--ff-paper);
    border-radius: 28px;
    padding: clamp(28px, 4vw, 56px);
}

.ff-internal-notes__kicker {
    margin: 0 0 18px;
    color: var(--ff-red);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 900;
}

.ff-internal-notes h2 {
    margin: 0 0 44px;
    color: var(--ff-paper);
    font-size: clamp(42px, 7vw, 112px);
    line-height: .95;
    letter-spacing: -.06em;
    text-transform: uppercase;
}

.ff-internal-notes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ff-internal-notes article {
    border: 2px solid var(--ff-paper);
    border-radius: 22px;
    padding: 24px;
    background: rgba(247, 242, 232, .08);
}

.ff-internal-notes h3 {
    margin: 0 0 14px;
    color: var(--ff-paper);
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.03em;
    text-transform: uppercase;
}

.ff-internal-notes p,
.ff-internal-notes li {
    color: var(--ff-paper);
    font-size: 16px;
    line-height: 1.45;
}

.ff-internal-notes ul {
    margin: 0;
    padding-left: 18px;
}

.ff-internal-notes code {
    padding: 2px 5px;
    border-radius: 4px;
    background: rgba(247, 242, 232, .16);
    color: var(--ff-paper);
}

@media all and (min-width: 1024px) {
    .ff-gate__grid > *:first-child {
       order: 2;
    }
}

@media (max-width: 1023px) {
    .ff-internal-notes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ff-editorial-scroll__layout {
        grid-template-columns: 1fr;
    }

    .ff-editorial-scroll__right {
        display: none;
    }

    .ff-editorial-scroll__panel {
        min-height: auto;
    }
    .ff-editorial-scroll__feature-mobile-wrap {

        max-width: 590px;
        margin: 0 auto;
        margin-bottom:30px;
    }

    .ff-editorial-scroll__feature-mobile-wrap {
        display: block;
    }

    .ff-hero__grid,
    .ff-editorial-grid,
    .ff-irll__grid,
    .ff-gate__grid,
    .ff-section-heading {
        grid-template-columns: 1fr;
    }

    .ff-gate__grid {
        gap:60px;
    }

    .ff-two-column-text__columns {
        flex-direction: column;
    }

    .ff-two-column-text__body {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
    }

    .ff-section-heading:not(.ff-inside__heading) p {
        grid-column: auto;
        grid-row: auto;
    }

    .ff-inside__heading-main {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .ff-inside__heading-title {
        font-size: clamp(64px, 15vw, 170px);
        line-height: .82;
    }

    .ff-colour-cards {
        display: flex;
        overflow-x: auto;
        padding-bottom: 16px;
        scroll-snap-type: x proximity;
    }

    .ff-colour-card {
        min-width: min(82vw, 440px);
        scroll-snap-align: start;
    }

    .ff-colour-note {
        align-items: flex-start;
        flex-direction: column;
    }
    .ff-gate__grid {
        margin-bottom:40px;
    }

    .ff-editorial-scroll--has-rest .ff-editorial-scroll__continue-wrap {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: var(--ff-shell-padding-x) 0 0 0;
    }

    .ff-editorial-scroll--has-rest.is-expanded .ff-editorial-scroll__continue-wrap {
        display: none;
    }

    .ff-editorial-scroll--has-rest:not(.is-expanded) .ff-editorial-scroll__rest {
        max-height: clamp(160px, 28vh, 280px);
        overflow: hidden;
        position: relative;
    }

    .ff-editorial-scroll--has-rest:not(.is-expanded) .ff-editorial-scroll__rest::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 72px;
        background: linear-gradient(to bottom, transparent, var(--ff-editorial-rest-fade, var(--ff-paper)));
        pointer-events: none;
    }

    .ff-editorial-scroll--has-rest.is-expanded .ff-editorial-scroll__rest {
        max-height: none;
        overflow: visible;
    }

    .ff-editorial-scroll--has-rest.is-expanded .ff-editorial-scroll__rest::after {
        display: none;
    }
}

@media (max-width: 719px) {


    .ff-gate__grid {
        gap:40px;
    }

    .fresh-forward-page,
    .download-trend-report-page {
        --ff-shell-max-width: 560px;
    }

    .ff-internal-notes__grid {
        grid-template-columns: 1fr;
    }


    .ff-paradox-test {
        min-height: auto;
    }

    .ff-paradox-test__intro h2 {
        font-size: clamp(42px, 13vw, 68px);
    }

    .ff-paradox-slider {
        min-height: 420px;
    }

    .ff-paradox-slider__plain-statements {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ff-paradox-slider__plain-statement--right {
        text-align: left;
        transform-origin: left center;
    }

    .ff-paradox-test__caption {
        border-radius: 22px;
    }

    .ff-hero {
        min-height: auto;
        padding-top: 72px;
    }

    .ff-hero--split {
        padding: 0;
    }

    .ff-hero__split {
        grid-template-columns: 1fr;
    }

    .ff-hero__split-content {
        padding: 72px 24px 32px;
    }

    .ff-hero__video {
        min-height: 56vw;
    }

    .ff-hero__video-sticky {
        position: relative;
        top: auto;
        height: auto;
        min-height: 56vw;
    }

    .ff-hero__video-sticky video {
        min-height: 56vw;
    }

    .ff-hero__title,
    .ff-intro h2,
    .ff-two-column-text h2,
    .ff-two-column-text__title,
    .ff-section-heading:not(.ff-inside__heading) h2,
    .ff-irll h2 {
        font-size: clamp(46px, 15vw, 72px);
    }

    .ff-paradox-engine {
        min-height: auto;
        box-shadow: 7px 7px 0 var(--ff-ink);
    }

    .ff-paradox-engine__track {
        min-height: 300px;
    }

    .ff-paradox-engine__side {
        padding: 18px;
    }

    .ff-paradox-engine__side span {
        writing-mode: vertical-rl;
        font-size: 46px;
    }

    .ff-form__row {
        grid-template-columns: 1fr;
    }

    .ff-sticky-cta {
        left: 11px;
        right: 11px;
        bottom: 11px;
        justify-content: space-between;
    }

    .ff-inside-scroll__viewport {
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        margin-left: calc(var(--ff-shell-padding-x) * -1);
        margin-right: calc(var(--ff-shell-padding-x) * -1);
        padding-left: calc(var(--ff-shell-padding-x) * 1);
        padding-right: calc(var(--ff-shell-padding-x) * 1);
        width: calc(100vw + calc(var(--ff-shell-padding-x) * 2));
    }

    .ff-inside-scroll__stage {
        align-items: stretch;
    }
}

.ff-two-column-text .ff-two-column-text__title-inner {
    max-width: 600px;
}


@media (max-width: 719px) {
.ff-two-column-text h2 {
    font-size: 30px;
    letter-spacing: 0px;
}
}
/* -------------------------------------------------------------------------- */
/* Download page + email gate                                                 */
/* -------------------------------------------------------------------------- */

.download-trend-report-page {
    color: var(--ff-ink);
    background: var(--ff-paper);
}

.download-trend-report-page .ff-gate {

    display: flex;
    align-items: center;
}

.download-trend-report-page .footer--background {
    position: relative;
    z-index: 1;
}

.ff-gate {
    background-color: var(--ff-gate-bg, var(--ff-ink));
    color: var(--ff-gate-text, var(--ff-paper));
}

.ff-gate .ff-kicker {
    color: inherit;
}

.ff-gate__title {
    margin: 0 0 clamp(32px, 4vw, 100px);
    max-width: none;
    font-family: var(--ff-font-ciron);
    font-size: clamp(40px, 10vw, 170px);
    line-height: .8;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: var(--ff-gate-title, inherit);
}

@media (max-width: 719px) {
    .ff-gate__title {
        margin: 0 0 clamp(32px, 5vw, 64px);
    }
}

.ff-gate__grid {
    display: grid;
    align-items: start;
}

@media (min-width: 1024px) {
    .ff-gate__grid {
    grid-template-columns: minmax(0, 1fr) 630px;
    gap: clamp(32px, 7vw, 110px);
    }
}

.ff-gate__form-title {
    margin: 0 0 24px;
    font-size: clamp(24px, 2.4vw, 33px);
    line-height: 1.1;
    letter-spacing: -.03em;
    font-family: inherit;
    color: var(--ff-ink);
}

.ff-gate__form-intro {
    margin: 0 0 2em;
    font-size: clamp(15px, 1.4vw, 21px);
    line-height: 1.5;
    color: var(--ff-ink);
    opacity: .625;
    letter-spacing: -0.02em;
}

.ff-gate__form-title:last-child {
    margin-bottom: 0;
}

.ff-gate__body {
    font-size: 14px;
    line-height: 1.26;
    max-width: 690px;
    margin-top: 18px;
    opacity: .75;
    text-align: center;
    font-family: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    color: var(--ff-ink);
}


.ff-download-card,
.ff-gate .ff-form {
    border: 1px solid var(--ff-ink);
    border-radius: 14px;
    padding: clamp(28px, 4vw, 50px);
    background: #fff;
    box-shadow: 0px 2px 0 var(--ff-ink);
    color: var(--ff-ink);
}

.ff-download-card h3,
.ff-download-card .ff-gate__form-title {
    margin: 0 0 .75em;
    font-size: clamp(28px, 1.5vw, 36px);
    line-height: 1.15;
    letter-spacing: -.025em;
    text-transform: none;
    font-weight: 500;
}


.ff-gate .ff-form {
    display: grid;
    gap: 16px;
    width: 100%;
}

.ff-form__panel {
    display: grid;
    gap: 17px;
}

.ff-form.is-success .ff-form__panel {
    display: none;
}

.ff-form.is-success .ff-form__message--success {
    margin: 0;
}

.ff-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ff-form .capture--label {
    display: block;
    margin-bottom: 11px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .05em;
    color: var(--ff-ink);
}

.ff-form .capture--label span {
    color: var(--ff-red);
}

.ff-form .capture--input {
    width: 100%;
    min-height:54px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    background: #f7f7f7;
    color: var(--ff-ink);
    padding: 10px 13px;
    transition: all 0.3s ease;
    font-size: 18px;
    cursor: pointer;
}
.ff-form .capture--input:focus,
.ff-form .capture--input:active,
.ff-form .capture--input:hover {
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    outline: none;
}
@media (max-width: 719px) {
    .ff-form .capture--input {
        font-size: 16px;
        min-height: 46px;
    }
}

.ff-form__message {
   display:grid;
   gap:30px;
}
.ff-form__success-text {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 500;
}

.ff-form__message--error {
    color: #d33;
}

.ff-sticky-cta {
    position: fixed;
    padding-right: clamp(14px, 2vw, 28px);
    padding-left: clamp(14px, 2vw, 28px);
    padding-bottom: clamp(14px, 2vw, 28px);
    z-index: 50;
    right:0;
    bottom:0;
    transform: translateY(120%);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
    display: flex;
}
.ff-sticky-cta a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    border: 2px solid var(--ff-ink);
    border-radius: 999px;
    background: var(--ff-yellow);
    color: var(--ff-ink);
    text-decoration: none;
    box-shadow: 0px 4px 0 var(--ff-ink);
    width: 100%;
}

@media (max-width: 719px) {
    .ff-gate__body {
        margin-top: 15px;
    }
.ff-gate .ff-form {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}
.ff-sticky-cta {
    padding-right: var(--ff-shell-padding-x);
    padding-left: var(--ff-shell-padding-x);
    padding-bottom: var(--ff-shell-padding-x);
    left:0;
    width: 100%;
}
.ff-sticky-cta a {
    width: 100%;
}
.ff-form__row {
    grid-template-columns: 1fr;
}
}

.ff-sticky-cta.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.ff-sticky-cta__eyebrow {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}


@media (max-width: 719px) {
    .ff-gate__title {
        font-size: clamp(36px, 12vw, 72px);
    }
    .ff-sticky-cta {
        width: 100%;
    }
}




@media (max-width: 600px) {
    .fresh-forward-page .ff-btn, .download-trend-report-page .ff-btn {
        width:100%;
        border-radius: 6px;
        padding: 13px 23px 16px;
        font-size: 18px;
        line-height: 1.2;
    }
}
.ff-sticky-cta a {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:space-between;
gap:30px;
}
.ff-sticky-cta__label {
    font-size: clamp(16px, 1.25vw, 31px);
    padding: .2em .1em .3em .5em;
    font-weight: 700;
}
.ff-sticky-cta .icon {
    width:2em;
    height:2em;
    display: block;
}



#ff-bypass-download, 
.ff-hero__actions .ff-btn--primary,
#ff-success-button,
#ff-conversion-submit {
background: var(--ff-ink);
color: black;
border-color: black;
border: 2px solid;
background: var(--ff-yellow);
border-radius: 100px;
box-shadow: 0px 4px 0px black;
font-weight: 600;
position:relative;
}

#ff-bypass-download .icon, 
#ff-success-button .icon,
#ff-conversion-submit .icon {
position: absolute;
    width: 1.75em;
    height: 1.75em;
    right: .9em;
    top: .75em;
}
#ff-conversion-submit .icon {
    transform:rotate(-90deg);
}

@keyframes bob {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 10%);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes rise {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 20%) rotate(2deg);
    }
    100% {
        transform: translate(0, 0);
    }
}

.fresh-forward-page .ff-btn--primary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 11px 15px 14px 35px;
}
.ff-hero__actions .ff-btn--primary .icon {
    width: 1.75em;
    height: 1.75em;
    transform: translateY(1px);
}


.ff-editorial-scroll__continue-wrap {
    display: none;
}

.ff-editorial-scroll__title.ff-quote {
    font-size: clamp(24px, 2.5vw, 50px);
    line-height: 1.05;
    font-weight: 600;
}

#ff-conversion-submit {
    margin-top: 20px;
}


.fresh-forward-page .ff-btn--primary#ff-success-button,
#ff-conversion-submit {
    padding: 17px 15px 19px 35px;
}
.fresh-forward-page .ff-btn--primary#ff-success-button .icon,
#ff-conversion-submit .icon {
    position: absolute;
    width: 1.75em;
    height: 1.75em;
    right: 15px;
    top: 12px;
}
@media all and (max-width:600px) {
#ff-bypass-download .icon, 
#ff-success-button .icon {
    right: 13px;
    top: 10px;
}
}
#ff-bypass-download, 
#ff-success-button,
#ff-conversion-submit {
display:flex;
justify-content: space-between;
text-align:left;
}


@media all and (max-width:600px) {
    #ff-conversion-submit .icon {
        right: 15px;
        top: 13px;
    }
    }
