/*
Theme Name:  StudioArch
Description: Architecture and interiors studio — photographic gallery restyle
Version:     2.6.5
Author:      Fixit E.E.
Author URI:  https://www.fixit.gr
Text Domain: studio-arch
*/

:root {
    --sa-void:   #0d0d0c;
    --sa-deep:   #131312;
    --sa-raise:  #1a1a18;
    --sa-light:  #eceae5;
    --sa-muted:  #9a978d;
    --sa-faint:  #6f6c64;
    --sa-hair:   rgba(236, 234, 229, 0.14);
    --sa-bone:   #d9d0bd;
    --sa-sans:   "Archivo", -apple-system, "Segoe UI", sans-serif;
}

body {
    background: #0d0d0c;
    color: #eceae5;
    font-family: var(--sa-sans);
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.002em;
    -webkit-font-smoothing: antialiased;
    --fx-radius: 0;
}

html body {
    background: #0d0d0c;
}

body h1,
body h2,
body h3,
body h4,
body .t-section-title,
body .t-card-title {
    font-family: var(--sa-sans);
    font-weight: 500;
    color: #eceae5;
    text-transform: none;
    letter-spacing: -0.022em;
    line-height: 1.08;
}

body p,
body li,
body .t-lead,
body .t-card-body,
body blockquote {
    font-family: var(--sa-sans);
    color: #b8b5ac;
}

body a {
    color: #eceae5;
    text-decoration: none;
}

body .t-container {
    max-width: 1320px;
}

body .t-section {
    padding-top: 118px;
    padding-bottom: 118px;
    background: #0d0d0c;
    border-top: 0;
}

body .t-section--soft {
    background: #131312;
}

body .t-section--white {
    background: #0d0d0c;
}

body .t-section--navy {
    background: #090908;
    color: #b8b5ac;
}

body .t-section--navy .t-section-title,
body .t-section--navy h2,
body .t-section--navy h3,
body .t-section--navy .t-card-title {
    color: #eceae5;
}

body .t-section-title {
    font-size: clamp(1.9rem, 3.4vw, 3.05rem);
    margin-bottom: 0.55em;
    max-width: 22ch;
    text-align: left;
}

body .t-section-title::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: rgba(236, 234, 229, 0.32);
    margin-top: 26px;
}

body .t-hero-full h1::after,
body .t-section[style*="url("] .t-section-title::after {
    display: none;
}

body .t-section-subtitle {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.67rem;
    font-weight: 600;
    color: #9a978d;
    margin: 0 0 20px;
    max-width: 62ch;
    text-align: left;
}

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

body .t-lead {
    color: #b8b5ac;
    font-size: 1.06rem;
    line-height: 1.72;
    max-width: 62ch;
    text-align: left;
}

body .t-hero-full {
    position: relative;
}

body .t-hero-full::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(9, 9, 8, 0.92), rgba(9, 9, 8, 0));
    pointer-events: none;
}

/* the seeded hero photos are bright; without a side scrim the headline
   sits on white paper and loses all contrast */
body .t-hero-full::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(9, 9, 8, 0.82) 0%, rgba(9, 9, 8, 0.5) 42%, rgba(9, 9, 8, 0.12) 78%);
    pointer-events: none;
}

body .t-hero-full .t-container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

body .t-hero-full h1,
body .t-hero-full .t-section-title {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.04;
    margin-bottom: 0.4em;
}

body .t-hero-full p:first-child {
    color: rgba(255, 255, 255, 0.82);
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-weight: 500;
}

body .t-hero-full p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.02rem;
    line-height: 1.7;
    max-width: 58ch;
}

body .t-hero-full h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.8rem);
}

body .t-hero-btns {
    gap: 14px;
    margin-top: 40px;
}

body .t-hero-btns:empty {
    display: none;
    margin: 0;
}

body .t-section[style*="url("] {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58vh;
    padding-top: 96px;
    padding-bottom: 96px;
}

body .t-section[style*="url("] .t-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

