/*
Theme Name:  DanceAcademy
Description: general
Version:     2.4.1
Author:      Fixit E.E.
Author URI:  https://www.fixit.gr
Text Domain: dance-academy
*/

html body {
    --dacad-plum: #7A1F4F;
    --dacad-plum-deep: #4E1233;
    --dacad-ink: #1F1A2C;
    --dacad-muted: #6B6076;
    --dacad-paper: #FFF7F2;
    --dacad-cream: #F6E7DC;
    --dacad-gold: #F2C57C;
    --dacad-gold-deep: #A8762A;
    --dacad-coral: #E84A5F;
    --dacad-line: rgba(122, 31, 79, 0.20);
    --dacad-line-soft: rgba(122, 31, 79, 0.10);

    --dacad-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
    --dacad-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --dacad-gutter: clamp(20px, 5vw, 72px);
    --dacad-max: 1240px;
    --dacad-header-h: 76px;

    --color-content-primary: #7A1F4F;
    --color-content-secondary: #F2C57C;
    --color-content-accent: #E84A5F;
    --color-content-heading: #7A1F4F;
    --color-content-text: #1F1A2C;
    --color-content-faded: #6B6076;
    --color-content-bg: #FFF7F2;
    --color-content-link: #7A1F4F;
    --color-content-border: rgba(122, 31, 79, 0.20);
    --color-accent: #E84A5F;

    --fx-header-height: 76px;
    --fx-radius: 0px;
    --fx-radius-sm: 0px;

    background-color: #FFF7F2;
    color: #1F1A2C;
    font-family: var(--dacad-font-body);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    font-family: var(--dacad-font-display);
    color: var(--dacad-plum);
    font-weight: 600;
    letter-spacing: -0.012em;
    line-height: 1.12;
}

html body p,
html body li,
html body td,
html body th,
html body label,
html body input,
html body textarea,
html body select,
html body button {
    font-family: var(--dacad-font-body);
}

body a {
    color: var(--dacad-plum);
    text-decoration: none;
}

body.fx-skin-glass {
    background-color: var(--dacad-paper);
    background-image: none;
}

