.ftcl-palette-collection-page h1 {
    display: none !important;
}

.ftcl-palette-collection-page .ftcl-pc-app .ftcl-pc-hero h1 {
    display: block !important;
    max-width: none;
    color: #fff !important;
    font-size: clamp(34px, 4.2vw, 56px);
    white-space: nowrap;
}

.ftcl-pc-app,
.ftcl-pc-app * {
    box-sizing: border-box;
}

.ftcl-pc-app {
    --pc-ink: #211f20;
    --pc-muted: #6f696b;
    --pc-paper: #f4f0ee;
    --pc-line: #dcd4d1;
    --pc-brand: #998484;
    --pc-first: #9a7475;
    --pc-last: #3a3437;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    color: var(--pc-ink);
    background: #fff;
    font-family: "Abel", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
}

.ftcl-pc-app button,
.ftcl-pc-app input,
.ftcl-pc-app select {
    font: inherit;
}

.ftcl-pc-app button {
    cursor: pointer;
}

.ftcl-pc-app h1,
.ftcl-pc-app h2,
.ftcl-pc-app h3,
.ftcl-pc-app p,
.ftcl-pc-app fieldset {
    margin-top: 0;
}

.ftcl-pc-app h1,
.ftcl-pc-app h2,
.ftcl-pc-app h3,
.ftcl-pc-kicker,
.ftcl-pc-eyebrow,
.ftcl-pc-number,
.ftcl-pc-field > span,
.ftcl-pc-directions legend,
.ftcl-pc-options button,
.ftcl-pc-color-button,
.ftcl-pc-lock,
.ftcl-pc-share-row b,
.ftcl-pc-share-row em,
.ftcl-pc-presets button,
.ftcl-pc-primary,
.ftcl-pc-secondary,
.ftcl-pc-actions button {
    font-family: "Oswald", Impact, sans-serif;
    font-weight: 500;
    letter-spacing: .035em;
}

.ftcl-pc-hero {
    position: relative;
    overflow: hidden;
    min-height: 0;
    padding: 24px clamp(28px, 6vw, 72px) 27px;
    color: #fff;
    background:
        radial-gradient(circle at 83% 30%, rgba(255,255,255,.15) 0 8%, transparent 8.2%),
        radial-gradient(circle at 75% 78%, rgba(255,255,255,.08) 0 17%, transparent 17.2%),
        linear-gradient(120deg, var(--pc-first), var(--pc-last));
}

.ftcl-pc-hero::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -235px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    box-shadow: 0 0 0 40px rgba(255,255,255,.04), 0 0 0 80px rgba(255,255,255,.03);
}

.ftcl-pc-eyebrow,
.ftcl-pc-hero h1,
.ftcl-pc-hero > p:last-of-type {
    position: relative;
    z-index: 1;
}

.ftcl-pc-eyebrow {
    margin-bottom: 9px;
    font-size: 13px;
    letter-spacing: .17em;
}

.ftcl-pc-hero h1 {
    max-width: 900px;
    margin-bottom: 12px;
    font-size: clamp(42px, 5.4vw, 66px);
    line-height: .98;
}

.ftcl-pc-hero > p:last-of-type {
    max-width: 930px;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1.27;
}

.ftcl-pc-step {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    min-width: 0;
    border: 1px solid var(--pc-line);
    border-top: 0;
}

.ftcl-pc-number {
    display: flex;
    justify-content: center;
    padding-top: 31px;
    color: var(--pc-brand);
    background: var(--pc-paper);
    border-right: 1px solid var(--pc-line);
    font-size: 18px;
}

.ftcl-pc-content {
    min-width: 0;
    padding: 28px 30px 31px;
}

.ftcl-pc-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 19px;
}

.ftcl-pc-kicker {
    margin-bottom: 3px;
    color: var(--pc-brand);
    font-size: 11px;
    letter-spacing: .16em;
    line-height: 1.15;
}

.ftcl-pc-app h2 {
    margin-bottom: 0;
    font-size: 31px;
    line-height: 1.02;
}

.ftcl-pc-primary,
.ftcl-pc-secondary {
    flex: 0 0 auto;
    padding: 9px 13px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
}

.ftcl-pc-primary {
    color: #fff;
    background: var(--pc-ink);
    border: 1px solid var(--pc-ink);
}

.ftcl-pc-secondary {
    color: var(--pc-ink);
    background: #fff;
    border: 1px solid var(--pc-line);
}

.ftcl-pc-primary:hover,
.ftcl-pc-primary:focus-visible,
.ftcl-pc-secondary:hover,
.ftcl-pc-secondary:focus-visible {
    color: #fff;
    background: var(--pc-brand);
    border-color: var(--pc-brand);
}