body .t-section[style*="url("]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(9, 9, 8, 0.42), rgba(9, 9, 8, 0.72));
    pointer-events: none;
}

body .t-section[style*="url("] .t-section-title {
    font-size: clamp(2.1rem, 4.2vw, 3.6rem);
    color: #ffffff;
    max-width: 20ch;
}

body .t-btn-primary,
body .t-btn-ghost,
body a.t-btn-primary,
body a.t-btn-ghost {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 16px 30px;
    transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

body .t-btn-primary,
body a.t-btn-primary {
    background: #eceae5;
    color: #0d0d0c;
    border: 1px solid #eceae5;
}

body .t-btn-primary:hover,
body a.t-btn-primary:hover {
    background: transparent;
    color: #eceae5;
}

body .t-btn-ghost,
body a.t-btn-ghost {
    background: transparent;
    color: #eceae5;
    border: 1px solid rgba(236, 234, 229, 0.42);
}

body .t-btn-ghost:hover,
body a.t-btn-ghost:hover {
    background: transparent;
    border-color: #eceae5;
}

body .t-grid {
    gap: 34px;
    border: 0;
}

body .t-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body .t-card:hover {
    transform: none;
    box-shadow: none;
}

body .t-card-img {
    border-radius: 0;
    overflow: hidden;
    background: #1a1a18;
    margin: 0;
}

body .t-card-img img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}

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

body .t-section img,
body .t-hero-full img {
    border-radius: 0;
    filter: none;
}

body .t-grid--3:has(> .t-card:nth-child(4):last-child) {
    grid-template-columns: 1fr 1fr;
}

body .t-grid .t-card:only-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    column-gap: 52px;
    align-items: center;
}

body .t-grid .t-card:only-child .t-card-img {
    grid-column: 1;
    grid-row: 1 / span 2;
    aspect-ratio: 3 / 2;
}

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

body .t-grid .t-card:only-child .t-card-title {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 0;
    font-size: 1.5rem;
}

body .t-grid .t-card:only-child .t-card-body {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    padding-top: 16px;
}

body .t-card-title {
    font-size: 1.12rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 22px 0 0;
    padding: 0;
    color: #eceae5;
    transition: color 0.3s ease;
}

body .t-card:hover .t-card-title {
    color: #d9d0bd;
}

body .t-card-body {
    padding: 10px 0 0;
    color: #97948b;
    font-size: 0.92rem;
    line-height: 1.66;
}

body .t-card-body p {
    color: #97948b;
    font-size: 0.92rem;
}

body .t-card-body a {
    display: inline-block;
    margin-top: 8px;
    color: #d9d0bd;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    transition: color 0.3s ease;
}

body .t-card-body a::after {
    content: " →";
}

body .t-card-body a:hover {
    color: #eceae5;
}

body .t-section--navy .t-card {
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(236, 234, 229, 0.14);
    padding: 28px 0 0;
}

body .t-section--navy blockquote.t-card-body {
    color: #d3d0c7;
    font-size: 1.04rem;
    line-height: 1.62;
    padding: 0;
    margin: 0;
    font-style: normal;
}

/* hub pages are grids of bare <a class="t-card t-card--link"> holding only a
   title — with padding:0 they read as loose text, so give them a row look */
body .t-card--link {
    border-top: 1px solid rgba(236, 234, 229, 0.14);
    padding: 22px 0 24px;
    transition: border-color 0.35s ease;
}

body .t-card--link:hover {
    border-top-color: rgba(236, 234, 229, 0.4);
}

body .t-card--link > .t-card-title {
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
}

body .t-card--link > .t-card-title::after {
    content: "→";
    color: #97948b;
    font-size: 0.95rem;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.35s ease;
}

body .t-card--link:hover > .t-card-title::after {
    color: #d9d0bd;
    transform: translateX(6px);
}

body .t-card-title + div:not([class]) {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.66rem;
    color: #6f6c64;
    margin-top: 6px;
}

body .t-section--white .t-container > div img,
body .t-section--soft .t-container > div img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: auto;
}