body.fx-skin-glass .t-section,
body.fx-skin-glass .t-card,
body.fx-skin-glass .t-card-img,
body.fx-skin-glass .t-hero-full,
body.fx-skin-glass .t-hero-tag,
body.fx-skin-glass .t-btn-ghost,
body.fx-skin-glass .t-btn-primary {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.fx-skin-glass .t-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

body.fx-skin-glass .t-card:hover {
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

body.fx-skin-glass .t-card-img {
    height: auto;
    margin: 0 0 18px;
    border-radius: 0;
    overflow: hidden;
}

body.fx-skin-glass .t-card-img img,
body .t-section img,
body .t-hero-full img {
    border-radius: 0;
}

body.fx-skin-glass .t-btn-primary,
body.fx-skin-glass .t-hero-full .t-btn-primary {
    background-image: none;
    background-color: var(--dacad-plum);
    border: 1px solid var(--dacad-plum);
    border-radius: 0;
    color: #FFF7F2;
    box-shadow: none;
    font-family: var(--dacad-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 15px 30px;
    transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

body.fx-skin-glass .t-btn-primary:hover,
body.fx-skin-glass .t-hero-full .t-btn-primary:hover {
    background-image: none;
    background-color: var(--dacad-plum-deep);
    border-color: var(--dacad-plum-deep);
    color: #FFF7F2;
}

body.fx-skin-glass .t-btn-ghost,
body.fx-skin-glass .t-hero-full .t-btn-ghost,
body.fx-skin-glass .t-section--navy .t-btn-ghost {
    background-image: none;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    color: var(--dacad-plum);
    box-shadow: none;
    font-family: var(--dacad-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 15px 2px;
    transition: color 0.28s ease, border-color 0.28s ease;
}

body.fx-skin-glass .t-hero-full .t-btn-ghost {
    color: #FFF7F2;
}

body.fx-skin-glass .t-btn-ghost:hover,
body.fx-skin-glass .t-hero-full .t-btn-ghost:hover {
    color: var(--dacad-gold);
    border-color: var(--dacad-gold);
}

body .t-btn-link {
    --t-accent: var(--dacad-plum);
}

body .t-btn-link:hover {
    --t-accent: var(--dacad-coral);
}

body .fx-header,
body .fx-header--logo-center {
    background: var(--dacad-paper);
    box-shadow: none;
    border-bottom: 1px solid var(--dacad-line-soft);
    height: var(--dacad-header-h);
    min-height: var(--dacad-header-h);
}

body .fx-header--logo-center .fx-header-inner,
body .fx-header-inner {
    position: static;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 100%;
    max-width: 1460px;
    padding: 0 var(--dacad-gutter);
    gap: 34px;
    row-gap: 0;
}

body .fx-header--logo-center .fx-logo,
body .fx-logo {
    position: static;
    left: auto;
    transform: none;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
}

body .fx-logo-wordmark {
    --font-heading: var(--dacad-font-display);
    font-family: var(--dacad-font-display);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--dacad-plum);
}

body .fx-logo-wordmark .fx-logo-dot {
    color: var(--dacad-coral);
}

body .fx-header--logo-center .fx-nav,
body .fx-nav {
    margin-left: auto;
    align-self: stretch;
}

body .fx-nav-list {
    align-items: stretch;
    height: 100%;
    gap: 4px;
}

body .fx-nav-list > li {
    position: relative;
    display: flex;
    align-items: center;
}

body .fx-nav-list > li > .fx-nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 13px;
    font-family: var(--dacad-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--dacad-ink);
    background: transparent;
    transition: color 0.25s ease;
}

body .fx-nav-list > li > .fx-nav-link::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 22px;
    height: 1px;
    background: var(--dacad-gold-deep);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s ease;
}

body .fx-nav-list > li > .fx-nav-link:hover,
body .fx-nav-list > li.current-menu-item > .fx-nav-link,
body .fx-nav-list > li.current-menu-parent > .fx-nav-link,
body .fx-nav-list > li.current-menu-ancestor > .fx-nav-link {
    color: var(--dacad-plum);
    background: transparent;
}

body .fx-nav-list > li:hover > .fx-nav-link::after,
body .fx-nav-list > li.current-menu-item > .fx-nav-link::after,
body .fx-nav-list > li.current-menu-ancestor > .fx-nav-link::after {
    transform: scaleX(1);
}

body .fx-nav-list > li.menu-item-has-children > .fx-nav-link {
    padding-right: 24px;
}

body .fx-nav-list > li.menu-item-has-children > .fx-nav-link::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.55;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

body .fx-nav-list > li.menu-item-has-children:hover > .fx-nav-link::before {
    transform: rotate(225deg);
    margin-top: -1px;
    opacity: 1;
}

body .fx-nav-list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 40;
    min-width: 246px;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: var(--dacad-paper);
    border: 1px solid var(--dacad-line);
    border-radius: 0;
    box-shadow: 0 22px 44px -28px rgba(31, 26, 44, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.18s ease 0.14s, visibility 0s linear 0.32s, transform 0.18s ease 0.14s;
}

body .fx-nav-list:hover > li:not(:hover) > .sub-menu {
    transition: opacity 0.1s ease, visibility 0s linear 0.1s, transform 0.1s ease;
}

body .fx-nav-list > li:hover > .sub-menu,
body .fx-nav-list > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: opacity 0.18s ease, visibility 0s linear, transform 0.18s ease;
}

body .fx-nav-list .sub-menu li {
    list-style: none;
    margin: 0;
}

body .fx-nav-list .sub-menu li::marker {
    content: "";
}

body .fx-nav-list .sub-menu .fx-nav-link {
    display: block;
    padding: 10px 24px;
    font-family: var(--dacad-font-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
    color: var(--dacad-ink);
    background: transparent;
    transition: color 0.22s ease, padding-left 0.22s ease;
}

body .fx-nav-list .sub-menu .fx-nav-link:hover {
    color: var(--dacad-plum);
    background: transparent;
    padding-left: 30px;
}

body .fx-header-actions {
    gap: 14px;
    color: var(--dacad-ink);
}

body .fx-nav-cta.t-btn-primary {
    --fx-fs-nav-btn: 11px;
    --color-content-primary: var(--dacad-plum);
    -webkit-text-fill-color: #FFF7F2;
    border-radius: 0;
    font-family: var(--dacad-font-body);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    box-shadow: none;
    transition: background-color 0.28s ease;
}

body .fx-nav-cta.t-btn-primary:hover {
    --color-content-primary: var(--dacad-plum-deep);
    opacity: 1 !important;
}

body .fx-nav-search-toggle {
    color: var(--dacad-ink);
}

body .fx-nav-search-form {
    --color-bg: var(--dacad-cream);
    --fx-input-bg: transparent;
    --fx-input-focus: var(--dacad-gold);
    --fx-radius: 0px;
    --color-content-border: transparent;
    z-index: 20;
    border-bottom: 1px solid var(--dacad-line);
}

body .fx-nav-search-form form {
    align-items: center;
}

body .fx-nav-search-form input[type="search"] {
    flex: 1;
    padding: 12px 2px;
    border-radius: 0;
    background: transparent;
    box-shadow: inset 0 -1px 0 var(--dacad-line);
    font-family: var(--dacad-font-body);
    font-size: 16px;
    color: var(--dacad-ink);
}

body .fx-nav-search-form input[type="search"]::placeholder {
    color: var(--dacad-muted);
    opacity: 1;
}

body .fx-nav-search-form input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    background-color: var(--dacad-plum);
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6l12 12M18 6L6 18' stroke='black' stroke-width='2.4'/%3E%3C/svg%3E") center / contain no-repeat;
    cursor: pointer;
}

body .fx-nav-toggle span {
    background: var(--dacad-ink);
    border-radius: 0;
}

body .fx-nav-mobile {
    background: var(--dacad-paper);
    border-top: 1px solid var(--dacad-line-soft);
}

body .fx-nav-mobile[aria-hidden="false"],
body .fx-nav-mobile.is-open,
body .fx-nav-mobile.fx-open {
    max-height: 82vh;
    overflow-y: auto;
    overscroll-behavior: contain;
}

body .fx-nav-mobile-list {
    padding: 10px var(--dacad-gutter) 26px;
    gap: 0;
}

body .fx-nav-mobile-list li {
    list-style: none;
}

body .fx-nav-mobile-list > li > a {
    position: relative;
    padding: 15px 2px;
    border-radius: 0;
    border-bottom: 1px solid var(--dacad-line-soft);
    font-family: var(--dacad-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--dacad-ink);
}

body .fx-nav-mobile-list > li > a:hover {
    background: transparent;
    color: var(--dacad-plum);
}

body .fx-nav-mobile-list li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

body .fx-nav-mobile-list li.menu-item-has-children.is-open > a::after {
    transform: rotate(225deg);
    margin-top: -2px;
}

body .fx-nav-mobile-list .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.34s ease;
}

