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

.ftcl-dictionary-page #main-content > .container::before,
.ftcl-color-entry-page #main-content > .container::before {
    display: none !important;
}

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

.ftcl-dictionary-page #sidebar,
.ftcl-color-entry-page #sidebar {
    display: none !important;
}

.ftcl-dictionary-page #main-content article.page,
.ftcl-color-entry-page #main-content article.page {
    margin: 0 !important;
}

body.ftcl-color-entry-page,
body.ftcl-color-entry-page #page-container,
body.ftcl-color-entry-page #et-main-area,
body.ftcl-color-entry-page #main-content {
    background-color: var(--ftcl-entry-page-bg, #211f20) !important;
}

.ftcl-dictionary,
.ftcl-color-entry {
    --ftcl-ink: #211f20;
    --ftcl-dust: #998484;
    --ftcl-line: #d8cccc;
    --ftcl-paper: #f3efed;
    --ftcl-red: #e31d2d;
    max-width: 1260px;
    margin: 0 auto;
    color: var(--ftcl-ink);
    font-family: Abel, Arial, sans-serif;
}

.ftcl-color-entry-red {
    --ftcl-dust: #9a686e;
    --ftcl-line: #dfbdc2;
    --ftcl-paper: #f8ebed;
    --ftcl-page-bg: #770f18;
}

.ftcl-dictionary *,
.ftcl-color-entry * {
    box-sizing: border-box;
}

.ftcl-dictionary-page .entry-title,
.ftcl-color-entry-page .entry-title {
    display: none !important;
}

.ftcl-dictionary-page .entry-content,
.ftcl-color-entry-page .entry-content {
    padding-top: 0 !important;
}

.ftcl-dictionary h1,
.ftcl-dictionary h2,
.ftcl-dictionary b,
.ftcl-dictionary strong,
.ftcl-color-entry h1,
.ftcl-color-entry h2,
.ftcl-color-entry b,
.ftcl-color-entry strong,
.ftcl-color-entry code,
.ftcl-color-entry-links a {
    font-family: Oswald, Impact, sans-serif;
}

.ftcl-dictionary-hero {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 48px 64px;
    color: #fff;
    background: linear-gradient(115deg, #403639 0%, #806d72 56%, #ad9191 100%);
}

.ftcl-dictionary-hero::before,
.ftcl-dictionary-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
}

.ftcl-dictionary-hero::before {
    width: 330px;
    height: 330px;
    right: 78px;
    top: -168px;
}

.ftcl-dictionary-hero::after {
    width: 210px;
    height: 210px;
    right: -50px;
    bottom: -108px;
    box-shadow: -175px -22px 0 55px rgba(255, 255, 255, .055);
}

.ftcl-dictionary-eyebrow,
.ftcl-dictionary-kicker,
.ftcl-color-entry-eyebrow {
    position: relative;
    z-index: 1;
    margin: 0;
    font: 600 13px Oswald, Impact, sans-serif;
    letter-spacing: .16em;
}

.ftcl-dictionary-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 15px 0 12px;
    color: #fff;
    font-size: 58px;
    line-height: .98;
}

.ftcl-dictionary-hero > p:last-child {
    position: relative;
    z-index: 1;
    max-width: 710px;
    margin: 0;
    font-size: 21px;
    line-height: 1.32;
}

.ftcl-dictionary-section {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    border: 1px solid var(--ftcl-line);
    border-top: 0;
    background: rgba(255, 255, 255, .975);
}

.ftcl-dictionary-number {
    padding-top: 31px;
    border-right: 1px solid var(--ftcl-line);
    color: var(--ftcl-dust);
    font: 600 18px Oswald, Impact, sans-serif;
    text-align: center;
}

.ftcl-dictionary-copy {
    min-width: 0;
    padding: 30px 64px 34px;
}

.ftcl-dictionary-kicker {
    color: var(--ftcl-dust);
}

.ftcl-dictionary h2,
.ftcl-color-entry h2 {
    margin: 5px 0 15px;
    font-size: 34px;
    line-height: 1.08;
}

.ftcl-dictionary-copy > p {
    max-width: 980px;
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 1.45;
}

.ftcl-dictionary-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 17px 0;
}

.ftcl-dictionary-principles article {
    min-height: 165px;
    padding: 17px;
    border-top: 6px solid var(--ftcl-dust);
    background: var(--ftcl-paper);
}

.ftcl-dictionary-principles b,
.ftcl-color-facts b {
    font-size: 16px;
}

.ftcl-dictionary-principles p {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.38;
}

.ftcl-dictionary-note {
    margin-top: 17px !important;
    padding: 12px 14px;
    border-left: 4px solid var(--ftcl-dust);
    background: #f5f1ef;
}

.ftcl-family-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 19px;
}

.ftcl-family-grid article,
.ftcl-family-grid a {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ftcl-line);
    background: #fff;
    color: var(--ftcl-ink) !important;
    text-decoration: none !important;
}

.ftcl-family-grid a {
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ftcl-family-grid a:hover,
.ftcl-family-grid a:focus-visible {
    z-index: 1;
    border-color: var(--ftcl-ink);
    box-shadow: 0 7px 18px rgba(33, 31, 32, .14);
    transform: translateY(-2px);
}

.ftcl-family-grid span {
    display: block;
    height: 84px;
    border-bottom: 1px solid var(--ftcl-line);
}

.ftcl-family-grid b {
    display: block;
    min-height: 42px;
    padding: 10px 11px;
    font-size: 13px;
    line-height: 1.15;
}

.ftcl-family-grid small {
    display: block;
    margin: -9px 11px 10px;
    color: #75686b;
    font-size: 11px;
}

.ftcl-family-grid .is-pending { opacity: 1; }
.ftcl-family-grid .is-pending > b { opacity: .72; }

.ftcl-gamut-block {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--ftcl-line);
}

.ftcl-gamut-block > .ftcl-dictionary-kicker { margin: 0 0 10px; }

.ftcl-gamut-card-list {
    display: grid;
    gap: 10px;
}

.ftcl-gamut-card {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr) 58px;
    min-height: 116px;
    align-items: stretch;
    border: 1px solid var(--ftcl-line);
    background: #fff;
    color: var(--ftcl-ink) !important;
    text-decoration: none !important;
}