body .fx-header,
body .fx-header--solid {
    background: rgba(13, 13, 12, 0.82);
    backdrop-filter: saturate(140%) blur(14px);
    -webkit-backdrop-filter: saturate(140%) blur(14px);
    border-bottom: 1px solid rgba(236, 234, 229, 0.12);
}

body .fx-logo-text {
    font-family: var(--sa-sans);
    font-weight: 600;
    font-size: 1.18rem;
    letter-spacing: 0.02em;
    color: #eceae5;
    text-transform: none;
}

body .fx-nav a {
    font-family: var(--sa-sans);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.67rem;
    font-weight: 500;
    color: #b8b5ac;
    transition: color 0.3s ease;
}

body .fx-nav a:hover {
    color: #eceae5;
}

body .t-rich-footer,
body .t-footer,
footer.t-rich-footer {
    background: #090908;
    color: #97948b;
    border-top: 1px solid rgba(236, 234, 229, 0.14);
    padding-top: 92px;
    padding-bottom: 40px;
}

body .t-rich-footer-grid {
    gap: 56px;
    padding-bottom: 56px;
}

body .t-rich-footer-col h3 {
    font-family: var(--sa-sans);
    font-weight: 500;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #eceae5;
}

body .t-rich-footer-col h4,
body .t-rich-footer-col .t-rich-footer-title {
    font-family: var(--sa-sans);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.65rem;
    font-weight: 600;
    color: #6f6c64;
    margin-bottom: 20px;
}

body .t-rich-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .t-rich-footer-col li {
    color: #97948b;
    font-size: 0.92rem;
    line-height: 2.05;
}

body .t-rich-footer a {
    color: #97948b;
    font-size: 0.92rem;
    transition: color 0.3s ease;
}

body .t-rich-footer a:hover {
    color: #eceae5;
}

body .t-rich-footer-bottom {
    border-top: 1px solid rgba(236, 234, 229, 0.12);
    padding-top: 28px;
    color: #5d5a53;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
}

body .fx-hours-row {
    border-bottom: 1px solid rgba(236, 234, 229, 0.08);
    padding: 7px 0;
}

body .fx-hours-day {
    color: #b8b5ac;
    font-size: 0.86rem;
    letter-spacing: 0.02em;
}

body .fx-hours-time {
    color: #6f6c64;
    font-size: 0.86rem;
    letter-spacing: 0.02em;
}

body input[type="email"],
body input[type="text"],
body input[type="search"],
body input[type="tel"],
body textarea,
body select,
body .fx-newsletter input,
body .wpcf7-form input,
body .wpcf7-form select,
body .wpcf7-form textarea {
    border-radius: 0;
    border: 1px solid rgba(236, 234, 229, 0.28);
    background: transparent;
    color: #eceae5;
    font-family: var(--sa-sans);
    font-size: 0.92rem;
    padding: 15px 18px;
}

body input::placeholder,
body textarea::placeholder {
    color: #6f6c64;
}

body input:focus,
body textarea:focus {
    outline: 1px solid #d9d0bd;
    outline-offset: -1px;
    border-color: #d9d0bd;
}

body .t-card iframe,
body .t-section iframe {
    display: block;
    border: 0;
    filter: saturate(0.7) brightness(0.9);
}

body ::selection {
    background: #d9d0bd;
    color: #0d0d0c;
}

@media (max-width: 900px) {
    body .t-section {
        padding-top: 82px;
        padding-bottom: 82px;
    }

    body .t-rich-footer-grid {
        gap: 40px;
    }
}