body .fx-nav-mobile-list li.is-open > .sub-menu {
    max-height: 620px;
}

body .fx-nav-mobile-list .sub-menu a {
    display: block;
    padding: 11px 2px 11px 20px;
    border-radius: 0;
    border-bottom: 1px solid var(--dacad-line-soft);
    font-family: var(--dacad-font-body);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--dacad-muted);
}

body .fx-nav-mobile-list .sub-menu a:hover {
    background: transparent;
    color: var(--dacad-plum);
}

body .dacad-drawer-cta {
    display: block;
    margin: 20px 0 0;
    padding: 16px 20px;
    background: var(--dacad-plum);
    color: #FFF7F2;
    text-align: center;
    font-family: var(--dacad-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    body .fx-header--logo-center .fx-header-inner,
    body .fx-header-inner {
        gap: 18px;
    }

    body .fx-nav-list > li > .fx-nav-link {
        padding: 0 9px;
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    body .fx-nav-list > li > .fx-nav-link::after {
        left: 9px;
        right: 9px;
    }

    body .fx-nav-cta.t-btn-primary {
        --fx-fs-nav-btn: 10px;
    }
}

@media (max-width: 900px) {
    body .fx-header--logo-center .fx-header-inner,
    body .fx-header-inner {
        gap: 12px;
        padding: 0 20px;
    }

    body .fx-header-actions {
        margin-left: auto;
        gap: 8px;
    }

    body .fx-header-actions .fx-nav-cta {
        display: none;
    }

    body .fx-logo-wordmark {
        font-size: 21px;
    }

    body .fx-nav-search-form form {
        gap: 10px;
        align-items: stretch;
    }

    body .fx-nav-search-form input[type="search"] {
        min-width: 0;
        padding: 12px 2px;
    }

    body .fx-nav-search-form .t-btn-primary,
    body.fx-skin-glass .fx-nav-search-form .t-btn-primary {
        width: auto;
        min-width: 0;
        flex: 0 0 auto;
        padding: 13px 18px;
        font-size: 11px;
        letter-spacing: 0.1em;
        white-space: nowrap;
    }
}

@media (min-width: 901px) {
    body .dacad-drawer-cta {
        display: none;
    }
}

body .t-container {
    max-width: var(--dacad-max);
    padding-left: var(--dacad-gutter);
    padding-right: var(--dacad-gutter);
}

body .t-section {
    position: relative;
    padding: clamp(64px, 8vw, 118px) 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: var(--dacad-paper);
}

body.fx-skin-glass .t-section--soft,
body .t-section--soft {
    background: var(--dacad-paper);
}

body.fx-skin-glass section.t-section--soft:nth-of-type(even),
body section.t-section--soft:nth-of-type(even) {
    background: var(--dacad-cream);
}

body.fx-skin-glass .t-section--white,
body .t-section--white {
    background: var(--dacad-paper);
}

body.fx-skin-glass .t-section--navy,
body .t-section--navy {
    background: var(--dacad-plum);
    color: rgba(255, 247, 242, 0.86);
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

body .t-section--navy .t-section-title,
body .t-section--navy .t-card-title,
body .t-section--navy h2,
body .t-section--navy h3 {
    color: var(--dacad-paper);
}

body .t-section--navy .t-lead,
body .t-section--navy .t-section-subtitle,
body .t-section--navy .t-card-body,
body .t-section--navy p {
    color: rgba(255, 247, 242, 0.80);
}

body .t-section--navy + .t-footer,
body .t-section--navy + .fx-footer {
    margin-top: 0;
}

body .t-footer,
body .fx-footer {
    margin-top: 0;
}

body .t-section-title,
body h2.t-section-title {
    font-family: var(--dacad-font-display);
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.018em;
    color: var(--dacad-plum);
    text-align: left;
    max-width: 17ch;
    margin: 0 0 18px;
}

body h1.t-section-title {
    font-size: clamp(36px, 5vw, 62px);
    max-width: 20ch;
}

body.home {
    counter-reset: dacad-band;
}

body .dacad-band {
    counter-increment: dacad-band;
}

body .dacad-band > .t-container {
    position: relative;
}

body.home .dacad-band > .t-container::before {
    content: counter(dacad-band, decimal-leading-zero);
    display: block;
    margin-bottom: 14px;
    font-family: var(--dacad-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    color: var(--dacad-gold-deep);
}

body.home .t-section--navy.dacad-band > .t-container::before {
    color: var(--dacad-gold);
}

body .t-section-subtitle,
body .t-lead {
    font-family: var(--dacad-font-body);
    font-size: 17px;
    line-height: 1.7;
    color: var(--dacad-muted);
    max-width: 62ch;
    margin: 0 0 42px;
    text-align: left;
}

body .t-section--navy .t-section-title {
    max-width: 20ch;
}

body .t-grid {
    display: grid;
    grid-template-columns: repeat(var(--dacad-cols, 3), minmax(0, 1fr));
    column-gap: clamp(24px, 3vw, 48px);
    row-gap: clamp(40px, 5vw, 66px);
    align-items: start;
}

body .t-grid--2 {
    --dacad-cols: 2;
}

body .t-grid--4 {
    --dacad-cols: 4;
}

body .t-card {
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

body .t-card-img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    margin: 0 0 20px;
    overflow: hidden;
    background: var(--dacad-cream);
}

body .t-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
    transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}

body .t-card:hover .t-card-img img {
    transform: scale(1.045);
}

body .t-card-title {
    font-family: var(--dacad-font-display);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--dacad-plum);
    margin: 0 0 10px;
    padding: 0;
}

body .t-card-body {
    font-family: var(--dacad-font-body);
    font-size: 15px;
    line-height: 1.62;
    color: var(--dacad-muted);
    margin: 0;
    padding: 0;
}

body .t-card--link .t-card-title {
    position: relative;
    padding-right: 26px;
}

body .t-card--link .t-card-title::after {
    content: "\2192";
    position: absolute;
    right: 0;
    color: var(--dacad-gold-deep);
    transition: transform 0.3s ease;
}

body .t-card--link:hover .t-card-title::after {
    transform: translateX(5px);
}

body #fx-team-1 .t-card,
body [id^="fx-team-"] .t-card {
    border-top: 1px solid var(--dacad-line);
    padding-top: 22px;
}

body [id^="fx-team-"] .t-card-title {
    font-size: 21px;
    margin-bottom: 4px;
}

body [id^="fx-team-"] .t-card-title + div:not(.t-card-body) {
    font-family: var(--dacad-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--dacad-gold-deep);
    margin-bottom: 12px;
}

body .t-hero-full {
    position: relative;
    min-height: 84vh;
    display: flex;
    align-items: center;
    text-align: left;
    border-radius: 0;
    isolation: isolate;
}

body .t-hero-full::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(97deg, rgba(24, 8, 18, 0.86) 0%, rgba(24, 8, 18, 0.68) 34%, rgba(24, 8, 18, 0.24) 62%, rgba(24, 8, 18, 0.06) 100%);
}

body .t-hero-full > .t-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--dacad-max);
}

