.ftcl-combina-color-page h1 {
    display: none !important;
}

.ftcl-combina-color-page .ftcl-app .ftcl-hero h1 {
    display: block !important;
}

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

.ftcl-app {
    --ftcl-brand: #998484;
    --ftcl-ink: #211f20;
    --ftcl-muted: #6f696b;
    --ftcl-paper: #f7f4f2;
    --ftcl-line: #ded8d5;
    --ftcl-white: #fff;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    color: var(--ftcl-ink);
    background: var(--ftcl-white);
    font-family: "Abel", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

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

.ftcl-app button {
    cursor: pointer;
}

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

.ftcl-app h1,
.ftcl-app h2,
.ftcl-app h3,
.ftcl-kicker,
.ftcl-eyebrow,
.ftcl-step-number,
.ftcl-harmony-tabs button,
.ftcl-presets button,
.ftcl-palette-role,
.ftcl-look h3,
.ftcl-diagnosis-grid span,
.ftcl-diagnosis-grid strong,
.ftcl-reset-looks {
    font-family: "Oswald", Impact, sans-serif;
    font-weight: 500;
    letter-spacing: .035em;
}

.ftcl-app h1,
.ftcl-app h2,
.ftcl-app h3 {
    line-height: 1;
}

.ftcl-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(54px, 8vw, 104px) clamp(24px, 6vw, 78px);
    color: #fff;
    background:
        radial-gradient(circle at 86% 28%, rgba(255,255,255,.16) 0 7%, transparent 7.2%),
        radial-gradient(circle at 78% 65%, rgba(255,255,255,.09) 0 14%, transparent 14.2%),
        linear-gradient(125deg, #4b3e42 0%, #765f66 45%, var(--ftcl-brand) 100%);
}

.ftcl-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -210px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(255,255,255,.045), 0 0 0 90px rgba(255,255,255,.035);
}

.ftcl-eyebrow {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: .16em;
}

.ftcl-hero h1 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    font-size: clamp(43px, 7vw, 82px);
    line-height: .98;
}

.ftcl-lead {
    position: relative;
    z-index: 1;
    max-width: 660px;
    margin-bottom: 0;
    font-size: clamp(20px, 2.4vw, 27px);
    line-height: 1.35;
}

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

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

.ftcl-step-content {
    min-width: 0;
    padding: clamp(34px, 5vw, 62px);
}

.ftcl-kicker {
    margin-bottom: 5px;
    color: var(--ftcl-brand);
    font-size: 14px;
    letter-spacing: .15em;
}

.ftcl-app h2 {
    margin-bottom: 30px;
    font-size: clamp(28px, 4vw, 43px);
    line-height: 1.08;
}

.ftcl-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.ftcl-heading-row h2 {
    margin-bottom: 0;
}

.ftcl-random,
.ftcl-reset-looks {
    flex: 0 0 auto;
    padding: 10px 16px;
    color: var(--ftcl-ink);
    background: #fff;
    border: 1px solid var(--ftcl-line);
    border-radius: 3px;
    font-size: 15px;
    transition: border-color .2s, background .2s;
}

.ftcl-random:hover,
.ftcl-reset-looks:hover {
    background: var(--ftcl-paper);
    border-color: var(--ftcl-brand);
}

.ftcl-color-control {
    display: flex;
    align-items: center;
    gap: clamp(30px, 5vw, 65px);
    margin-top: 40px;
}

.ftcl-picker {
    position: relative;
    flex: 0 0 auto;
    width: clamp(170px, 22vw, 245px);
    aspect-ratio: 1;
    cursor: pointer;
}

.ftcl-picker input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.ftcl-picker-disc {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--ftcl-brand);
    border: 14px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--ftcl-line), 0 16px 45px rgba(42, 31, 34, .13);
    transition: background-color .2s, transform .2s;
}

.ftcl-picker:hover .ftcl-picker-disc {
    transform: scale(1.025);
}

.ftcl-color-data {
    width: min(100%, 440px);
}

.ftcl-color-data label {
    display: block;
    margin-bottom: 7px;
    color: var(--ftcl-muted);
    font-size: 13px;
    letter-spacing: .12em;
}

.ftcl-hex-row {
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--ftcl-ink);
}

.ftcl-hex-row > span {
    color: var(--ftcl-muted);
    font-size: 30px;
}