.ftcl-pc-brief-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr .72fr;
    gap: 11px;
    margin-bottom: 20px;
}

.ftcl-pc-field {
    display: block;
    min-width: 0;
}

.ftcl-pc-field > span,
.ftcl-pc-directions legend {
    display: block;
    margin-bottom: 5px;
    color: var(--pc-muted);
    font-size: 10px;
    letter-spacing: .13em;
}

.ftcl-pc-field input,
.ftcl-pc-field select {
    width: 100%;
    height: 38px;
    padding: 6px 10px;
    color: var(--pc-ink);
    background: #fff;
    border: 1px solid var(--pc-line);
    border-radius: 0;
    font-size: 14px;
}

.ftcl-pc-field input:focus,
.ftcl-pc-field select:focus {
    border-color: var(--pc-brand);
    outline: 2px solid rgba(153,132,132,.18);
}

.ftcl-pc-directions {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 11px;
}

.ftcl-pc-directions fieldset {
    min-width: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

.ftcl-pc-options {
    display: flex;
    min-width: 0;
}

.ftcl-pc-options button {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 33px;
    padding: 5px 7px;
    color: var(--pc-muted);
    background: #fff;
    border: 1px solid var(--pc-line);
    border-right: 0;
    font-size: 9px;
    line-height: 1;
}

.ftcl-pc-options button:last-child {
    border-right: 1px solid var(--pc-line);
}

.ftcl-pc-options button.is-active {
    color: #fff;
    background: var(--pc-ink);
    border-color: var(--pc-ink);
}

.ftcl-pc-workbench {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ftcl-pc-workbench .ftcl-pc-step {
    border-top: 0;
}

.ftcl-pc-workbench .ftcl-pc-step + .ftcl-pc-step {
    border-left: 0;
}

.ftcl-pc-help {
    margin: -7px 0 15px;
    color: var(--pc-muted);
    font-size: 13px;
    line-height: 1.25;
}

.ftcl-pc-color-editor {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
    gap: 7px;
}

.ftcl-pc-color-item {
    position: relative;
    min-width: 0;
    background: var(--pc-paper);
    border: 1px solid var(--pc-line);
}

.ftcl-pc-color-item.is-locked {
    border-color: var(--pc-brand);
    box-shadow: inset 0 0 0 1px var(--pc-brand);
}

.ftcl-pc-color-button {
    display: flex;
    width: 100%;
    min-height: 110px;
    flex-direction: column;
    justify-content: space-between;
    padding: 9px 8px;
    color: var(--pc-color-text);
    background: var(--pc-color);
    border: 0;
    text-align: left;
}

.ftcl-pc-color-button span {
    overflow: hidden;
    font-size: 9px;
    line-height: 1.05;
    text-overflow: ellipsis;
}

.ftcl-pc-color-button strong {
    align-self: flex-end;
    font-size: 14px;
}

.ftcl-pc-native-color {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.ftcl-pc-color-meta {
    padding: 7px 7px 8px;
}

.ftcl-pc-color-meta label span {
    display: block;
    color: var(--pc-muted);
    font-size: 8px;
}

.ftcl-pc-color-meta label input {
    width: 100%;
    padding: 1px 0 3px;
    color: var(--pc-ink);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--pc-ink);
    border-radius: 0;
    font-family: "Oswald", Impact, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.ftcl-pc-lock {
    width: 100%;
    margin-top: 6px;
    padding: 4px;
    color: var(--pc-muted);
    background: #fff;
    border: 1px solid var(--pc-line);
    font-size: 8px;
}

.ftcl-pc-color-item.is-locked .ftcl-pc-lock {
    color: #fff;
    background: var(--pc-brand);
    border-color: var(--pc-brand);
}

.ftcl-pc-presets {
    display: flex;
    gap: 5px;
    margin: -2px 0 17px;
}

.ftcl-pc-presets button {
    padding: 6px 9px;
    color: var(--pc-muted);
    background: var(--pc-paper);
    border: 0;
    border-radius: 13px;
    font-size: 9px;
}

.ftcl-pc-presets button.is-active {
    color: #fff;
    background: var(--pc-brand);
}

.ftcl-pc-share-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 15px;
}

.ftcl-pc-share-row {
    display: block;
    min-width: 0;
}

.ftcl-pc-share-row > span {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 2px;
}

.ftcl-pc-share-row b,
.ftcl-pc-share-row em {
    font-size: 10px;
    font-style: normal;
}

.ftcl-pc-share-row em {
    color: var(--pc-brand);
}

.ftcl-pc-share-row input {
    width: 100%;
    height: 12px;
    margin: 0;
    accent-color: var(--pc-range-color);
}

.ftcl-pc-proportion-bar {
    display: flex;
    overflow: hidden;
    height: 12px;
    margin-top: 19px;
    background: var(--pc-paper);
    border-radius: 7px;
}

.ftcl-pc-proportion-bar span {
    height: 100%;
    transition: width .2s ease, background .2s ease;
}

.ftcl-pc-reading {
    margin-top: 20px;
    padding: 17px 18px 18px;
    color: #fff;
    background: var(--pc-ink);
}

.ftcl-pc-reading .ftcl-pc-kicker {
    color: #c9b6b6;
}

.ftcl-pc-reading strong {
    display: block;
    margin-bottom: 6px;
    color: #fff !important;
    font-family: "Oswald", Impact, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
}

.ftcl-pc-reading > p:last-child {
    margin-bottom: 0;
    color: #e9e4e2;
    font-size: 12px;
    line-height: 1.28;
}

.ftcl-pc-application .ftcl-pc-content {
    padding-bottom: 34px;
}

.ftcl-pc-looks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ftcl-pc-look-row-label {
    margin: 0 0 8px;
    color: var(--pc-brand);
    font-family: "Oswald", Impact, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1;
}

.ftcl-pc-look-row-label-men {
    grid-column: 1 / -1;
    margin: 8px 0 -2px;
    text-align: left;
}

.ftcl-pc-look {
    min-width: 0;
    padding: 10px 7px 12px;
    background: var(--pc-paper);
    text-align: center;
}

.ftcl-pc-garment {
    isolation: isolate;
    outline: none;
}

.ftcl-pc-garment:focus-visible {
    outline: 2px solid var(--pc-brand);
    outline-offset: 3px;
}

.ftcl-pc-garment svg {
    display: block;
    width: 100%;
    height: 230px;
    margin: 0 auto;
}

.ftcl-pc-garment [data-ftcl-pc-color-index],
.ftcl-pc-garment [data-ftcl-pc-color-index] * {
    cursor: pointer;
    transition: fill .18s ease;
}

.ftcl-pc-garment .ftcl-flat-piece,
.ftcl-pc-garment .ftcl-flat-piece path,
.ftcl-pc-garment [data-ftcl-pc-color-index] path {
    fill: inherit;
    stroke: #4b4446;
    stroke-width: 1.8px;
    stroke-linejoin: round;
}

.ftcl-pc-garment .ftcl-detail,
.ftcl-pc-garment .ftcl-detail path,
.ftcl-pc-garment path.ftcl-detail,
.ftcl-pc-garment .ftcl-stitch,
.ftcl-pc-garment .ftcl-stitch path,
.ftcl-pc-garment path.ftcl-stitch {
    fill: none !important;
    stroke: #4b4446;
    stroke-width: 1.45px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ftcl-pc-garment .ftcl-stitch,
.ftcl-pc-garment .ftcl-stitch path,
.ftcl-pc-garment path.ftcl-stitch {
    stroke-dasharray: 3 3;
    stroke-width: 1px;
}

.ftcl-pc-garment .ftcl-hardware,
.ftcl-pc-garment .ftcl-hardware * {
    fill: #4b4446 !important;
    stroke: none !important;
}

.ftcl-pc-look h3 {
    margin: 3px 0 3px;
    font-size: 15px;
    line-height: 1;
}

.ftcl-pc-look > p {
    margin-bottom: 0;
    color: var(--pc-muted);
    font-size: 10px;
    line-height: 1.05;
}

.ftcl-pc-output {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 22px;
    row-gap: 10px;
    padding: 0 30px 20px 0;
    color: #fff;
    background: var(--pc-ink);
}

.ftcl-pc-output-number {
    display: flex;
    grid-row: 1 / 4;
    align-self: stretch;
    justify-content: center;
    padding-top: 29px;
    color: var(--pc-brand);
    border-right: 1px solid rgba(255,255,255,.16);
    font-family: "Oswald", Impact, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.ftcl-pc-output-copy {
    padding-top: 27px;
}

.ftcl-pc-output .ftcl-pc-kicker {
    color: #c9b6b6;
}

.ftcl-pc-output h2 {
    margin-bottom: 7px;
    color: #fff !important;
    font-size: 29px;
}

.ftcl-pc-output-copy > p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    color: #ded8d5;
    font-size: 13px;
}

.ftcl-pc-disclaimer {
    grid-column: 2 / 4;
    margin: 0;
    padding-top: 9px;
    color: #bfb7b5;
    border-top: 1px solid #4d4749;
    font-size: 10px;
    line-height: 1.22;
}

.ftcl-pc-disclaimer strong {
    font-family: "Oswald", Impact, sans-serif;
    letter-spacing: .06em;
}

.ftcl-pc-actions {
    display: flex;
    gap: 8px;
}

.ftcl-pc-actions button {
    min-height: 39px;
    padding: 8px 12px;
    color: #fff;
    background: transparent;
    border: 1px solid #71696b;
    font-size: 10px;
}

.ftcl-pc-actions button:hover,
.ftcl-pc-actions button:focus-visible {
    background: var(--pc-brand);
    border-color: var(--pc-brand);
}

.ftcl-pc-status {
    grid-column: 2 / -1;
    min-height: 0;
    margin: -9px 0 0;
    color: #d9caca;
    font-size: 11px;
}

.ftcl-pc-status:empty {
    display: none;
}

.ftcl-pc-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 28px;
    color: var(--pc-muted);
    background: var(--pc-paper);
    border: 1px solid var(--pc-line);
    border-top: 0;
    font-size: 11px;
}

.ftcl-pc-footer p {
    margin-bottom: 0;
}

.ftcl-pc-footer a {
    color: var(--pc-brand);
    font-weight: 700;
}

@media (max-width: 980px) {
    .ftcl-pc-workbench {
        grid-template-columns: 1fr;
    }

    .ftcl-pc-workbench .ftcl-pc-step + .ftcl-pc-step {
        border-left: 1px solid var(--pc-line);
    }

    .ftcl-pc-color-editor {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .ftcl-pc-app {
        font-size: 15px;
    }

    .ftcl-pc-hero {
        min-height: 0;
        padding: 18px 20px 21px;
    }

    .ftcl-pc-eyebrow {
        margin-bottom: 7px;
        font-size: 10px;
    }

    .ftcl-pc-hero h1 {
        max-width: 330px;
        margin-bottom: 9px;
        font-size: 35px;
        line-height: .98;
    }

    .ftcl-palette-collection-page .ftcl-pc-app .ftcl-pc-hero h1 {
        max-width: 330px;
        font-size: 35px;
        white-space: normal;
    }

    .ftcl-pc-hero > p:last-of-type {
        max-width: 320px;
        font-size: 15px;
        line-height: 1.23;
    }

    .ftcl-pc-step {
        grid-template-columns: 1fr;
    }

    .ftcl-pc-number {
        min-height: 34px;
        justify-content: flex-start;
        align-items: center;
        padding: 0 16px;
        border-right: 0;
        border-bottom: 1px solid var(--pc-line);
        font-size: 14px;
    }

    .ftcl-pc-content {
        padding: 20px 17px 22px;
    }

    .ftcl-pc-heading {
        gap: 9px;
        margin-bottom: 15px;
    }

    .ftcl-pc-app h2 {
        font-size: 25px;
        line-height: 1;
    }

    .ftcl-pc-primary,
    .ftcl-pc-secondary {
        padding: 7px 9px;
        font-size: 9px;
    }

    .ftcl-pc-brief-grid {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        margin-bottom: 16px;
    }

    .ftcl-pc-name-field {
        grid-column: 1 / -1;
    }

    .ftcl-pc-directions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ftcl-pc-color-editor {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ftcl-pc-color-button {
        min-height: 86px;
    }

    .ftcl-pc-color-meta {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 58px;
        align-items: end;
        gap: 7px;
    }

    .ftcl-pc-lock {
        margin-top: 0;
    }

    .ftcl-pc-share-controls {
        gap: 10px 12px;
    }

    .ftcl-pc-reading {
        margin-top: 16px;
        padding: 14px;
    }

    .ftcl-pc-looks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ftcl-pc-look-row-label-men {
        margin-top: 7px;
    }

    .ftcl-pc-garment svg {
        height: 178px;
    }

    .ftcl-pc-output {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 0 20px;
    }

    .ftcl-pc-output-number {
        grid-row: auto;
        min-height: 34px;
        justify-content: flex-start;
        align-items: center;
        padding: 0 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.16);
        font-size: 14px;
    }

    .ftcl-pc-output-copy {
        padding: 4px 18px 0;
    }

    .ftcl-pc-output h2 {
        font-size: 25px;
    }

    .ftcl-pc-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 18px;
    }

    .ftcl-pc-disclaimer,
    .ftcl-pc-status {
        grid-column: 1;
        margin-right: 18px;
        margin-left: 18px;
    }

    .ftcl-pc-footer {
        display: block;
        padding: 14px 17px;
        font-size: 10px;
    }

    .ftcl-pc-footer p + p {
        margin-top: 6px;
    }
}

@media (max-width: 380px) {
    .ftcl-pc-heading {
        display: block;
    }

    .ftcl-pc-heading .ftcl-pc-primary,
    .ftcl-pc-heading .ftcl-pc-secondary {
        margin-top: 11px;
    }

    .ftcl-pc-share-controls {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ftcl-pc-app *,
    .ftcl-pc-app *::before,
    .ftcl-pc-app *::after {
        transition: none !important;
    }
}