body .t-hero-full h1 {
    font-family: var(--dacad-font-display);
    font-size: clamp(40px, 6.2vw, 82px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.025em;
    color: #FFF7F2;
    max-width: 15ch;
    margin: 0 0 22px;
}

body .t-hero-full p,
body .t-hero-full .t-lead {
    font-family: var(--dacad-font-body);
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.62;
    color: rgba(255, 247, 242, 0.86);
    max-width: 48ch;
    margin: 0 0 34px;
    text-align: left;
}

body .t-hero-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 30px;
    justify-content: flex-start;
    width: 100%;
}

body .t-hero-tag,
body.fx-skin-glass .t-hero-full .t-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 20px;
    font-family: var(--dacad-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--dacad-gold);
}

body .fx-newsletter {
    --fx-input-bg: transparent;
    --fx-input-focus: var(--dacad-gold);
    --fx-radius: 0px;
    --color-content-border: rgba(255, 247, 242, 0.42);
    margin-left: 0;
    margin-right: 0;
    max-width: 520px;
}

body .fx-newsletter > div {
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: flex-start;
}

body .fx-newsletter input[type="email"],
body .t-section--navy input[type="email"] {
    min-width: 240px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 247, 242, 0.42);
    background: transparent;
    padding: 14px 2px;
    color: #FFF7F2;
    font-family: var(--dacad-font-body);
    font-size: 16px;
}

