.ftcl-lab-page,
.ftcl-lab-page #page-container,
.ftcl-lab-page #et-main-area,
.ftcl-lab-page #main-content {
    background: #fff !important;
}

.ftcl-lab-page #main-content > .container {
    width: 88% !important;
    max-width: 1260px !important;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

.ftcl-lab-page #main-content > .container::before {
    display: none !important;
}

.ftcl-lab-page #left-area {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}

.ftcl-lab-page #sidebar {
    display: none !important;
}

.ftcl-lab-page #main-content article.page {
    margin: 0 !important;
}

.ftcl-lab-page .entry-title {
    display: none !important;
}

.ftcl-lab-page .entry-content {
    padding-top: 0 !important;
}

.ftcl-lab-index,
.ftcl-lab-index * {
    box-sizing: border-box;
}

.ftcl-lab-index {
    --ink: #211f20;
    --dust: #998484;
    --dust-dark: #735f65;
    --paper: #f3efed;
    --line: #d8cccc;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    color: var(--ink);
    font-family: "Abel", Arial, sans-serif;
}

.ftcl-lab-index h1,
.ftcl-lab-index h2,
.ftcl-lab-index h3,
.ftcl-lab-index strong,
.ftcl-lab-index b,
.ftcl-lab-kicker,
.ftcl-lab-eyebrow {
    font-family: "Oswald", Impact, sans-serif;
}

.ftcl-lab-hero {
    display: grid;
    min-height: 455px;
    overflow: hidden;
    grid-template-columns: 56% 44%;
    background: var(--ink);
}