.ftcl-hex-row input {
    min-width: 0;
    width: 100%;
    padding: 4px 8px;
    color: var(--ftcl-ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-family: "Oswald", Impact, sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ftcl-hex-row button {
    padding: 7px 10px;
    color: var(--ftcl-brand);
    background: transparent;
    border: 0;
    font-family: "Oswald", Impact, sans-serif;
    font-size: 13px;
}

.ftcl-color-name {
    margin: 14px 0 0;
    color: var(--ftcl-muted);
    font-size: 17px;
    letter-spacing: .06em;
}

.ftcl-validation {
    min-height: 20px;
    margin: 4px 0 0;
    color: #a12c42;
    font-size: 14px;
}

.ftcl-harmony-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 38px;
    border-top: 1px solid var(--ftcl-line);
    border-left: 1px solid var(--ftcl-line);
}

.ftcl-harmony-tabs button {
    min-height: 52px;
    padding: 11px 13px;
    color: var(--ftcl-muted);
    background: #fff;
    border: 0;
    border-right: 1px solid var(--ftcl-line);
    border-bottom: 1px solid var(--ftcl-line);
    font-size: 13px;
    line-height: 1.2;
    transition: color .2s, background .2s;
}

.ftcl-harmony-tabs button:hover {
    color: var(--ftcl-ink);
    background: var(--ftcl-paper);
}

.ftcl-harmony-tabs button.is-active {
    color: #fff;
    background: var(--ftcl-ink);
}

.ftcl-harmony-info {
    display: grid;
    grid-template-columns: minmax(190px, 290px) 1fr;
    align-items: center;
    gap: clamp(35px, 6vw, 78px);
}

.ftcl-wheel {
    position: relative;
    width: min(100%, 270px);
    aspect-ratio: 1;
    margin: 0 auto;
    background: conic-gradient(from -15deg, #e94444, #efb334, #e6e337, #66be54, #31b6a5, #3da8dd, #5e65d9, #a855cc, #d64598, #e94444);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}

.ftcl-wheel::after {
    content: "";
    position: absolute;
    inset: 28%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.04);
}

.ftcl-wheel-dot {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin: -11px;
    background: var(--dot-color);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 9px rgba(0,0,0,.32);
    transform: rotate(var(--dot-angle)) translateY(-112px);
}

.ftcl-harmony-info h3 {
    margin-bottom: 13px;
    font-size: 25px;
}

.ftcl-harmony-info p {
    max-width: 650px;
    color: var(--ftcl-muted);
    font-size: 18px;
}

.ftcl-harmony-info .ftcl-use {
    margin-bottom: 0;
    padding: 17px 20px;
    color: var(--ftcl-ink);
    background: var(--ftcl-paper);
    border-left: 4px solid var(--ftcl-brand);
}

.ftcl-heading-palette {
    align-items: flex-end;
    margin-bottom: 28px;
}

.ftcl-presets {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.ftcl-presets button {
    padding: 7px 10px;
    color: var(--ftcl-muted);
    background: transparent;
    border: 1px solid var(--ftcl-line);
    border-radius: 30px;
    font-size: 11px;
}

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

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

.ftcl-swatch {
    position: relative;
    min-width: 0;
}

.ftcl-swatch-color {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    aspect-ratio: 1 / .78;
    padding: 15px;
    color: var(--swatch-text, #fff);
    background: var(--swatch-color);
    border: 0;
    text-align: left;
    transition: transform .2s;
}

.ftcl-swatch-color:hover {
    transform: translateY(-3px);
}

.ftcl-swatch-color::after {
    content: "COPIAR";
    position: absolute;
    top: 12px;
    right: 12px;
    font-family: "Oswald", Impact, sans-serif;
    font-size: 10px;
    letter-spacing: .08em;
    opacity: 0;
    transition: opacity .2s;
}

.ftcl-swatch-color:hover::after,
.ftcl-swatch-color:focus::after {
    opacity: .9;
}

.ftcl-swatch-hex {
    font-family: "Oswald", Impact, sans-serif;
    font-size: clamp(18px, 2.3vw, 25px);
    letter-spacing: .04em;
}

.ftcl-swatch-data {
    padding: 12px 2px 0;
}

.ftcl-palette-role {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
}

.ftcl-palette-function {
    color: var(--ftcl-muted);
    font-size: 14px;
}

.ftcl-palette-role b {
    color: var(--ftcl-brand);
    font-weight: 500;
}

.ftcl-share {
    width: 100%;
    height: 4px;
    margin-top: 13px;
    padding: 0;
    accent-color: var(--ftcl-brand);
    cursor: ew-resize;
}

.ftcl-proportion-bar {
    display: flex;
    height: 22px;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}

.ftcl-proportion-bar span {
    display: block;
    height: 100%;
    transition: width .25s, background-color .25s;
}

.ftcl-palette-note {
    margin: 10px 0 0;
    color: var(--ftcl-muted);
    font-size: 14px;
}

.ftcl-section-intro {
    margin-top: -18px;
    margin-bottom: 28px;
    color: var(--ftcl-muted);
}

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

.ftcl-looks-legacy {
    display: none !important;
}

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

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

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

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

.ftcl-garment:focus-visible {
    box-shadow: 0 0 0 3px var(--ftcl-brand);
}

.ftcl-garment svg {
    display: block;
    width: 100%;
    max-height: 290px;
    margin: auto;
    cursor: pointer;
    /* Technical fashion flats: no perspective, relief or cast shadows. */
    filter: none;
}

.ftcl-garment path,
.ftcl-garment circle,
.ftcl-garment rect,
.ftcl-garment ellipse,
.ftcl-garment line,
.ftcl-garment polyline {
    stroke: #423b3d;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ftcl-garment [data-color-index] {
    transition: fill .25s;
}

.ftcl-garment .ftcl-detail,
.ftcl-garment .ftcl-detail *,
.ftcl-garment .ftcl-stitch,
.ftcl-garment .ftcl-stitch * {
    fill: none !important;
    stroke: #423b3d;
    stroke-width: .95;
    pointer-events: none;
}

.ftcl-garment .ftcl-stitch,
.ftcl-garment .ftcl-stitch * {
    stroke-width: .7;
    stroke-dasharray: 2 2;
}

.ftcl-garment .ftcl-hardware,
.ftcl-garment .ftcl-hardware * {
    fill: #423b3d;
    stroke: #423b3d;
    stroke-width: .6;
    pointer-events: none;
}

.ftcl-look h3 {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1;
}

.ftcl-look p {
    margin-bottom: 0;
    color: var(--ftcl-muted);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
}

.ftcl-reset-looks {
    display: block;
    margin: 20px auto 0;
}

.ftcl-diagnosis {
    padding: clamp(40px, 6vw, 70px) clamp(24px, 8vw, 95px);
    color: #fff;
    background: var(--ftcl-ink);
}

.ftcl-diagnosis .ftcl-kicker {
    color: #c8adb3;
}

.ftcl-diagnosis h2 {
    color: #fff;
}

.ftcl-diagnosis-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.ftcl-diagnosis-grid article {
    min-width: 0;
}

.ftcl-diagnosis-grid span,
.ftcl-diagnosis-grid strong {
    display: block;
}

.ftcl-diagnosis-grid span {
    margin-bottom: 5px;
    color: #bdb7b9;
    font-size: 11px;
    letter-spacing: .12em;
}

.ftcl-diagnosis-grid strong {
    min-height: 44px;
    font-size: clamp(16px, 2vw, 21px);
    line-height: 1.15;
}

.ftcl-meter {
    height: 4px;
    margin-top: 12px;
    overflow: hidden;
    background: #4b4748;
    border-radius: 10px;
}

.ftcl-meter i {
    display: block;
    width: 50%;
    height: 100%;
    background: #c8adb3;
    transition: width .25s;
}

.ftcl-advice {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 13px;
    margin-top: 38px;
    padding-top: 25px;
    border-top: 1px solid #4b4748;
}

.ftcl-advice span {
    color: #c8adb3;
    font-size: 24px;
}

.ftcl-advice p {
    max-width: 850px;
    margin: 0;
    color: #e4dfe0;
}

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

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

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

.ftcl-app .ftcl-output {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 22px;
    padding: 20px 24px 18px 0;
    border-top: 1px solid #51494c;
    color: #fff;
    background: #211f20;
}

.ftcl-output-number {
    align-self: stretch;
    grid-row: 1 / 4;
    padding-top: 8px;
    border-right: 1px solid #51494c;
    color: #c9b6b6;
    font: 500 20px/1 "Oswald", Impact, sans-serif;
    text-align: center;
}

.ftcl-app .ftcl-output .ftcl-kicker {
    margin: 0 0 6px;
    color: #c9b6b6;
    font-size: 11px;
}

.ftcl-app .ftcl-output h2 {
    margin: 0 0 8px;
    color: #fff !important;
    font-size: clamp(24px, 2.5vw, 30px);
    line-height: 1.1;
}

.ftcl-app .ftcl-output-copy > p:last-child {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
}

.ftcl-app .ftcl-download {
    padding: 12px 14px;
    min-height: 44px;
    border: 1px solid #c9b6b6;
    border-radius: 0;
    background: #fff;
    color: #211f20;
    font: 500 13px/1.2 "Oswald", Impact, sans-serif;
    white-space: normal;
}

.ftcl-app .ftcl-download:hover { background: #eee6e3; }
.ftcl-app .ftcl-download:disabled { cursor: wait; opacity: .7; }
.ftcl-app .ftcl-download:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.ftcl-app .ftcl-output-note,
.ftcl-app .ftcl-output-status {
    grid-column: 2 / -1;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    color: #d9d1d3;
}

.ftcl-app .ftcl-output-status { color: #fff; }
.ftcl-output-status:empty { display: none; }

@media (max-width: 680px) {
    .ftcl-app .ftcl-output {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px 12px;
        padding: 16px 14px 16px 0;
    }
    .ftcl-output-number { grid-row: 1 / 5; font-size: 16px; }
    .ftcl-app .ftcl-download { grid-column: 2; width: 100%; }
}

/* Mesa de trabajo compacta: los controles y sus resultados permanecen juntos. */
.ftcl-hero {
    padding: 24px clamp(28px, 6vw, 72px) 27px;
}

.ftcl-hero h1 {
    font-size: clamp(40px, 5.2vw, 66px);
}

.ftcl-lead {
    max-width: 930px;
    font-size: clamp(18px, 1.9vw, 23px);
    line-height: 1.24;
}

.ftcl-workbench {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: start;
    gap: 10px;
    padding: 10px;
    background: #e9e5e3;
}

.ftcl-results-column {
    position: sticky;
    top: 112px;
}

.ftcl-workbench .ftcl-step {
    grid-template-columns: 52px minmax(0, 1fr);
    border-top: 1px solid var(--ftcl-line);
}

.ftcl-workbench .ftcl-step + .ftcl-step,
.ftcl-results-column .ftcl-diagnosis {
    border-top: 0;
}

.ftcl-workbench .ftcl-step-number {
    padding-top: 25px;
    font-size: 16px;
}

.ftcl-workbench .ftcl-step-content {
    padding: 24px;
}

.ftcl-workbench .ftcl-kicker {
    margin-bottom: 2px;
    font-size: 11px;
}

.ftcl-workbench h2 {
    margin-bottom: 19px;
    font-size: clamp(25px, 2.35vw, 34px);
}

.ftcl-color-control {
    gap: 24px;
    margin-top: 22px;
}

.ftcl-picker {
    width: clamp(108px, 11vw, 142px);
}

.ftcl-picker-disc {
    border-width: 9px;
    box-shadow: 0 0 0 1px var(--ftcl-line), 0 10px 28px rgba(42, 31, 34, .12);
}

.ftcl-hex-row > span {
    font-size: 23px;
}

.ftcl-hex-row input {
    font-size: clamp(26px, 3vw, 37px);
}

.ftcl-color-name {
    margin-top: 8px;
    font-size: 14px;
}

.ftcl-harmony-tabs {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}

.ftcl-harmony-tabs button {
    min-height: 43px;
    padding: 7px 6px;
    font-size: 10px;
}

.ftcl-harmony-info {
    grid-template-columns: 138px minmax(0, 1fr);
    gap: 20px;
}

.ftcl-wheel {
    width: 138px;
}

.ftcl-wheel-dot {
    width: 16px;
    height: 16px;
    margin: -8px;
    border-width: 3px;
    transform: rotate(var(--dot-angle)) translateY(-57px);
}

.ftcl-harmony-info h3 {
    margin-bottom: 7px;
    font-size: 19px;
    line-height: 1.15;
}

.ftcl-harmony-info p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.35;
}

.ftcl-harmony-info .ftcl-use {
    padding: 10px 12px;
    font-size: 14px;
}

.ftcl-heading-palette {
    display: block;
    margin-bottom: 16px;
}

.ftcl-heading-palette h2 {
    margin-bottom: 13px;
}

.ftcl-presets {
    justify-content: flex-start;
}

.ftcl-presets button {
    padding: 5px 8px;
    font-size: 9px;
}

.ftcl-workbench .ftcl-palette {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
}

.ftcl-workbench .ftcl-swatch-color {
    min-height: 92px;
    aspect-ratio: 1.85 / 1;
    padding: 11px;
}

.ftcl-workbench .ftcl-swatch-hex {
    font-size: 18px;
}

.ftcl-workbench .ftcl-swatch-data {
    padding-top: 7px;
}

.ftcl-workbench .ftcl-palette-role,
.ftcl-workbench .ftcl-palette-function {
    font-size: 12px;
}

.ftcl-workbench .ftcl-share {
    margin-top: 7px;
}

.ftcl-workbench .ftcl-proportion-bar {
    height: 15px;
    margin-top: 18px;
}

.ftcl-workbench .ftcl-palette-note {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.3;
}

.ftcl-app > .ftcl-step .ftcl-step-content {
    padding-top: 38px;
    padding-bottom: 38px;
}

.ftcl-app > .ftcl-step .ftcl-step-number {
    padding-top: 38px;
}

.ftcl-app > .ftcl-step h2 {
    margin-bottom: 24px;
    font-size: clamp(28px, 3vw, 38px);
}

.ftcl-app > .ftcl-step .ftcl-section-intro {
    margin-top: -13px;
    margin-bottom: 20px;
}

.ftcl-app > .ftcl-step .ftcl-garment svg {
    max-height: 250px;
}

.ftcl-app > .ftcl-step .ftcl-look {
    padding-top: 12px;
}

.ftcl-app > .ftcl-diagnosis {
    padding: 38px clamp(32px, 7vw, 84px) 42px;
}

.ftcl-app > .ftcl-diagnosis h2 {
    margin-bottom: 23px;
    font-size: clamp(28px, 3vw, 38px);
}

.ftcl-app > .ftcl-diagnosis .ftcl-advice {
    margin-top: 25px;
    padding-top: 18px;
}

.ftcl-validation:empty {
    display: none;
}

.ftcl-app button:focus-visible,
.ftcl-app input:focus-visible {
    outline: 3px solid rgba(153,132,132,.42);
    outline-offset: 3px;
}

@media (max-width: 850px) {
    .ftcl-workbench {
        display: block;
        padding: 0;
    }

    .ftcl-results-column {
        position: static;
    }

    .ftcl-workbench .ftcl-step {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .ftcl-workbench .ftcl-step-number {
        padding-top: 41px;
    }

    .ftcl-workbench .ftcl-step-content {
        padding: 34px;
    }

    .ftcl-workbench h2 {
        font-size: clamp(28px, 4vw, 38px);
    }

    .ftcl-picker {
        width: 150px;
    }

    .ftcl-harmony-info {
        grid-template-columns: 170px 1fr;
    }

    .ftcl-wheel {
        width: 170px;
    }

    .ftcl-wheel-dot {
        transform: rotate(var(--dot-angle)) translateY(-70px);
    }

    .ftcl-step {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .ftcl-step-number {
        padding-top: 41px;
    }

    .ftcl-harmony-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .ftcl-palette,
    .ftcl-looks {
        grid-template-columns: repeat(2, 1fr);
    }

    .ftcl-diagnosis-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .ftcl-app {
        font-size: 17px;
    }

    .ftcl-hero {
        padding: 18px 20px 21px;
    }

    .ftcl-step {
        display: block;
    }

    .ftcl-step-number {
        display: block;
        padding: 10px 18px;
        border-right: 0;
        border-bottom: 1px solid var(--ftcl-line);
        font-size: 15px;
    }

    .ftcl-step-content {
        padding: 31px 19px 38px;
    }

    .ftcl-heading-row {
        display: block;
    }

    .ftcl-random {
        margin-top: 20px;
    }

    .ftcl-color-control {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
        margin-top: 32px;
    }

    .ftcl-picker {
        width: 145px;
        margin: 0 auto;
    }

    .ftcl-harmony-tabs {
        grid-template-columns: 1fr;
    }

    .ftcl-harmony-info {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ftcl-wheel {
        width: 180px;
    }

    .ftcl-wheel-dot {
        transform: rotate(var(--dot-angle)) translateY(-74px);
    }

    .ftcl-heading-palette {
        margin-bottom: 24px;
    }

    .ftcl-presets {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .ftcl-swatch-color {
        min-height: 120px;
        aspect-ratio: auto;
        padding: 12px;
    }

    .ftcl-looks {
        gap: 9px;
    }

    .ftcl-look {
        padding: 11px 3px 13px;
    }

    .ftcl-garment svg {
        max-height: 185px;
    }

    .ftcl-diagnosis {
        padding: 40px 22px;
    }

    .ftcl-diagnosis-grid {
        gap: 27px 18px;
    }

    .ftcl-footer {
        display: block;
        padding: 20px;
    }

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

    /* En móvil, cada paso conserva el número en una banda lateral estrecha. */
    .ftcl-step,
    .ftcl-workbench .ftcl-step {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .ftcl-step-number,
    .ftcl-workbench .ftcl-step-number,
    .ftcl-app > .ftcl-step .ftcl-step-number {
        display: flex;
        justify-content: center;
        padding: 20px 0 0;
        border-right: 1px solid var(--ftcl-line);
        border-bottom: 0;
        font-size: 13px;
    }

    .ftcl-step-content,
    .ftcl-workbench .ftcl-step-content,
    .ftcl-app > .ftcl-step .ftcl-step-content {
        padding: 20px 15px 24px;
    }

    .ftcl-workbench h2,
    .ftcl-app > .ftcl-step h2 {
        margin-bottom: 14px;
        font-size: 25px;
        line-height: 1.05;
    }

    .ftcl-heading-row {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .ftcl-heading-row > div:first-child {
        min-width: 0;
    }

    .ftcl-random {
        padding: 7px 9px;
        margin: 0;
        font-size: 12px;
    }

    .ftcl-color-control {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        align-items: center;
        gap: 14px;
        margin-top: 15px;
    }

    .ftcl-picker {
        width: 96px;
        margin: 0;
    }

    .ftcl-picker-disc {
        border-width: 7px;
    }

    .ftcl-color-data label {
        margin-bottom: 2px;
        font-size: 10px;
    }

    .ftcl-hex-row > span {
        font-size: 19px;
    }

    .ftcl-hex-row input {
        padding: 2px 3px;
        font-size: 25px;
    }

    .ftcl-hex-row button {
        padding: 4px;
        font-size: 10px;
    }

    .ftcl-color-name {
        margin-top: 4px;
        font-size: 11px;
    }

    .ftcl-harmony-tabs {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 15px;
    }

    .ftcl-harmony-tabs button {
        min-height: 38px;
        padding: 5px 4px;
        font-size: 9px;
    }

    .ftcl-harmony-info {
        grid-template-columns: 100px minmax(0, 1fr);
        align-items: start;
        gap: 13px;
    }

    .ftcl-wheel {
        width: 100px;
    }

    .ftcl-wheel-dot {
        width: 13px;
        height: 13px;
        margin: -6.5px;
        border-width: 2px;
        transform: rotate(var(--dot-angle)) translateY(-41px);
    }

    .ftcl-harmony-info h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .ftcl-harmony-info p {
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 1.28;
    }

    .ftcl-harmony-info .ftcl-use {
        padding: 7px 8px;
        border-left-width: 3px;
        font-size: 12px;
    }

    .ftcl-heading-palette,
    .ftcl-heading-palette h2 {
        margin-bottom: 10px;
    }

    .ftcl-heading-row.ftcl-heading-palette {
        display: block;
    }

    .ftcl-presets {
        gap: 4px;
        margin-top: 0;
    }

    .ftcl-workbench .ftcl-swatch-color {
        min-height: 72px;
        padding: 8px;
    }

    .ftcl-workbench .ftcl-swatch-hex {
        font-size: 15px;
    }

    .ftcl-workbench .ftcl-palette-role,
    .ftcl-workbench .ftcl-palette-function,
    .ftcl-workbench .ftcl-palette-note {
        font-size: 10px;
    }

    .ftcl-workbench .ftcl-share {
        margin-top: 4px;
    }

    .ftcl-app > .ftcl-step .ftcl-section-intro {
        margin-top: -4px;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.3;
    }

    .ftcl-looks {
        gap: 7px;
    }

    .ftcl-look {
        padding: 7px 2px 10px;
    }

    .ftcl-app > .ftcl-step .ftcl-garment svg,
    .ftcl-garment svg {
        max-height: 150px;
    }

    .ftcl-look h3 {
        font-size: 14px;
    }

    .ftcl-look p {
        padding: 0 3px;
        font-size: 9px;
        line-height: 1;
    }

    .ftcl-reset-looks {
        margin-top: 14px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .ftcl-app > .ftcl-diagnosis,
    .ftcl-diagnosis {
        padding: 24px 18px 27px;
    }

    .ftcl-app > .ftcl-diagnosis h2 {
        margin-bottom: 17px;
        font-size: 25px;
    }

    .ftcl-diagnosis-grid {
        gap: 17px 14px;
    }

    .ftcl-diagnosis-grid strong {
        min-height: 25px;
        font-size: 15px;
    }

    .ftcl-app > .ftcl-diagnosis .ftcl-advice {
        margin-top: 18px;
        padding-top: 14px;
        font-size: 13px;
        line-height: 1.3;
    }

    .ftcl-footer {
        padding: 14px 16px;
        font-size: 11px;
    }
}

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

.ftcl-tools-index {
    width: 100%;
    color: #211f20;
    font-family: "Abel", Arial, sans-serif;
}

.ftcl-tools-intro {
    max-width: 900px;
    margin: 0 0 32px;
    font-size: 22px;
    line-height: 1.28;
}

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

.ftcl-tool-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    color: #211f20;
    background: #fff;
    border: 1px solid #d3c5c5;
    text-decoration: none !important;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ftcl-tool-card:hover,
.ftcl-tool-card:focus-visible {
    color: #211f20;
    border-color: #998484;
    box-shadow: 0 8px 20px rgba(42, 34, 36, .12);
    transform: translateY(-2px);
}

.ftcl-tool-card:focus-visible {
    outline: 2px solid #211f20;
    outline-offset: 3px;
}

.ftcl-tool-thumb {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 8 / 5;
    background: #eeeae8;
    border-bottom: 1px solid #d3c5c5;
}

.ftcl-tool-thumb svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ftcl-tool-thumb .ftcl-tool-screenshot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.ftcl-tool-name {
    display: flex;
    min-height: 55px;
    align-items: center;
    padding: 11px 14px 12px;
    font-family: "Oswald", Impact, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1.08;
}

.ftcl-preview-kicker,
.ftcl-preview-title,
.ftcl-preview-code,
.ftcl-preview-contrast-light,
.ftcl-preview-contrast-dark {
    font-family: "Oswald", Arial, sans-serif;
}

.ftcl-preview-kicker {
    fill: #fff;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 1px;
}

.ftcl-preview-kicker-small {
    font-size: 7px;
    letter-spacing: .7px;
}

.ftcl-preview-title {
    fill: #282526;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .35px;
}

.ftcl-preview-title-light {
    fill: #fff;
}

.ftcl-preview-code {
    fill: #423b3d;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .25px;
}

.ftcl-preview-contrast-light,
.ftcl-preview-contrast-dark {
    font-size: 39px;
    font-weight: 500;
}

.ftcl-preview-contrast-light {
    fill: #fff;
}

.ftcl-preview-contrast-dark {
    fill: #211f20;
}

@media (max-width: 850px) {
    .ftcl-tools-intro {
        margin-bottom: 22px;
        font-size: 19px;
        line-height: 1.22;
    }

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

    .ftcl-tool-name {
        min-height: 50px;
        padding: 9px 10px 10px;
        font-size: 13px;
        line-height: 1.08;
    }
}

@media (max-width: 420px) {
    .ftcl-tools-grid {
        gap: 8px;
    }

    .ftcl-tool-name {
        min-height: 48px;
        padding: 8px;
        font-size: 12px;
    }
}

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

.ftcl-lab-index .ftcl-tool-name { text-transform: uppercase; }