body .fx-newsletter input[type="email"]::placeholder,
body .t-section--navy input[type="email"]::placeholder {
    color: rgba(255, 247, 242, 0.58);
    opacity: 1;
}

body .t-section--navy .t-btn-primary,
body.fx-skin-glass .t-section--navy .t-btn-primary {
    background-color: var(--dacad-gold);
    border-color: var(--dacad-gold);
    color: var(--dacad-plum-deep);
    -webkit-text-fill-color: var(--dacad-plum-deep);
}

body .t-section--navy .t-btn-primary:hover,
body.fx-skin-glass .t-section--navy .t-btn-primary:hover {
    background-color: #FFF7F2;
    border-color: #FFF7F2;
    color: var(--dacad-plum-deep);
}

body .fx-footer,
body .t-footer,
body .t-rich-footer {
    background: var(--dacad-plum-deep);
    color: rgba(255, 247, 242, 0.72);
    margin-top: 0;
}

body.fx-arch-editorial .t-rich-footer-grid,
body .t-rich-footer-grid {
    text-align: left;
}

body.fx-arch-editorial .t-rich-footer-bottom,
body .t-rich-footer-bottom {
    text-align: left;
    border-top: 1px solid rgba(255, 247, 242, 0.14);
    color: rgba(255, 247, 242, 0.5);
    font-size: 13px;
}

body.fx-arch-editorial .t-rich-footer-social,
body .t-rich-footer-social {
    justify-content: flex-start;
}

body .t-rich-footer-col h3,
body .t-rich-footer-col h4 {
    font-family: var(--dacad-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dacad-gold);
    margin-bottom: 16px;
}

body .t-rich-footer-col a,
body .t-footer-menu a,
body .fx-footer a {
    color: rgba(255, 247, 242, 0.72);
    font-size: 15px;
    transition: color 0.24s ease;
}