@media (max-width: 640px) {
    body .t-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    body .t-section-title {
        max-width: none;
    }

    body .t-grid {
        gap: 26px;
    }

    body .t-grid .t-card:only-child {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    body .t-grid .t-card:only-child .t-card-img,
    body .t-grid .t-card:only-child .t-card-title,
    body .t-grid .t-card:only-child .t-card-body {
        grid-column: 1;
        grid-row: auto;
    }

    body .t-hero-full .t-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    body .t-hero-full h1,
    body .t-hero-full .t-section-title {
        overflow-wrap: break-word;
    }
}

/* ============================================================
   LIVE RUNTIME OVERRIDES
   studio-arch.fixit.gr runs body.fx-skin-glass + fx-arch-studio
   (light glass skin) over this dark design. Every rule below
   re-asserts the design at a specificity that beats the skin
   (0,2,1 vs 0,2,0) without !important.
============================================================ */

/* the live theme-options block owns every --color-content-* / --fx-input-*
   token; redefining them on body wins by inheritance regardless of order and
   fixes everything that reads them (inputs, links, skin gradients) at once */
body {
    --color-content-bg: #0d0d0c;
    --color-content-bg-alt: #131312;
    --color-content-heading: #eceae5;
    --color-content-text: #b8b5ac;
    --color-content-faded: #97948b;
    --color-content-primary: #eceae5;
    --color-content-accent: #d9d0bd;
    --color-content-link: #eceae5;
    --color-content-border: rgba(236, 234, 229, 0.14);
    --color-content-btn-bg: #eceae5;
    --color-content-btn-text: #0d0d0c;
    --fx-input-bg: transparent;
    --fx-input-border: rgba(236, 234, 229, 0.28);
    --fx-input-focus: #d9d0bd;
    --fx-input-radius: 0px;
}

body input[type="submit"],
body .wpcf7-submit {
    width: auto;
    background: #eceae5;
    color: #0d0d0c;
    border: 1px solid #eceae5;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 16px 30px;
    cursor: pointer;
    transition: background-color 0.35s ease, color 0.35s ease;
}

body input[type="submit"]:hover,
body .wpcf7-submit:hover {
    background: transparent;
    color: #eceae5;
}

body.fx-skin-glass {
    background-color: #0d0d0c;
    background-image: none;
    --g-card-bg: transparent;
    --g-card-brd: transparent;
    --g-radius: 0px;
    --g-blur: 0px;
    --fx-radius: 0px;
    --fx-radius-lg: 0px;
}

body.fx-skin-glass .t-section,
body.fx-skin-glass .t-section--white {
    background: #0d0d0c;
}

body.fx-skin-glass .t-section--soft {
    background: #131312;
}

body.fx-skin-glass .t-section--navy {
    background: #090908;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
}

body.fx-skin-glass .t-section[style*="url("] {
    background-color: #0d0d0c;
}

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

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

body.fx-skin-glass .t-section--navy .t-card {
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(236, 234, 229, 0.14);
    border-radius: 0;
    box-shadow: none;
    padding: 28px 0 0;
}

body.fx-skin-glass .t-card--link {
    border: 0;
    border-top: 1px solid rgba(236, 234, 229, 0.14);
    padding: 22px 0 24px;
}

body.fx-skin-glass .t-card--link:hover {
    border-top-color: rgba(236, 234, 229, 0.4);
}

body.fx-skin-glass .t-card-img {
    border-radius: 0;
    margin: 0;
    height: auto;
    box-shadow: none;
}

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

body.fx-skin-glass .t-btn-primary,
body.fx-skin-glass a.t-btn-primary {
    background-image: none;
    background-color: #eceae5;
    color: #0d0d0c;
    border: 1px solid #eceae5;
    border-radius: 0;
    padding: 16px 30px;
    box-shadow: none;
}

body.fx-skin-glass .t-btn-primary:hover,
body.fx-skin-glass a.t-btn-primary:hover {
    background-image: none;
    background-color: transparent;
    color: #eceae5;
    transform: none;
    box-shadow: none;
}

body.fx-skin-glass .t-btn-ghost,
body.fx-skin-glass a.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;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #eceae5;
    border: 1px solid rgba(236, 234, 229, 0.42);
    border-radius: 0;
    box-shadow: none;
}

body.fx-skin-glass .t-btn-ghost:hover,
body.fx-skin-glass a.t-btn-ghost:hover,
body.fx-skin-glass .t-hero-full .t-btn-ghost:hover,
body.fx-skin-glass .t-section--navy .t-btn-ghost:hover {
    background-color: transparent;
    border-color: #eceae5;
    transform: none;
    box-shadow: none;
}