.ftcl-gamut-card.is-linked { transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }

.ftcl-gamut-card.is-linked:hover,
.ftcl-gamut-card.is-linked:focus-visible {
    border-color: var(--ftcl-ink);
    box-shadow: 0 8px 22px rgba(33, 31, 32, .15);
    transform: translateY(-2px);
}

.ftcl-gamut-swatch {
    display: block;
    min-height: 116px;
    border-right: 1px solid var(--ftcl-line);
    background: linear-gradient(90deg, #F4C6B0 0 12.5%, #BFE0CF 12.5% 25%, #BFDCEF 25% 37.5%, #B9DEDB 37.5% 50%, #C8A2C8 50% 62.5%, #B7A0D8 62.5% 75%, #D8A7A3 75% 87.5%, #F4C6D7 87.5% 100%);
}

.ftcl-effects-swatch {
    background: linear-gradient(105deg, #E9DDDA 0 14%, #13727B 14% 28%, #873FA0 28% 42%, #E165C6 42% 56%, #C6FF00 56% 70%, #6DB876 70% 84%, #E5EAED 84% 100%);
}

.ftcl-gamut-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 18px 22px;
}

.ftcl-gamut-copy b { font-size: 25px; line-height: 1; }

.ftcl-gamut-copy small {
    max-width: 640px;
    margin-top: 8px;
    color: #75686b;
    font-size: 13px;
    line-height: 1.35;
}

.ftcl-gamut-card > i {
    display: grid;
    place-items: center;
    border-left: 1px solid var(--ftcl-line);
    font-size: 24px;
    font-style: normal;
}

.ftcl-dictionary-entry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.ftcl-dictionary-entry-tile {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--ftcl-line);
    background: #fff;
    color: var(--ftcl-ink) !important;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ftcl-dictionary-entry-tile:hover,
.ftcl-dictionary-entry-tile:focus-visible {
    box-shadow: 0 9px 24px rgba(33, 31, 32, .16);
    transform: translateY(-3px);
}

.ftcl-dictionary-entry-tile img,
.ftcl-dictionary-entry-tile .ftcl-media-frame {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.ftcl-dictionary-entry-tile img,
.ftcl-dictionary-entry-tile .ftcl-media-frame > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.ftcl-dictionary-entry-tile > span:last-child {
    position: relative;
    display: flex;
    min-height: 112px;
    flex-direction: column;
    padding: 15px 17px 17px 21px;
}

.ftcl-dictionary-entry-tile > span:last-child::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: var(--entry-color);
    content: "";
}

.ftcl-dictionary-entry-tile small,
.ftcl-dictionary-entry-tile strong,
.ftcl-dictionary-entry-tile em { display: block; }

.ftcl-dictionary-entry-tile small {
    color: #75686b;
    font: 600 10px Oswald, Impact, sans-serif;
    letter-spacing: .07em;
}

.ftcl-dictionary-entry-tile strong {
    margin-top: 5px;
    font-size: 28px;
    line-height: 1;
}

.ftcl-dictionary-entry-tile em {
    margin-top: 7px;
    color: #75686b;
    font-size: 12px;
    font-style: normal;
}

.ftcl-family-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34%;
    min-height: 300px;
    color: #fff;
    background: #211f20;
}

.ftcl-family-hero > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 64px;
}

.ftcl-family-hero > span { background: var(--family-color); }