body .t-rich-footer-col a:hover,
body .t-footer-menu a:hover,
body .fx-footer a:hover {
    color: var(--dacad-gold);
}

body .t-rich-footer-social svg[fill="none"] {
    fill: none;
}

body .t-section--navy .t-card {
    border-top: 1px solid rgba(255, 247, 242, 0.24);
    padding-top: 24px;
}

body .t-section--navy blockquote.t-card-body {
    flex: 1 1 auto;
    font-family: var(--dacad-font-display);
    font-size: 19px;
    font-style: italic;
    line-height: 1.5;
    color: rgba(255, 247, 242, 0.92);
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    quotes: none;
}

body .t-section--navy .t-card-title {
    margin-top: auto;
    font-family: var(--dacad-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--dacad-gold);
}

body .t-section--navy .t-card-title + div:not(.t-card-body) {
    font-family: var(--dacad-font-body);
    font-size: 13px;
    color: rgba(255, 247, 242, 0.65);
}

body .t-section > .t-container,
body .t-section--navy > .t-container {
    text-align: left;
}

body .t-section > .t-container > .t-hero-btns,
body .t-section > .t-container > .fx-newsletter {
    justify-content: flex-start;
}

body .t-section:not([data-dacad-masthead]):not(:first-of-type):has(> .t-container > .t-section-title:only-child) {
    display: none;
}

body .t-section[data-dacad-masthead] {
    padding: clamp(46px, 6vw, 86px) 0 clamp(30px, 4vw, 54px);
    border-bottom: 1px solid var(--dacad-line-soft);
}

body .t-section[data-dacad-masthead] .t-lead {
    margin-bottom: 0;
    max-width: 56ch;
}

body .dacad-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
    gap: clamp(30px, 5vw, 74px);
    align-items: start;
}

body .dacad-split-figure img {
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

body .dacad-split-copy .t-hero-btns {
    margin-top: 26px;
}

body .dacad-prose p {
    font-size: 17px;
    line-height: 1.72;
    color: var(--dacad-muted);
    margin: 0 0 20px;
    max-width: 62ch;
}

body .dacad-prose p:last-child {
    margin-bottom: 0;
}

body .dacad-card-meta {
    font-family: var(--dacad-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--dacad-gold-deep);
    margin: 0 0 10px;
}

body .t-card-img + .t-card-title + .dacad-card-meta,
body .t-card-title + .dacad-card-meta {
    margin-top: -4px;
}

body .dacad-table-wrap {
    overflow-x: auto;
}

body .dacad-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--dacad-font-body);
    font-variant-numeric: tabular-nums;
    text-align: left;
}

body .dacad-table th {
    padding: 0 18px 12px 0;
    border-bottom: 1px solid var(--dacad-line);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--dacad-gold-deep);
    white-space: nowrap;
}

body .dacad-table td {
    padding: 17px 18px 17px 0;
    border-bottom: 1px solid var(--dacad-line-soft);
    font-size: 15px;
    color: var(--dacad-muted);
    vertical-align: top;
}

body .dacad-table tbody tr td:nth-child(1) {
    font-family: var(--dacad-font-display);
    font-size: 19px;
    color: var(--dacad-plum);
}

body .dacad-table tbody tr:last-child td {
    border-bottom: 0;
}

body .dacad-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 74ch;
}

body .dacad-timeline li {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 24px;
    padding: 20px 0;
    border-top: 1px solid var(--dacad-line-soft);
    list-style: none;
}

body .dacad-timeline li:last-child {
    border-bottom: 1px solid var(--dacad-line-soft);
}

body .dacad-timeline-year {
    font-family: var(--dacad-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--dacad-gold-deep);
    padding-top: 4px;
}

body .dacad-timeline-text {
    font-size: 16px;
    line-height: 1.62;
    color: var(--dacad-muted);
}

body .dacad-facts {
    margin: 0;
    max-width: 62ch;
}

body .dacad-facts > div {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    padding: 14px 0;
    border-top: 1px solid var(--dacad-line-soft);
}

body .dacad-facts > div:last-child {
    border-bottom: 1px solid var(--dacad-line-soft);
}

body .dacad-facts dt {
    font-family: var(--dacad-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--dacad-gold-deep);
    padding-top: 3px;
}

body .dacad-facts dd {
    margin: 0;
    font-size: 16px;
    color: var(--dacad-ink);
}