.ftcl-lab-hero-copy {
    display: flex;
    min-width: 0;
    padding: 54px 58px 52px 64px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.ftcl-lab-eyebrow,
.ftcl-lab-kicker {
    margin: 0;
    color: var(--dust);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .16em;
    line-height: 1.25;
}

.ftcl-lab-hero h1 {
    max-width: 650px;
    margin: 13px 0 20px;
    color: #fff;
    font-size: clamp(50px, 5.2vw, 75px);
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: .95;
}

.ftcl-lab-lead {
    max-width: 600px;
    margin: 0;
    color: #eee7e8;
    font-size: 20px;
    line-height: 1.38;
}

.ftcl-lab-counts {
    margin: 20px 0 0;
    color: #cbbabd;
    font: 600 12px/1.2 "Oswald", Impact, sans-serif;
    letter-spacing: .13em;
}

.ftcl-lab-counts span {
    margin: 0 6px;
    color: #75686b;
}

.ftcl-lab-hero-actions {
    display: flex;
    gap: 9px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.ftcl-lab-hero-actions a {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 13px;
    align-items: center;
    gap: 11px;
    border: 1px solid #766b6d;
    color: #fff !important;
    font: 600 12px/1 "Oswald", Impact, sans-serif;
    letter-spacing: .04em;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.ftcl-lab-hero-actions a:first-child {
    border-color: #fff;
    background: #fff;
    color: var(--ink) !important;
}

.ftcl-lab-hero-actions a:hover,
.ftcl-lab-hero-actions a:focus-visible {
    border-color: var(--dust);
    background: var(--dust);
    color: #fff !important;
}

.ftcl-lab-hero-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 34px;
    background: #181617;
}

.ftcl-lab-spectrum {
    display: grid;
    width: 100%;
    height: 100%;
    gap: 3px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    transform: rotate(-4deg) scale(1.12);
}

.ftcl-lab-spectrum span {
    display: block;
    min-width: 0;
}

.ftcl-lab-spectrum span:nth-child(1) { background: #e31d2d; }
.ftcl-lab-spectrum span:nth-child(2) { background: #f47c20; }
.ftcl-lab-spectrum span:nth-child(3) { background: #f2cf24; }
.ftcl-lab-spectrum span:nth-child(4) { background: #08a95e; }
.ftcl-lab-spectrum span:nth-child(5) { background: #12a4a8; }
.ftcl-lab-spectrum span:nth-child(6) { background: #2b60cf; }
.ftcl-lab-spectrum span:nth-child(7) { background: #8d2eb8; }
.ftcl-lab-spectrum span:nth-child(8) { background: #d55387; }
.ftcl-lab-spectrum span:nth-child(9) { background: #7f5947; }
.ftcl-lab-spectrum span:nth-child(10) { background: #d4bf96; }
.ftcl-lab-spectrum span:nth-child(11) { background: #817c7d; }
.ftcl-lab-spectrum span:nth-child(12) { background: #242122; }

.ftcl-lab-hero-visual::before,
.ftcl-lab-hero-visual::after {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    content: "";
}

.ftcl-lab-hero-visual::before {
    top: -88px;
    right: -54px;
    width: 265px;
    height: 265px;
}

.ftcl-lab-hero-visual::after {
    right: 68px;
    bottom: -92px;
    width: 225px;
    height: 225px;
}

.ftcl-lab-visual-mark {
    position: absolute;
    right: 30px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    width: 122px;
    height: 122px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--ink);
    border-radius: 50%;
    background: #fff;
    box-shadow: 8px 8px 0 rgba(33, 31, 32, .35);
    color: var(--ink);
    transform: rotate(7deg);
}

.ftcl-lab-visual-mark::before {
    position: absolute;
    inset: 6px;
    border: 1px dashed var(--dust);
    border-radius: 50%;
    content: "";
}

.ftcl-lab-visual-mark b,
.ftcl-lab-visual-mark span {
    position: relative;
    z-index: 1;
}

.ftcl-lab-visual-mark b {
    font-size: 24px;
    line-height: .95;
}

.ftcl-lab-visual-mark span {
    margin-top: 5px;
    color: var(--dust-dark);
    font: 600 14px/1 "Oswald", Impact, sans-serif;
    letter-spacing: .16em;
}

.ftcl-lab-principle {
    display: grid;
    padding: 22px 52px;
    align-items: center;
    gap: 34px;
    grid-template-columns: 235px minmax(0, 1fr);
    background: #88757a;
    color: #fff;
}

.ftcl-lab-principle strong {
    font-size: 13px;
    letter-spacing: .05em;
}

.ftcl-lab-principle p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.ftcl-lab-route-section,
.ftcl-lab-content {
    padding: 54px 0 4px;
}

.ftcl-lab-section-heading {
    max-width: 900px;
    margin: 0 0 25px;
}

.ftcl-lab-section-heading h2,
.ftcl-lab-tools h2 {
    margin: 7px 0 11px;
    color: var(--ink);
    font-size: 39px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.03;
}

.ftcl-lab-section-heading > p:last-child {
    max-width: 780px;
    margin: 0;
    font-size: 17px;
    line-height: 1.42;
}

.ftcl-lab-routes {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ftcl-lab-route {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 72px 30px 30px;
    border: 1px solid var(--line);
    background: #fff;
}

.ftcl-lab-route::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    content: "";
}

.ftcl-lab-route.is-personal::before {
    background: linear-gradient(90deg, #d5a083 0 25%, #7b9ccc 25% 50%, #d05283 50% 75%, #8d747b 75% 100%);
}

.ftcl-lab-route.is-professional::before {
    background: linear-gradient(90deg, #262223 0 25%, #a15f50 25% 50%, #d8cab6 50% 75%, #4c70a7 75% 100%);
}

.ftcl-lab-route-number {
    position: absolute;
    top: 60px;
    right: 24px;
    color: #c8b8ba;
    font: 600 46px/1 "Oswald", Impact, sans-serif;
}

.ftcl-lab-route h3 {
    max-width: 78%;
    margin: 7px 0 12px;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.05;
}

.ftcl-lab-route > p:not(.ftcl-lab-kicker) {
    max-width: 520px;
    min-height: 70px;
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.4;
}

.ftcl-lab-route-links {
    display: grid;
    gap: 6px;
}

.ftcl-lab-route-links a {
    display: grid;
    min-width: 0;
    padding: 11px 12px;
    align-items: center;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    border-left: 5px solid var(--dust);
    background: var(--paper);
    color: var(--ink) !important;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ftcl-lab-route.is-personal .ftcl-lab-route-links a { border-left-color: #c77978; }
.ftcl-lab-route.is-professional .ftcl-lab-route-links a { border-left-color: #4c70a7; }

.ftcl-lab-route-links a:hover,
.ftcl-lab-route-links a:focus-visible {
    background: var(--ink);
    color: #fff !important;
    transform: translateX(3px);
}

.ftcl-lab-route-links span,
.ftcl-lab-route-links strong,
.ftcl-lab-route-links small {
    display: block;
    min-width: 0;
}

.ftcl-lab-route-links strong {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.ftcl-lab-route-links small {
    margin-top: 3px;
    color: #776d6f;
    font-size: 12px;
}

.ftcl-lab-route-links a:hover small,
.ftcl-lab-route-links a:focus-visible small {
    color: #d9ced0;
}

.ftcl-lab-route-links a > b {
    font-size: 19px;
}

.ftcl-lab-content-grid,
.ftcl-lab-tools-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ftcl-lab-content-card,
.ftcl-lab-tool-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    color: var(--ink) !important;
    background: #fff;
    text-decoration: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ftcl-lab-content-card {
    border: 1px solid var(--line);
}

.ftcl-lab-content-card:hover,
.ftcl-lab-content-card:focus-visible,
.ftcl-lab-tool-card:hover,
.ftcl-lab-tool-card:focus-visible {
    border-color: var(--dust);
    box-shadow: 0 9px 22px rgba(33, 31, 32, .13);
    transform: translateY(-3px);
}

.ftcl-lab-content-card:focus-visible,
.ftcl-lab-tool-card:focus-visible,
.ftcl-lab-route-links a:focus-visible,
.ftcl-lab-hero-actions a:focus-visible,
.ftcl-lab-all-tools:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 3px;
}

.ftcl-lab-card-image,
.ftcl-lab-tool-image {
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 8 / 5;
    background: #e9e3e1;
}

.ftcl-lab-card-image img,
.ftcl-lab-tool-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.ftcl-lab-card-image.is-diagram img,
.ftcl-lab-tool-image img {
    object-fit: contain;
}

.ftcl-lab-content-card:hover img,
.ftcl-lab-content-card:focus-visible img,
.ftcl-lab-tool-card:hover img,
.ftcl-lab-tool-card:focus-visible img {
    transform: scale(1.025);
}

.ftcl-lab-card-copy,
.ftcl-lab-tool-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.ftcl-lab-card-copy {
    min-height: 245px;
    padding: 17px 16px 16px;
}

.ftcl-lab-card-copy small {
    color: var(--dust-dark);
    font: 600 11px/1.25 "Oswald", Impact, sans-serif;
    letter-spacing: .09em;
}

.ftcl-lab-card-copy > strong,
.ftcl-lab-tool-copy > strong {
    margin-top: 8px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.08;
    text-transform: uppercase;
}

.ftcl-lab-card-copy p,
.ftcl-lab-tool-copy p {
    margin: 11px 0 17px;
    font-size: 14px;
    line-height: 1.38;
}

.ftcl-lab-card-copy > b,
.ftcl-lab-tool-copy > b {
    margin-top: auto;
    color: var(--dust-dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
}

.ftcl-lab-tools {
    position: relative;
    margin-top: 58px;
    padding: 48px 52px 52px;
    overflow: hidden;
    background: var(--ink);
    color: #fff;
}

.ftcl-lab-tools-heading {
    display: grid;
    margin-bottom: 28px;
    align-items: center;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 145px;
}

.ftcl-lab-tools-heading > div {
    min-width: 0;
}

.ftcl-lab-tools .ftcl-lab-kicker {
    color: #c8b7ba;
}

.ftcl-lab-tools h2 {
    max-width: 760px;
    color: #fff;
    font-size: 38px;
}

.ftcl-lab-tools-heading p:last-child {
    max-width: 680px;
    margin: 0;
    color: #e5dcde;
    font-size: 16px;
    line-height: 1.4;
}

.ftcl-lab-sticker {
    position: relative;
    z-index: 2;
    display: flex;
    width: 138px;
    height: 138px;
    padding: 18px 9px 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 8px 8px 0 rgba(153, 132, 132, .46);
    color: var(--ink);
    text-align: center;
    transform: rotate(7deg);
}

.ftcl-lab-sticker::before {
    position: absolute;
    inset: 5px;
    border: 1px dashed var(--dust);
    border-radius: 50%;
    content: "";
}

.ftcl-lab-sticker b,
.ftcl-lab-sticker small {
    position: relative;
    z-index: 1;
    display: block;
}

.ftcl-lab-sticker b {
    font-size: 23px;
    line-height: .92;
}

.ftcl-lab-sticker small {
    margin-top: 9px;
    color: var(--dust-dark);
    font: 600 10px/1 "Oswald", Impact, sans-serif;
    letter-spacing: .1em;
}

.ftcl-lab-tool-card {
    border: 1px solid #4b4446;
}

.ftcl-lab-tool-copy {
    min-height: 190px;
    padding: 15px;
}

.ftcl-lab-all-tools {
    display: inline-flex;
    min-height: 42px;
    margin-top: 25px;
    padding: 11px 14px;
    align-items: center;
    gap: 12px;
    border: 1px solid #fff;
    color: #fff !important;
    font: 600 12px/1 "Oswald", Impact, sans-serif;
    letter-spacing: .04em;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease;
}

.ftcl-lab-all-tools:hover,
.ftcl-lab-all-tools:focus-visible {
    background: #fff;
    color: var(--ink) !important;
}

.ftcl-lab-note {
    padding: 18px 24px;
    border: 1px solid var(--line);
    border-top: 0;
    background: var(--paper);
}

.ftcl-lab-note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}

.ftcl-lab-note strong {
    margin-right: 3px;
}

@media (max-width: 1080px) {
    .ftcl-lab-hero-copy {
        padding-right: 42px;
        padding-left: 48px;
    }

    .ftcl-lab-content-grid,
    .ftcl-lab-tools-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .ftcl-lab-hero {
        grid-template-columns: 1fr;
    }

    .ftcl-lab-hero-copy {
        min-height: 405px;
        padding: 46px 44px 48px;
    }

    .ftcl-lab-hero-visual {
        height: 270px;
    }

    .ftcl-lab-spectrum {
        transform: rotate(-2deg) scale(1.08);
    }

    .ftcl-lab-routes {
        grid-template-columns: 1fr;
    }

    .ftcl-lab-route > p:not(.ftcl-lab-kicker) {
        min-height: 0;
    }

    .ftcl-lab-content-grid,
    .ftcl-lab-tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .ftcl-lab-page #main-content > .container {
        width: 94% !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

@media (max-width: 640px) {
    .ftcl-lab-hero-copy {
        min-height: 0;
        padding: 34px 22px 36px;
    }

    .ftcl-lab-hero h1 {
        margin-top: 11px;
        font-size: 43px;
        line-height: .95;
    }

    .ftcl-lab-lead {
        font-size: 17px;
    }

    .ftcl-lab-counts {
        font-size: 10px;
        letter-spacing: .09em;
    }

    .ftcl-lab-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ftcl-lab-hero-actions a {
        justify-content: space-between;
    }

    .ftcl-lab-hero-visual {
        height: 220px;
        padding: 20px;
    }

    .ftcl-lab-visual-mark {
        right: 18px;
        bottom: 18px;
        width: 92px;
        height: 92px;
        border-width: 3px;
        box-shadow: 6px 6px 0 rgba(33, 31, 32, .35);
    }

    .ftcl-lab-visual-mark b { font-size: 18px; }
    .ftcl-lab-visual-mark span { font-size: 10px; }

    .ftcl-lab-principle {
        padding: 18px 20px;
        gap: 6px;
        grid-template-columns: 1fr;
    }

    .ftcl-lab-route-section,
    .ftcl-lab-content {
        padding-top: 40px;
    }

    .ftcl-lab-section-heading {
        margin-bottom: 19px;
    }

    .ftcl-lab-section-heading h2,
    .ftcl-lab-tools h2 {
        font-size: 30px;
    }

    .ftcl-lab-section-heading > p:last-child {
        font-size: 16px;
    }

    .ftcl-lab-route {
        padding: 65px 18px 20px;
    }

    .ftcl-lab-route-number {
        top: 57px;
        right: 16px;
        font-size: 38px;
    }

    .ftcl-lab-route h3 {
        font-size: 28px;
    }

    .ftcl-lab-route > p:not(.ftcl-lab-kicker) {
        font-size: 15px;
    }

    .ftcl-lab-route-links a {
        padding: 10px;
    }

    .ftcl-lab-content-grid,
    .ftcl-lab-tools-grid {
        gap: 8px;
    }

    .ftcl-lab-card-copy {
        min-height: 218px;
        padding: 12px 11px;
    }

    .ftcl-lab-card-copy small {
        font-size: 9px;
    }

    .ftcl-lab-card-copy > strong,
    .ftcl-lab-tool-copy > strong {
        font-size: 15px;
    }

    .ftcl-lab-card-copy p,
    .ftcl-lab-tool-copy p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.32;
    }

    .ftcl-lab-card-copy > b,
    .ftcl-lab-tool-copy > b {
        font-size: 10px;
    }

    .ftcl-lab-tools {
        margin-top: 42px;
        padding: 32px 14px 35px;
    }

    .ftcl-lab-tools-heading {
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) 104px;
    }

    .ftcl-lab-sticker {
        width: 96px;
        height: 96px;
        padding: 13px 6px 10px;
        border-width: 3px;
        box-shadow: 5px 5px 0 rgba(153, 132, 132, .46);
    }

    .ftcl-lab-sticker b { font-size: 16px; }
    .ftcl-lab-sticker small { margin-top: 6px; font-size: 8px; }

    .ftcl-lab-tool-copy {
        min-height: 180px;
        padding: 11px;
    }

    .ftcl-lab-note {
        padding: 15px 14px;
    }
}

@media (max-width: 420px) {
    .ftcl-lab-hero h1 {
        font-size: 38px;
    }

    .ftcl-lab-counts span {
        margin: 0 2px;
    }

    .ftcl-lab-tools-heading {
        display: block;
    }

    .ftcl-lab-sticker {
        margin: 20px 5px 0 auto;
    }

    .ftcl-lab-card-copy,
    .ftcl-lab-tool-copy {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ftcl-lab-index *,
    .ftcl-lab-index *::before,
    .ftcl-lab-index *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