.ftcl-pastel-hero > span {
    background: linear-gradient(145deg, #F4C6B0 0 16%, #F1E5A8 16% 31%, #BFE0CF 31% 47%, #BFDCEF 47% 63%, #C8A2C8 63% 79%, #F4C6D7 79% 100%);
}

.ftcl-effects-hero > span {
    background: linear-gradient(145deg, #E9DDDA 0 14%, #126D78 14% 28%, #71358C 28% 42%, #D653B8 42% 56%, #C6FF00 56% 70%, #66AE70 70% 84%, #DDE3E6 84% 100%);
}

.ftcl-effects-hero h1 {
    font-size: clamp(42px, 5vw, 58px);
}

.ftcl-family-hero h1 {
    margin: 12px 0 13px;
    color: #fff;
    font: 600 64px/.95 Oswald, Impact, sans-serif;
}

.ftcl-family-hero p {
    max-width: 720px;
    margin: 0;
    font-size: 18px;
    line-height: 1.42;
}

.ftcl-family-hero a { color: #ddd2d4 !important; text-decoration: none !important; }

.ftcl-family-entry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.ftcl-family-entry-grid > a {
    overflow: hidden;
    border: 1px solid var(--ftcl-line);
    background: #fff;
    color: var(--ftcl-ink) !important;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ftcl-family-entry-grid > a:hover,
.ftcl-family-entry-grid > a:focus-visible {
    box-shadow: 0 9px 23px rgba(33, 31, 32, .15);
    transform: translateY(-3px);
}

.ftcl-family-entry-grid img,
.ftcl-family-entry-grid .ftcl-media-frame {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
}

.ftcl-family-entry-grid > a > img { width: 100%; height: auto; object-fit: cover; object-position: center top; }
.ftcl-family-entry-grid .ftcl-media-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.ftcl-family-entry-grid > a > span:last-child {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 84px;
    padding: 13px 14px 14px 20px;
    border-left: 6px solid var(--entry-color);
}

.ftcl-family-entry-grid small,
.ftcl-family-entry-grid b { display: block; grid-column: 1; }
.ftcl-family-entry-grid small { color: #75686b; font-size: 11px; }
.ftcl-family-entry-grid b { font-size: 23px; }
.ftcl-family-entry-grid i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 22px; font-style: normal; }

.ftcl-dictionary-editorial {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
}

.ftcl-dictionary-editorial figure {
    min-width: 0;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--ftcl-line);
    background: var(--ftcl-paper);
}

.ftcl-dictionary-editorial-wide {
    grid-column: 1 / -1;
}

.ftcl-dictionary-editorial figure > img,
.ftcl-dictionary-editorial figure > .ftcl-media-frame {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.ftcl-dictionary-editorial .ftcl-dictionary-editorial-wide > img,
.ftcl-dictionary-editorial .ftcl-dictionary-editorial-wide > .ftcl-media-frame {
    aspect-ratio: 16 / 9;
}

.ftcl-dictionary-editorial .ftcl-media-frame > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ftcl-dictionary-editorial figcaption,
.ftcl-color-entry-photo figcaption {
    padding: 10px 12px 11px;
    color: #655b5d;
    background: #fff;
    font-size: 12px;
    line-height: 1.35;
}

.ftcl-dictionary-editorial figcaption b,
.ftcl-dictionary-editorial figcaption span,
.ftcl-color-entry-photo figcaption b,
.ftcl-color-entry-photo figcaption span {
    display: block;
}

.ftcl-dictionary-editorial figcaption b,
.ftcl-color-entry-photo figcaption b {
    margin-bottom: 3px;
    color: var(--ftcl-ink);
    font-size: 14px;
}

.ftcl-color-entry-photo figcaption small {
    display: block;
    margin-top: 7px;
    color: #85777a;
    font-size: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ftcl-dictionary-entry-card {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 56px;
    min-height: 190px;
    overflow: hidden;
    border: 1px solid var(--ftcl-ink);
    background: var(--ftcl-ink);
    color: #fff !important;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ftcl-dictionary-entry-card:hover,
.ftcl-dictionary-entry-card:focus-visible {
    box-shadow: 0 9px 24px rgba(33, 31, 32, .18);
    transform: translateY(-2px);
}

.ftcl-dictionary-entry-swatch {
    display: block;
    background: var(--ftcl-red);
}

.ftcl-dictionary-entry-card > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 25px 30px;
}

.ftcl-dictionary-entry-card small,
.ftcl-dictionary-entry-card strong,
.ftcl-dictionary-entry-card em {
    display: block;
}

.ftcl-dictionary-entry-card small {
    color: #d9c9cc;
    font: 600 12px Oswald, Impact, sans-serif;
    letter-spacing: .13em;
}

.ftcl-dictionary-entry-card strong {
    margin: 7px 0;
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

.ftcl-dictionary-entry-card em {
    color: #e5ddde;
    font-size: 14px;
    font-style: normal;
}

.ftcl-dictionary-entry-card i {
    display: grid;
    place-items: center;
    border-left: 1px solid #514b4d;
    color: #fff;
    font-size: 28px;
    font-style: normal;
}

.ftcl-dictionary-entry-card-static {
    grid-template-columns: 250px minmax(0, 1fr);
}

.ftcl-color-entry-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px 250px;
    min-height: 390px;
    color: #fff;
    background: #211f20;
}

.ftcl-color-entry-hero > div:first-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 42px 64px;
}

.ftcl-color-entry-eyebrow,
.ftcl-color-entry-eyebrow a {
    color: #d8c6c9 !important;
    text-decoration: none !important;
}

.ftcl-color-entry-eyebrow a:hover,
.ftcl-color-entry-eyebrow a:focus-visible {
    color: #fff !important;
    text-decoration: underline !important;
}

.ftcl-color-entry-hero h1 {
    margin: 14px 0 12px;
    color: #fff;
    font-size: 82px;
    line-height: .92;
}

.ftcl-color-entry-hero > div:first-child > p:last-child {
    max-width: 680px;
    margin: 0;
    color: #eee8e9;
    font-size: 18px;
    line-height: 1.42;
}

.ftcl-color-entry-hero-fashion {
    min-width: 0;
    min-height: 390px;
    margin: 0;
    overflow: hidden;
    background: var(--ftcl-page-bg, #6d0d20);
}

.ftcl-color-entry-hero-fashion > img,
.ftcl-color-entry-hero-fashion .ftcl-media-frame {
    display: block;
    width: 100%;
    height: 100%;
}

.ftcl-color-entry-hero-fashion > img,
.ftcl-color-entry-hero-fashion .ftcl-media-frame > img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ftcl-color-entry-sample {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    padding: 29px;
    background: var(--ftcl-red);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.ftcl-color-entry-sample span {
    flex: 1;
}

.ftcl-color-entry-sample small,
.ftcl-color-entry-sample strong {
    display: block;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}

.ftcl-color-entry-amarillo .ftcl-color-entry-sample small,
.ftcl-color-entry-amarillo .ftcl-color-entry-sample strong {
    color: #211f20;
    text-shadow: none;
}

.ftcl-color-entry-amarillo .ftcl-color-code-swatch > div,
.ftcl-color-entry-amarillo .ftcl-color-duality article:first-child {
    color: #211f20;
}

.ftcl-color-entry-gris .ftcl-color-entry-sample small,
.ftcl-color-entry-gris .ftcl-color-entry-sample strong,
.ftcl-color-entry-perla .ftcl-color-entry-sample small,
.ftcl-color-entry-perla .ftcl-color-entry-sample strong,
.ftcl-color-entry-ceniza .ftcl-color-entry-sample small,
.ftcl-color-entry-ceniza .ftcl-color-entry-sample strong {
    color: #111;
    text-shadow: none;
}

.ftcl-color-entry-gris .ftcl-color-code-swatch > div,
.ftcl-color-entry-perla .ftcl-color-code-swatch > div,
.ftcl-color-entry-ceniza .ftcl-color-code-swatch > div {
    color: #111;
}

.ftcl-color-entry-blanco .ftcl-color-entry-sample small,
.ftcl-color-entry-blanco .ftcl-color-entry-sample strong,
.ftcl-color-entry-blanco-optico .ftcl-color-entry-sample small,
.ftcl-color-entry-blanco-optico .ftcl-color-entry-sample strong,
.ftcl-color-entry-blanco-roto .ftcl-color-entry-sample small,
.ftcl-color-entry-blanco-roto .ftcl-color-entry-sample strong,
.ftcl-color-entry-marfil .ftcl-color-entry-sample small,
.ftcl-color-entry-marfil .ftcl-color-entry-sample strong,
.ftcl-color-entry-crudo .ftcl-color-entry-sample small,
.ftcl-color-entry-crudo .ftcl-color-entry-sample strong {
    color: #111;
    text-shadow: none;
}

.ftcl-color-entry-blanco .ftcl-color-code-swatch > div,
.ftcl-color-entry-blanco .ftcl-color-duality article:first-child,
.ftcl-color-entry-blanco-optico .ftcl-color-code-swatch > div,
.ftcl-color-entry-blanco-optico .ftcl-color-duality article:first-child,
.ftcl-color-entry-blanco-roto .ftcl-color-code-swatch > div,
.ftcl-color-entry-blanco-roto .ftcl-color-duality article:first-child,
.ftcl-color-entry-marfil .ftcl-color-code-swatch > div,
.ftcl-color-entry-marfil .ftcl-color-duality article:first-child,
.ftcl-color-entry-crudo .ftcl-color-code-swatch > div,
.ftcl-color-entry-crudo .ftcl-color-duality article:first-child {
    color: #111;
}

.ftcl-color-facts a {
    color: var(--ftcl-red) !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.ftcl-color-entry-sample small {
    font: 600 11px Oswald, Impact, sans-serif;
    letter-spacing: .12em;
}

.ftcl-color-entry-sample strong {
    margin-top: 4px;
    font-size: 27px;
}

.ftcl-effect-sample strong {
    max-width: 220px;
    padding: 5px 7px 7px;
    background: rgba(17, 15, 18, .78);
    font-size: 23px;
    line-height: 1.08;
    text-shadow: none;
}

.ftcl-effect-sample small {
    align-self: flex-start;
    padding: 4px 7px;
    background: rgba(17, 15, 18, .78);
    text-shadow: none;
}

.ftcl-effect-entry .ftcl-color-code-swatch > div {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.ftcl-effect-entry .ftcl-color-code-swatch > div span {
    padding: 6px 8px;
    background: rgba(17, 15, 18, .78);
    line-height: 1.08;
    text-shadow: none;
}

.ftcl-effect-entry .ftcl-color-code-grid code {
    white-space: normal;
    font-family: Abel, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

.ftcl-color-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 17px;
}

.ftcl-color-facts article {
    min-height: 92px;
    padding: 14px 16px;
    border-left: 6px solid var(--ftcl-red);
    background: var(--ftcl-paper);
}

.ftcl-color-facts b,
.ftcl-color-facts span {
    display: block;
}

.ftcl-color-facts span {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.34;
}

.ftcl-color-terminology {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    border: 0;
}

.ftcl-color-terminology > div {
    min-width: 0;
    padding: 13px 15px;
    border-left: 6px solid var(--ftcl-red);
    background: var(--ftcl-paper);
}

.ftcl-color-terminology b,
.ftcl-color-terminology p {
    display: block;
    margin: 0;
}

.ftcl-color-terminology b {
    font-size: 12px;
    letter-spacing: .04em;
}

.ftcl-color-terminology p {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.38;
}

.ftcl-color-terminology > small {
    grid-column: 1 / -1;
    color: #6f6466;
    font-size: 12px;
    line-height: 1.42;
}

.ftcl-color-meaning-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 19px 0 10px;
}

.ftcl-color-meaning-grid article {
    position: relative;
    min-height: 154px;
    overflow: hidden;
    padding: 20px 20px 18px 72px;
    border-top: 7px solid var(--ftcl-red);
    background: var(--ftcl-paper);
}

.ftcl-color-meaning-grid article > span {
    position: absolute;
    top: 18px;
    left: 18px;
    color: var(--ftcl-red);
    opacity: .42;
    font: 600 25px Oswald, Impact, sans-serif;
}

.ftcl-color-meaning-grid b,
.ftcl-color-meaning-grid p {
    display: block;
}

.ftcl-color-meaning-grid b {
    font-size: 18px;
}

.ftcl-color-meaning-grid p {
    margin: 7px 0 0;
    font-size: 15px;
    line-height: 1.4;
}

.ftcl-color-duality {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 10px 0 17px;
    border: 1px solid var(--ftcl-ink);
}

.ftcl-color-duality article {
    min-height: 122px;
    padding: 20px;
}

.ftcl-color-duality article:first-child {
    color: #fff;
    background: linear-gradient(115deg, var(--ftcl-page-bg, #741d2b), var(--ftcl-red));
}

.ftcl-color-duality article:last-child {
    color: #fff;
    background: #211f20;
}

.ftcl-color-duality small,
.ftcl-color-duality strong {
    display: block;
}

.ftcl-color-duality small {
    margin-bottom: 9px;
    font: 600 11px Oswald, Impact, sans-serif;
    letter-spacing: .14em;
    opacity: .76;
}

.ftcl-color-duality strong {
    color: inherit;
    font-size: 19px;
    line-height: 1.38;
}

.ftcl-color-association-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 19px;
}

.ftcl-color-association-grid article {
    min-height: 148px;
    padding: 18px;
    border-left: 6px solid var(--ftcl-red);
    background: var(--ftcl-paper);
}

.ftcl-color-association-grid b {
    display: block;
    font-size: 15px;
}

.ftcl-color-association-grid p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

.ftcl-color-history {
    position: relative;
    margin-top: 22px;
}

.ftcl-color-history::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 174px;
    width: 2px;
    background: var(--ftcl-red);
    content: "";
}

.ftcl-color-history article {
    position: relative;
    display: grid;
    grid-template-columns: 154px minmax(0, 1fr);
    gap: 39px;
    min-height: 112px;
    padding: 0 0 14px;
}

.ftcl-color-history article::before {
    position: absolute;
    top: 4px;
    left: 166px;
    width: 18px;
    height: 18px;
    border: 4px solid var(--ftcl-red);
    border-radius: 50%;
    background: #fff;
    content: "";
}

.ftcl-color-history time {
    padding-top: 2px;
    color: var(--ftcl-red);
    font: 600 13px Oswald, Impact, sans-serif;
    letter-spacing: .04em;
    text-align: right;
}

.ftcl-color-history article > div {
    padding: 0 0 18px 9px;
    border-bottom: 1px solid var(--ftcl-line);
}

.ftcl-color-history b {
    display: block;
    font-size: 17px;
}

.ftcl-color-history p {
    margin: 6px 0 0;
    font-size: 15px;
    line-height: 1.42;
}

.ftcl-color-fashion-reading {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 18px 0;
}

.ftcl-color-fashion-reading article {
    min-height: 158px;
    padding: 18px;
    color: #fff;
    background: #211f20;
}

.ftcl-color-fashion-reading article:nth-child(2) {
    background: #741d2b;
}

.ftcl-color-fashion-reading article:nth-child(3) {
    background: #ad2435;
}

.ftcl-color-fashion-reading b {
    display: block;
    color: #fff;
    font-size: 16px;
}

.ftcl-color-fashion-reading p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

.ftcl-color-signature-cases {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 10px 0 21px;
}

.ftcl-color-signature-cases article {
    position: relative;
    display: flex;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    flex-direction: column;
    border: 1px solid var(--ftcl-ink);
    background: #fff;
}

.ftcl-color-signature-cases article::after {
    position: absolute;
    right: -52px;
    bottom: -72px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: var(--ftcl-red);
    content: "";
    opacity: .1;
}

.ftcl-color-signature-cases small {
    display: block;
    color: var(--ftcl-red);
    font: 600 11px Oswald, Impact, sans-serif;
    letter-spacing: .12em;
}

.ftcl-color-signature-copy {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 22px 24px 24px;
    flex: 1;
    flex-direction: column;
}

.ftcl-color-case-photo {
    border: 0;
    border-bottom: 1px solid var(--ftcl-line);
    background: #eee9e7;
}

.ftcl-color-signature-cases .ftcl-color-case-photo > img,
.ftcl-color-signature-cases .ftcl-color-case-photo > .ftcl-media-frame {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.ftcl-color-signature-cases .ftcl-color-case-photo > img,
.ftcl-color-signature-cases .ftcl-color-case-photo .ftcl-media-frame > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ftcl-color-case-photo figcaption {
    min-height: 58px;
}

.ftcl-color-case-photo figcaption a {
    color: #655b5d !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px;
}

.ftcl-color-case-photo figcaption a:hover,
.ftcl-color-case-photo figcaption a:focus-visible {
    color: var(--ftcl-red) !important;
}

.ftcl-color-signature-cases h3 {
    margin: 8px 0 10px;
    color: var(--ftcl-ink);
    font: 600 21px/1.16 Oswald, Impact, sans-serif;
}

.ftcl-color-signature-cases p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.42;
}

.ftcl-color-signature-cases strong {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 11px;
    border-top: 1px solid var(--ftcl-line);
    color: #5f5355;
    font: 600 12px/1.42 Oswald, Impact, sans-serif;
}

.ftcl-color-museum-feature {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    margin: 10px 0 21px;
    overflow: hidden;
    border: 1px solid var(--ftcl-ink);
    background: var(--ftcl-page-bg);
    color: #fff;
}

.ftcl-color-museum-feature-image {
    display: grid;
    min-height: 430px;
    place-items: center;
    padding: 22px;
    background: #f4f2ee;
}

.ftcl-color-museum-feature-image > img,
.ftcl-color-museum-feature-image > .ftcl-media-frame {
    display: block;
    width: auto;
    max-width: 100%;
    height: 386px;
}

.ftcl-color-museum-feature-image > img,
.ftcl-color-museum-feature-image .ftcl-media-frame > img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.ftcl-color-museum-feature figcaption {
    display: flex;
    padding: clamp(30px, 5vw, 62px);
    flex-direction: column;
    justify-content: center;
}

.ftcl-color-museum-feature figcaption small {
    margin-bottom: 12px;
    color: var(--ftcl-line);
    font: 600 11px/1.3 Oswald, Impact, sans-serif;
    letter-spacing: .13em;
}

.ftcl-color-museum-feature figcaption b {
    display: block;
    color: #fff;
    font: 600 clamp(24px, 3vw, 36px)/1.08 Oswald, Impact, sans-serif;
}

.ftcl-color-museum-feature figcaption p {
    margin: 16px 0 22px;
    font-size: 14px;
    line-height: 1.5;
}

.ftcl-color-museum-feature figcaption a {
    color: #fff !important;
    font: 500 11px/1.5 Oswald, Impact, sans-serif;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

.ftcl-color-museum-feature figcaption a:hover,
.ftcl-color-museum-feature figcaption a:focus-visible {
    color: var(--ftcl-line) !important;
}

.ftcl-color-code-panel {
    display: grid;
    grid-template-columns: minmax(230px, .8fr) minmax(0, 2.2fr);
    gap: 8px;
    margin: 17px 0;
}

.ftcl-color-code-swatch {
    display: flex;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    flex-direction: column;
    border: 1px solid var(--ftcl-line);
    background: #fff;
}

.ftcl-color-code-swatch > div {
    position: relative;
    display: grid;
    min-height: 244px;
    flex: 1;
    place-items: end start;
    padding: 18px;
    color: #fff;
    background: var(--ftcl-red);
}

.ftcl-color-code-swatch > div span {
    font: 600 24px Oswald, Impact, sans-serif;
}

.ftcl-color-code-swatch figcaption {
    padding: 13px 15px 15px;
    color: #655b5d;
    font-size: 12px;
    line-height: 1.35;
}

.ftcl-color-code-swatch figcaption b,
.ftcl-color-code-swatch figcaption span {
    display: block;
}

.ftcl-color-code-swatch figcaption b {
    margin-bottom: 4px;
    color: var(--ftcl-ink);
    font-size: 13px;
}

.ftcl-color-code-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.ftcl-color-code-grid article {
    min-width: 0;
    min-height: 118px;
    padding: 16px;
    border-top: 7px solid var(--ftcl-red);
    background: var(--ftcl-paper);
}

.ftcl-color-code-grid b,
.ftcl-color-code-grid code {
    display: block;
}

.ftcl-color-code-grid b {
    font-size: 13px;
    letter-spacing: .05em;
}

.ftcl-color-code-grid code {
    overflow-wrap: anywhere;
    margin-top: 13px;
    color: var(--ftcl-ink);
    background: transparent;
    font-size: 18px;
    line-height: 1.25;
}

.ftcl-color-variant-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 17px;
}

.ftcl-color-variant-grid article,
.ftcl-color-variant-grid a {
    display: block;
    overflow: hidden;
    border: 1px solid var(--ftcl-line);
    background: #fff;
}

.ftcl-color-variant-grid a {
    color: var(--ftcl-ink) !important;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ftcl-color-variant-grid a:hover,
.ftcl-color-variant-grid a:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(34, 28, 30, .12);
}

.ftcl-color-variant-grid article > span,
.ftcl-color-variant-grid a > span {
    display: block;
    height: 128px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.ftcl-color-variant-grid article > b,
.ftcl-color-variant-grid article > code,
.ftcl-color-variant-grid a > b,
.ftcl-color-variant-grid a > code {
    display: block;
    margin: 0;
    padding-right: 12px;
    padding-left: 12px;
    background: transparent;
}

.ftcl-color-variant-grid article > b,
.ftcl-color-variant-grid a > b {
    padding-top: 11px;
    font-size: 14px;
}

.ftcl-color-variant-grid article > code,
.ftcl-color-variant-grid a > code {
    padding-top: 3px;
    padding-bottom: 11px;
    color: #75686b;
    font: 12px Abel, Arial, sans-serif;
}

.ftcl-color-relations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 17px;
}

.ftcl-color-relations article {
    padding: 14px;
    border: 1px solid var(--ftcl-line);
    background: var(--ftcl-paper);
}

.ftcl-color-relations article > div {
    display: flex;
    height: 72px;
    margin: -14px -14px 13px;
}

.ftcl-color-relations article > div span {
    flex: 1;
}

.ftcl-color-relations b {
    display: block;
    font-size: 15px;
}

.ftcl-color-relations p {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.32;
}

.ftcl-color-visual-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 17px;
}

.ftcl-color-entry-photo {
    align-self: start;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--ftcl-line);
    background: var(--ftcl-paper);
}

.ftcl-color-entry-photo > img,
.ftcl-color-entry-photo > .ftcl-media-frame,
.ftcl-color-entry-photo .ftcl-media-frame > img {
    display: block;
    width: 100%;
    height: auto;
}

.ftcl-color-atmosphere {
    margin-top: 10px;
}

.ftcl-color-fashion-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.ftcl-color-fashion-facts article {
    padding: 15px;
    border-top: 6px solid var(--ftcl-red);
    background: var(--ftcl-paper);
}

.ftcl-color-fashion-facts-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ftcl-color-fashion-facts p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.36;
}

.ftcl-color-production {
    margin: 18px 0;
    padding: 0;
    list-style: none;
    counter-reset: production;
}

.ftcl-color-production li {
    position: relative;
    min-height: 58px;
    margin-top: 7px;
    padding: 16px 18px 14px 66px;
    background: var(--ftcl-paper);
    font-size: 15px;
    line-height: 1.38;
    counter-increment: production;
}

.ftcl-color-production li::before {
    position: absolute;
    inset: 0 auto 0 0;
    display: grid;
    width: 50px;
    place-items: center;
    color: #fff;
    background: var(--ftcl-red);
    content: counter(production, decimal-leading-zero);
    font: 600 15px Oswald, Impact, sans-serif;
}

.ftcl-color-production b {
    font-size: 15px;
}

.ftcl-color-approval-record {
    margin: 18px 0 0;
    padding: 19px 20px 20px;
    color: #fff;
    background: var(--ftcl-ink);
}

.ftcl-color-approval-record h3 {
    margin: 0 0 13px;
    color: #fff;
    font: 600 17px Oswald, Impact, sans-serif;
}

.ftcl-color-approval-record ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftcl-color-approval-record li {
    position: relative;
    padding-left: 15px;
    color: #f7edef;
    font-size: 13px;
    line-height: 1.35;
}

.ftcl-color-approval-record li::before {
    position: absolute;
    top: .52em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--ftcl-red);
    content: "";
}

.ftcl-color-entry-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 17px;
}

.ftcl-color-entry-links a {
    display: inline-block;
    padding: 11px 14px;
    border: 1px solid var(--ftcl-ink);
    color: #fff !important;
    background: var(--ftcl-ink);
    font-size: 12px;
    text-decoration: none !important;
}

.ftcl-color-entry-links a:hover,
.ftcl-color-entry-links a:focus-visible {
    color: var(--ftcl-ink) !important;
    background: #fff;
}

.ftcl-color-sources {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 19px 0;
    padding: 0;
    list-style: none;
    counter-reset: sources;
}

.ftcl-color-sources li {
    position: relative;
    min-height: 126px;
    padding: 17px 18px 16px 58px;
    border-top: 5px solid var(--ftcl-red);
    background: var(--ftcl-paper);
    counter-increment: sources;
}

.ftcl-color-sources li::before {
    position: absolute;
    top: 14px;
    left: 16px;
    color: var(--ftcl-red);
    opacity: .48;
    content: counter(sources, decimal-leading-zero);
    font: 600 19px Oswald, Impact, sans-serif;
}

.ftcl-color-sources a,
.ftcl-color-sources span {
    display: block;
}

.ftcl-color-sources a {
    color: var(--ftcl-ink) !important;
    font: 600 14px Oswald, Impact, sans-serif;
    line-height: 1.35;
    text-decoration: none !important;
}

.ftcl-color-sources a:hover,
.ftcl-color-sources a:focus-visible {
    color: var(--ftcl-red) !important;
    text-decoration: underline !important;
}

.ftcl-color-sources span {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.35;
}

.ftcl-color-editorial-credit {
    position: relative;
    border-top: 0;
    background: var(--ftcl-page-bg, #770f18);
    box-shadow: 0 0 0 100vmax var(--ftcl-page-bg, #770f18);
    clip-path: inset(0 -100vmax);
}

.ftcl-index-editorial-credit {
    background: transparent;
    box-shadow: none;
    clip-path: none;
}

.ftcl-color-editorial-credit-inner {
    padding: 36px 0 46px;
}

.ftcl-color-editorial-credit p {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 18px 22px !important;
    border-top: 3px solid #998484;
    border-bottom: 1px solid rgba(153, 132, 132, .32);
    background: #fff;
    color: #575151;
    font-family: Abel, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
}

.ftcl-color-editorial-label {
    display: inline-flex;
    align-items: center;
    color: #998484;
    font-family: Oswald, Impact, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .45px;
    text-transform: uppercase;
    line-height: 1.2;
}

.ftcl-color-editorial-credit a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: #211f20 !important;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .25px;
    text-decoration: none !important;
    line-height: 1;
    transition: color .2s ease;
}

.ftcl-color-editorial-separator {
    color: #998484;
    font-size: 15px;
    line-height: 1;
}

.ftcl-color-editorial-name,
.ftcl-color-editorial-logo {
    white-space: nowrap;
}

.ftcl-color-editorial-logo {
    display: block;
    width: auto;
    height: 17px;
    max-width: 102px;
    object-fit: contain;
    flex: 0 0 auto;
}

.ftcl-color-editorial-role {
    display: inline-flex;
    align-items: center;
    padding-left: 12px;
    border-left: 1px solid rgba(153, 132, 132, .45);
    color: #766f70;
    line-height: 1.2;
}

.ftcl-color-editorial-credit a:hover .ftcl-color-editorial-name,
.ftcl-color-editorial-credit a:focus-visible .ftcl-color-editorial-name {
    color: #998484;
}

.ftcl-color-editorial-credit a:focus-visible {
    outline: 2px solid #998484;
    outline-offset: 3px;
}

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

    .ftcl-dictionary-hero {
        min-height: 230px;
        padding: 35px 25px;
    }

    .ftcl-dictionary-hero h1 {
        font-size: 44px;
    }

    .ftcl-dictionary-hero > p:last-child {
        font-size: 18px;
    }

    .ftcl-dictionary-section {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .ftcl-dictionary-number {
        padding-top: 23px;
        font-size: 15px;
    }

    .ftcl-dictionary-copy {
        padding: 22px 18px 25px;
    }

    .ftcl-dictionary h2,
    .ftcl-color-entry h2 {
        font-size: 28px;
    }

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

    .ftcl-gamut-card {
        grid-template-columns: minmax(170px, 34%) minmax(0, 1fr) 46px;
    }

    .ftcl-color-entry-hero > div:first-child {
        padding: 34px 28px;
    }

    .ftcl-color-entry-hero {
        grid-template-columns: minmax(0, 1fr) 230px;
    }

    .ftcl-color-entry-hero-fashion {
        min-height: 345px;
    }

    .ftcl-color-entry-sample {
        grid-column: 1 / -1;
        min-height: 130px;
    }

    .ftcl-color-entry-hero h1 {
        font-size: 62px;
    }

    .ftcl-color-code-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ftcl-color-code-panel {
        grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr);
    }

    .ftcl-color-code-swatch > div {
        min-height: 364px;
    }

    .ftcl-color-fashion-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ftcl-color-association-grid,
    .ftcl-color-fashion-reading,
    .ftcl-color-fashion-facts-six,
    .ftcl-color-signature-cases {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ftcl-color-approval-record ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ftcl-color-editorial-credit-inner {
        padding: 23px 0 36px;
    }

    .ftcl-color-editorial-credit p {
        flex-direction: column;
        padding: 17px 14px !important;
        text-align: center;
    }

    .ftcl-color-editorial-role {
        padding-left: 0;
        border-left: 0;
        font-size: 14px;
    }
}

@media (max-width: 650px) {
    .ftcl-dictionary-principles,
    .ftcl-color-variant-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ftcl-color-terminology {
        grid-template-columns: 1fr;
    }

    .ftcl-dictionary-entry-card,
    .ftcl-dictionary-entry-card-static {
        grid-template-columns: 120px minmax(0, 1fr);
        min-height: 150px;
    }

    .ftcl-dictionary-entry-card i {
        display: none;
    }

    .ftcl-dictionary-entry-card strong {
        font-size: 32px;
    }

    .ftcl-color-entry-hero {
        grid-template-columns: 1fr;
    }

    .ftcl-color-entry-hero-fashion {
        min-height: 430px;
    }

    .ftcl-color-entry-hero-fashion > img,
    .ftcl-color-entry-hero-fashion .ftcl-media-frame > img:first-child {
        object-fit: contain;
    }

    .ftcl-color-entry-sample {
        grid-column: auto;
        min-height: 220px;
    }

    .ftcl-color-history::before {
        left: 8px;
    }

    .ftcl-color-history article {
        grid-template-columns: 1fr;
        gap: 5px;
        padding-left: 31px;
    }

    .ftcl-color-history article::before {
        left: 0;
    }

    .ftcl-color-history time {
        text-align: left;
    }

    .ftcl-color-museum-feature {
        grid-template-columns: 1fr;
    }

    .ftcl-color-museum-feature-image {
        min-height: 390px;
        padding: 18px;
    }

    .ftcl-color-museum-feature-image > img,
    .ftcl-color-museum-feature-image > .ftcl-media-frame {
        height: 354px;
    }

    .ftcl-color-museum-feature figcaption {
        padding: 26px 22px 30px;
    }

}

@media (max-width: 480px) {
    .ftcl-dictionary-hero {
        min-height: 205px;
        padding: 28px 20px;
    }

    .ftcl-dictionary-hero h1 {
        margin-top: 11px;
        font-size: 36px;
    }

    .ftcl-dictionary-hero > p:last-child {
        font-size: 16px;
    }

    .ftcl-dictionary-section {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .ftcl-dictionary-number {
        padding-top: 19px;
        font-size: 13px;
    }

    .ftcl-dictionary-copy {
        padding: 18px 12px 21px;
    }

    .ftcl-dictionary-copy > p {
        font-size: 15px;
    }

    .ftcl-dictionary-principles,
    .ftcl-family-grid,
    .ftcl-dictionary-editorial,
    .ftcl-color-facts,
    .ftcl-color-code-grid,
    .ftcl-color-variant-grid,
    .ftcl-color-relations,
    .ftcl-color-visual-grid,
    .ftcl-color-fashion-facts,
    .ftcl-color-meaning-grid,
    .ftcl-color-duality,
    .ftcl-color-association-grid,
    .ftcl-color-fashion-reading,
    .ftcl-color-signature-cases,
    .ftcl-color-sources {
        grid-template-columns: 1fr;
    }

    .ftcl-color-code-panel {
        grid-template-columns: 1fr;
    }

    .ftcl-color-code-swatch > div {
        min-height: 210px;
    }

    .ftcl-dictionary-editorial-wide {
        grid-column: auto;
    }

    .ftcl-dictionary-principles article {
        min-height: 0;
    }

    .ftcl-gamut-card {
        grid-template-columns: 1fr 42px;
    }

    .ftcl-gamut-swatch {
        grid-column: 1 / -1;
        min-height: 74px;
        border-right: 0;
        border-bottom: 1px solid var(--ftcl-line);
    }

    .ftcl-gamut-copy { padding: 15px 16px 17px; }

    .ftcl-family-grid span {
        height: 58px;
    }

    .ftcl-dictionary-entry-card,
    .ftcl-dictionary-entry-card-static {
        grid-template-columns: 78px minmax(0, 1fr);
        min-height: 132px;
    }

    .ftcl-dictionary-entry-card > span:nth-child(2) {
        padding: 18px 15px;
    }

    .ftcl-dictionary-entry-card small {
        font-size: 10px;
    }

    .ftcl-dictionary-entry-card strong {
        font-size: 27px;
    }

    .ftcl-color-entry-hero > div:first-child {
        padding: 29px 20px;
    }

    .ftcl-color-entry-hero h1 {
        font-size: clamp(40px, 12vw, 54px);
    }

    .ftcl-color-entry-hero > div:first-child > p:last-child {
        font-size: 16px;
    }

    .ftcl-color-entry-sample {
        min-height: 185px;
        padding: 20px;
    }

    .ftcl-color-code-grid article {
        min-height: 96px;
    }

    .ftcl-color-production li {
        padding-right: 12px;
        padding-left: 57px;
    }

    .ftcl-color-production li::before {
        width: 44px;
    }

    .ftcl-color-approval-record ul {
        grid-template-columns: 1fr;
    }

    .ftcl-color-entry-links {
        display: grid;
    }

    .ftcl-color-entry-links a {
        text-align: center;
    }
}

@media (max-width: 850px) {
    .ftcl-dictionary-entry-grid,
    .ftcl-family-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ftcl-family-hero > div { padding: 38px 30px; }
    .ftcl-family-hero h1 { font-size: 48px; }
}

@media (max-width: 480px) {
    .ftcl-dictionary-entry-grid,
    .ftcl-family-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ftcl-family-hero { grid-template-columns: 1fr; }
    .ftcl-family-hero > div { padding: 30px 20px; }
    .ftcl-family-hero > span { min-height: 95px; }
    .ftcl-family-hero h1 { font-size: 40px; }
}


/* 1.37.0: editorial guides, scoped to the seven enriched indexes. */
.ftcl-index-guide-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 20px 0 4px;
}
.ftcl-index-guide-cards article {
    min-width: 0;
    padding: 22px;
    border-top: 3px solid var(--ftcl-dust);
    background: var(--ftcl-paper);
}
.ftcl-index-guide-cards h3 {
    margin: 0 0 10px;
    padding: 0;
    color: var(--ftcl-ink);
    font: 500 21px/1.25 Oswald, Impact, sans-serif;
}
.ftcl-index-guide-cards p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.5;
}
.ftcl-index-guide a {
    color: #5b3b46;
    text-decoration: underline;
    text-underline-offset: .16em;
    overflow-wrap: anywhere;
}
.ftcl-index-guide a:hover { color: #211f20; }
.ftcl-index-guide a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
@media (max-width: 680px) {
    .ftcl-index-guide-cards { grid-template-columns: minmax(0, 1fr); }
    .ftcl-index-guide-cards article { padding: 18px; }
}

/* 1.38.0: contextual comparisons inside the entry identity section. */
.ftcl-color-entry .ftcl-entry-comparisons{margin-top:24px;padding:20px 24px;border-left:3px solid #998484;background:#f5f1f1;color:#211f20}
.ftcl-color-entry .ftcl-entry-comparisons h3{margin:0 0 12px;padding:0;color:#211f20;font:500 18px/1.3 Oswald,Helvetica,Arial,sans-serif;letter-spacing:.4px}
.ftcl-color-entry .ftcl-entry-comparisons ul{margin:0;padding:0!important;list-style:none}
.ftcl-color-entry .ftcl-entry-comparisons li{margin:0 0 10px;padding:0;color:#211f20;font:400 17px/1.5 Abel,Helvetica,Arial,sans-serif;overflow-wrap:anywhere}
.ftcl-color-entry .ftcl-entry-comparisons li:last-child{margin-bottom:0}
.ftcl-color-entry .ftcl-entry-comparisons a{color:#5b3b46;text-decoration:underline;text-underline-offset:.16em}
.ftcl-color-entry .ftcl-entry-comparisons a:hover{color:#211f20}
.ftcl-color-entry .ftcl-entry-comparisons a:focus-visible{outline:2px solid #5b3b46;outline-offset:3px}
@media(max-width:650px){.ftcl-color-entry .ftcl-entry-comparisons{padding:16px}}

/* 1.38.1: separate process ink values from the editorial sRGB sample. */
.ftcl-color-entry .ftcl-process-reference {margin:24px 0;padding:20px 24px;background:#f5f1f1;border-left:3px solid #998484;color:#211f20;}
.ftcl-color-entry .ftcl-process-reference table {width:100%;border-collapse:collapse;border:0;margin:0;table-layout:fixed;}
.ftcl-color-entry .ftcl-process-reference caption {text-align:left;padding:0 0 16px;color:#211f20;font:500 18px/1.4 'Oswald',sans-serif;}
.ftcl-color-entry .ftcl-process-reference th,.ftcl-color-entry .ftcl-process-reference td {padding:12px 14px;text-align:left;vertical-align:top;border:1px solid #d8cccc;white-space:normal;overflow-wrap:anywhere;font:400 17px/1.5 'Abel',sans-serif;color:#211f20;}
.ftcl-color-entry .ftcl-process-reference th {font-weight:700;}
.ftcl-color-entry .ftcl-process-reference th:first-child {width:30%;}
.ftcl-color-entry .ftcl-process-reference code {font:inherit;color:inherit;background:transparent;}
.ftcl-color-entry .ftcl-process-reference .ftcl-process-reference-sources {margin:14px 0 0;padding:0;font:400 16px/1.5 'Abel',sans-serif;}
.ftcl-color-entry .ftcl-process-reference a {color:#5b3b46;text-decoration:underline;text-underline-offset:.16em;}
@media(max-width:650px){.ftcl-color-entry .ftcl-process-reference{padding:14px 10px;}.ftcl-color-entry .ftcl-process-reference th,.ftcl-color-entry .ftcl-process-reference td{padding:8px;font-size:16px;}}