body .t-section--navy .dacad-facts dd,
body .t-section--navy .dacad-timeline-text,
body .t-section--navy .dacad-prose p {
    color: rgba(255, 247, 242, 0.82);
}

body .dacad-results {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 78ch;
}

body .dacad-result {
    display: block;
    padding: 26px 0;
    border-top: 1px solid var(--dacad-line-soft);
    text-decoration: none;
}

body .dacad-result:last-child {
    border-bottom: 1px solid var(--dacad-line-soft);
}

body .dacad-result-title {
    font-family: var(--dacad-font-display);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.16;
    color: var(--dacad-plum);
    margin: 0 0 6px;
    transition: color 0.24s ease;
}

body .dacad-result:hover .dacad-result-title {
    color: var(--dacad-coral);
}

body .dacad-result-url {
    display: block;
    font-family: var(--dacad-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--dacad-gold-deep);
    margin-bottom: 10px;
}

body .dacad-result-body {
    font-size: 16px;
    line-height: 1.62;
    color: var(--dacad-muted);
    margin: 0;
}

body .dacad-results-empty p {
    font-size: 17px;
    color: var(--dacad-muted);
    margin: 0 0 26px;
}

body .dacad-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

body .dacad-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 10px 14px;
    border: 1px solid var(--dacad-line);
    font-family: var(--dacad-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--dacad-ink);
    transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

body .dacad-pagination .page-numbers:hover,
body .dacad-pagination .page-numbers.current {
    background-color: var(--dacad-plum);
    border-color: var(--dacad-plum);
    color: #FFF7F2;
}

@media (max-width: 860px) {
    body .dacad-split {
        grid-template-columns: minmax(0, 1fr);
    }

    body .dacad-split-figure {
        order: -1;
    }

    body .dacad-timeline li,
    body .dacad-facts > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
    }
}

@media (max-width: 700px) {
    body .dacad-table-wrap {
        overflow-x: visible;
    }

    body .dacad-table thead {
        display: none;
    }

    body .dacad-table,
    body .dacad-table tbody,
    body .dacad-table tr,
    body .dacad-table td {
        display: block;
        width: 100%;
    }

    body .dacad-table tr {
        padding: 18px 0;
        border-top: 1px solid var(--dacad-line);
    }

    body .dacad-table tr:last-child {
        border-bottom: 1px solid var(--dacad-line);
    }

    body .dacad-table td {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        padding: 3px 0;
        border-bottom: 0;
    }

    body .dacad-table td::before {
        content: attr(data-label);
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--dacad-gold-deep);
        padding-top: 4px;
    }

    body .dacad-table tbody tr td:nth-child(1) {
        font-family: var(--dacad-font-display);
        font-size: 21px;
        margin-bottom: 6px;
    }

    body .dacad-table tbody tr td:nth-child(1)::before {
        display: none;
    }

    body .dacad-table tbody tr td:nth-child(1) {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 1180px) {
    body .fx-logo-wordmark {
        font-size: 21px;
    }

    body .fx-nav-list > li > .fx-nav-link {
        padding: 0 6px;
        font-size: 10px;
        letter-spacing: 0.06em;
    }

    body .fx-nav-list > li > .fx-nav-link::after {
        left: 6px;
        right: 6px;
    }

    body .fx-nav-list > li.menu-item-has-children > .fx-nav-link {
        padding-right: 17px;
    }

    body .fx-nav-list > li.menu-item-has-children > .fx-nav-link::before {
        right: 6px;
    }

    body .fx-nav-cta.t-btn-primary {
        --fx-fs-nav-btn: 9px;
        letter-spacing: 0.06em;
    }

    body .fx-header--logo-center .fx-header-inner,
    body .fx-header-inner {
        gap: 14px;
        padding: 0 24px;
    }
}

@media (max-width: 1024px) {
    body .t-grid,
    body .t-grid--3,
    body .t-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    body .t-grid,
    body .t-grid--2,
    body .t-grid--3,
    body .t-grid--4 {
        grid-template-columns: minmax(0, 1fr);
    }

    body .t-hero-full {
        min-height: 74vh;
    }

    body .t-hero-btns {
        gap: 10px 20px;
    }

    body .t-card-img {
        aspect-ratio: 3 / 2;
    }

    body .t-rich-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
    }
}