body.fx-skin-glass .t-hero-full {
    background-color: #0d0d0c;
}

body.fx-skin-glass .t-hero-tag {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 0;
}

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

/* nested menu — the live menu is 4 parents with children and no rule
   in the parent hides ul.sub-menu, so every child spills into the header */
body .fx-nav-list > li {
    position: relative;
}

body .fx-nav-list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 232px;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: rgba(13, 13, 12, 0.97);
    border: 1px solid rgba(236, 234, 229, 0.12);
    border-radius: 0;
    box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
    z-index: 60;
}

body .fx-nav-list > li:hover > .sub-menu,
body .fx-nav-list > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

body .fx-nav-list .sub-menu li {
    width: auto;
    padding: 0;
}

body .fx-nav-list .sub-menu a {
    display: block;
    padding: 9px 22px;
    text-transform: none;
    letter-spacing: 0.01em;
    font-size: 0.86rem;
    color: #b8b5ac;
    white-space: nowrap;
}

body .fx-nav-list .sub-menu a:hover {
    color: #eceae5;
    background: rgba(236, 234, 229, 0.06);
}

/* the active item takes --color-content-accent (brass) from nimbus-base */
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,
body .fx-nav-mobile-list > li.current-menu-item > a,
body .fx-nav-mobile-list > li.current-menu-parent > a,
body .fx-nav-mobile-list > li.current-menu-ancestor > a {
    color: #eceae5;
}

/* fixit-core opens the drawer with .fx-open, but nav.js only ever sets
   aria-hidden — without this the hamburger never opens anything */
body .fx-nav-mobile {
    background: #0d0d0c;
    border-top: 1px solid rgba(236, 234, 229, 0.12);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

body.fx-nav-open {
    overflow: hidden;
}

body .fx-nav-mobile a {
    color: #b8b5ac;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
}

body .fx-nav-mobile .sub-menu a {
    text-transform: none;
    letter-spacing: 0.01em;
    font-size: 0.86rem;
}

@media (max-width: 900px) {
    body .fx-nav-mobile .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        border: 0;
        box-shadow: none;
        background: transparent;
        padding: 0 0 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }

    body .fx-nav-mobile .menu-item-has-children.is-open > .sub-menu {
        max-height: 640px;
    }
}

body.fx-skin-glass .fx-nav-cta.t-btn-primary,
body .fx-nav-cta.t-btn-primary {
    --color-content-primary: #eceae5;
    --fx-fs-nav-btn: 0.68rem;
    -webkit-text-fill-color: #0d0d0c;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 600;
    transition: background-color 0.35s ease;
}

body.fx-skin-glass .fx-nav-cta.t-btn-primary:hover,
body .fx-nav-cta.t-btn-primary:hover {
    --color-content-primary: #d9d0bd;
}

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

    body .fx-logo {
        gap: 8px;
    }

    body .fx-logo-wordmark,
    body .fx-logo-text {
        font-size: 0.95rem;
        letter-spacing: 0.02em;
    }

    body .fx-nav-cta.t-btn-primary,
    body.fx-skin-glass .fx-nav-cta.t-btn-primary {
        --fx-fs-nav-btn: 0.64rem;
        letter-spacing: 0.10em;
        white-space: nowrap;
    }
}

@media (max-width: 900px) {
    body .fx-nav-mobile ul,
    body .fx-nav-mobile li {
        list-style: none;
    }

    body .fx-nav-mobile li.menu-item-has-children > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    body .fx-nav-mobile li.menu-item-has-children > a::after {
        content: "";
        flex: 0 0 auto;
        width: 7px;
        height: 7px;
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        transform: translateY(-2px) rotate(45deg);
        transition: transform 0.3s ease;
        opacity: 0.65;
    }

    body .fx-nav-mobile li.menu-item-has-children.is-open > a::after {
        transform: translateY(1px) rotate(-135deg);
    }
}
