:root {
    --vl-ink: #201b18;
    --vl-muted: #756f68;
    --vl-soft: #f7f3ed;
    --vl-paper: #fffdfa;
    --vl-line: #e8ded0;
    --vl-gold: #b99a62;
    --vl-gold-dark: #8f6f3c;
    --vl-black: #11100f;
    --vl-shadow: 0 18px 48px rgba(32, 27, 24, 0.1);
    --vl-font-body: "IBM Plex Sans Arabic", "Tajawal", "Cairo", Arial, sans-serif;
    --vl-font-display: "Playfair Display", "Didot", "Bodoni 72", "Times New Roman", serif;
}

body {
    direction: rtl;
    font-family: var(--vl-font-body) !important;
    color: var(--vl-ink);
    background: var(--vl-paper);
}

body.is-ltr {
    direction: ltr;
    text-align: left;
}

body.is-rtl {
    direction: rtl;
    text-align: right;
}

body.is-ltr .site-frato-header__nav,
body.is-ltr .site-frato-header .site-frato-header__nav,
body.is-ltr .valore-nav,
body.is-ltr .frato-header-nav,
body.is-ltr .valore-footer,
body.is-ltr .gallery-hero-content,
body.is-ltr .contact-hero-content,
body.is-ltr .contact-section {
    direction: ltr;
}

body.is-ltr .site-frato-header__actions {
    direction: ltr;
}

#masthead,
#colophon {
    display: none !important;
}

.valore-header {
    display: none !important;
}

.site-frato-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 10000;
    height: 116px;
    color: #f7f3ed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    background: transparent;
    transition: height .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
    direction: ltr;
}

.site-frato-header__top {
    position: relative;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.site-frato-header__brand {
    color: currentColor;
    text-decoration: none;
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.site-frato-header__brand img {
    display: none;
}

.site-frato-header__brand::before {
    content: "VALORE";
}

.site-frato-header__brand::after {
    content: "";
    width: 31px;
    height: 31px;
    display: inline-block;
    background:
        linear-gradient(30deg, transparent 41%, currentColor 42% 45%, transparent 46%),
        linear-gradient(90deg, transparent 41%, currentColor 42% 45%, transparent 46%),
        linear-gradient(150deg, transparent 41%, currentColor 42% 45%, transparent 46%);
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .95;
}

.site-frato-header__tool {
    position: absolute;
    left: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: currentColor;
    text-decoration: none;
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-frato-header__tool--right {
    left: auto;
    right: 40px;
}

.site-frato-header__nav {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    direction: ltr;
}

.site-frato-header__nav a {
    color: currentColor;
    text-decoration: none;
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-frato-header__toggle {
    display: none;
    position: absolute;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid currentColor;
    background: transparent;
    color: currentColor;
}

.site-frato-header.is-scrolled {
    height: 74px;
    color: var(--vl-black);
    background: rgba(255, 255, 255, .96);
    border-bottom-color: rgba(17, 16, 15, .1);
    box-shadow: 0 8px 26px rgba(17, 16, 15, .07);
}

.site-frato-header.is-scrolled .site-frato-header__top {
    height: 74px;
}

.site-frato-header.is-scrolled .site-frato-header__brand {
    font-size: 26px;
}

.site-frato-header.is-scrolled .site-frato-header__brand img {
    filter: none;
}

.site-frato-header.is-scrolled .site-frato-header__nav {
    position: absolute;
    inset: 0;
    height: 74px;
    pointer-events: none;
}

.site-frato-header.is-scrolled .site-frato-header__nav a {
    pointer-events: auto;
}

@media (max-width: 1100px) {
    .site-frato-header__nav {
        gap: 18px;
    }

    .site-frato-header__nav a,
    .site-frato-header__tool {
        font-size: 12px;
    }
}

@media (max-width: 860px) {
    .site-frato-header {
        height: 74px;
    }

    .site-frato-header__top {
        height: 74px;
        justify-content: flex-start;
        padding: 0 18px;
    }

    .site-frato-header__brand {
        font-size: 25px;
    }

    .site-frato-header__tool {
        display: none;
    }

    .site-frato-header__toggle {
        display: inline-grid;
        place-items: center;
    }

    .site-frato-header__nav {
        display: none;
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        height: auto;
        padding: 22px 18px;
        background: rgba(255,255,255,.98);
        color: var(--vl-black);
        border-top: 1px solid rgba(17,16,15,.1);
        grid-template-columns: 1fr;
        gap: 14px;
        justify-items: start;
    }

    .site-frato-header.is-open .site-frato-header__nav {
        display: grid;
    }
}

.valore-shell {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.valore-header {
    position: sticky;
    top: 0;
    z-index: 9990;
    background: rgba(255, 253, 250, 0.92);
    border-bottom: 1px solid rgba(232, 222, 208, 0.9);
    backdrop-filter: blur(18px);
}

.valore-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.valore-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--vl-ink);
    text-decoration: none;
    font-weight: 800;
}

.valore-brand img {
    max-width: 156px;
    max-height: 54px;
    object-fit: contain;
}

.valore-brand__fallback {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    background: var(--vl-black);
    color: #f7f3ed;
    font-size: 18px;
    font-weight: 800;
}

.valore-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.valore-nav a {
    color: var(--vl-ink);
    text-decoration: none;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 700;
}

.valore-nav a:hover {
    color: var(--vl-gold-dark);
}

.valore-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.valore-icon-link,
.valore-btn,
.valore-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.valore-icon-link {
    width: 44px;
    border: 1px solid var(--vl-line);
    color: var(--vl-ink);
    background: #fff;
}

.valore-btn {
    padding: 0 20px;
    color: #f7f3ed !important;
    background: var(--vl-black);
    border: 1px solid var(--vl-black);
}

.valore-btn-outline {
    padding: 0 20px;
    color: var(--vl-ink) !important;
    background: transparent;
    border: 1px solid var(--vl-line);
}

.valore-btn:hover,
.valore-btn-outline:hover,
.valore-icon-link:hover {
    transform: translateY(-2px);
    box-shadow: var(--vl-shadow);
}

.valore-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--vl-line);
    background: #fff;
    color: var(--vl-ink);
}

.valore-hero {
    position: relative;
    min-height: 680px;
    display: grid;
    align-items: end;
    overflow: hidden;
    background: var(--vl-black);
}

.valore-hero__media {
    position: absolute;
    inset: 0;
}

.valore-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
}

.valore-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 16, 15, 0.25), rgba(17, 16, 15, 0.78)),
        linear-gradient(0deg, rgba(17, 16, 15, 0.88), rgba(17, 16, 15, 0.04) 58%);
}

.valore-hero__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: 0 0 96px;
    color: #f7f3ed;
}

.valore-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ead8b8;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.valore-kicker::before {
    content: "";
    width: 44px;
    height: 1px;
    background: currentColor;
}

.valore-hero h1,
.valore-page-hero h1 {
    color: inherit;
    font-size: clamp(40px, 6vw, 78px);
    line-height: 1.08;
    font-weight: 900;
    margin: 0 0 20px;
    letter-spacing: 0;
}

.valore-hero p,
.valore-page-hero p {
    color: #e6ddd2;
    max-width: 640px;
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 28px;
}

.valore-hero__actions,
.valore-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.valore-hero__actions .valore-btn {
    background: #fff;
    border-color: #fff;
    color: var(--vl-black) !important;
}

.valore-hero__actions .valore-btn-outline {
    color: #f7f3ed !important;
    border-color: rgba(255, 255, 255, 0.38);
}

.valore-section {
    padding: 96px 0;
}

.valore-section--soft {
    background: var(--vl-soft);
}

.valore-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    margin-bottom: 36px;
}

.valore-section__head h2,
.valore-card h3,
.valore-detail h2 {
    color: var(--vl-ink);
    font-weight: 900;
    margin: 0;
    letter-spacing: 0;
}

.valore-section__head h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.2;
}

.valore-section__head p {
    color: var(--vl-muted);
    max-width: 560px;
    line-height: 1.9;
    margin: 10px 0 0;
}

.valore-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.valore-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.valore-card {
    background: rgba(255, 253, 250, 0.72);
    border: 1px solid rgba(232, 222, 208, 0.72);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(32, 27, 24, 0.035);
}

.valore-card__media {
    aspect-ratio: 4 / 3;
    background: #e9e0d5;
    overflow: hidden;
}

.valore-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.valore-card:hover .valore-card__media img {
    transform: scale(1.045);
}

.valore-card__body {
    padding: 22px;
}

.valore-card h3 {
    font-size: 22px;
    line-height: 1.35;
}

.valore-card p {
    color: var(--vl-muted);
    line-height: 1.8;
    margin: 12px 0 20px;
}

.valore-card__meta {
    color: var(--vl-gold-dark);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}

.valore-stat {
    padding: 30px 24px;
    background: rgba(255, 253, 250, 0.72);
    border: 1px solid rgba(232, 222, 208, 0.72);
    border-radius: 4px;
    text-align: center;
}

.valore-stat strong {
    display: block;
    color: var(--vl-ink);
    font-size: 44px;
    line-height: 1;
    margin-bottom: 10px;
}

.valore-stat span {
    color: var(--vl-muted);
    font-weight: 700;
}

.valore-split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 52px;
    align-items: center;
}

.valore-split__media {
    aspect-ratio: 4 / 5;
    background: #e9e0d5;
    overflow: hidden;
}

.valore-split__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valore-list {
    display: grid;
    gap: 14px;
    margin: 28px 0;
}

.valore-list div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: var(--vl-muted);
    line-height: 1.8;
}

.valore-list i {
    color: var(--vl-gold-dark);
    margin-top: 7px;
}

.valore-page-hero {
    min-height: 76vh;
    display: grid;
    align-items: center;
    padding: 184px 0 88px;
    color: #f7f3ed;
    background:
        linear-gradient(180deg, rgba(17,16,15,.15), rgba(17,16,15,.68)),
        linear-gradient(90deg, rgba(17,16,15,.58), rgba(17,16,15,.08) 58%, rgba(17,16,15,.5)),
        #161411;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

.valore-page-hero .valore-shell {
    display: grid;
    justify-items: center;
}

.valore-page-hero .valore-kicker {
    color: #d8bc83;
}

.valore-page-hero .valore-kicker::before {
    content: none;
}

.valore-product-detail {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 44px;
    align-items: start;
}

.valore-gallery-main {
    aspect-ratio: 1 / 1;
    background: var(--vl-soft);
    overflow: hidden;
}

.valore-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valore-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.valore-thumbs button {
    aspect-ratio: 1 / 1;
    border: 1px solid var(--vl-line);
    padding: 0;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.valore-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valore-detail {
    position: sticky;
    top: 106px;
    padding: 42px;
    background: rgba(255, 253, 250, 0.72);
    border: 0;
    box-shadow: none;
}

.valore-detail h1 {
    color: var(--vl-ink);
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.98;
    font-weight: 500;
    margin: 0 0 16px;
}

.valore-detail__text {
    color: var(--vl-muted);
    line-height: 1.9;
}

.valore-footer {
    background:
        radial-gradient(circle at 50% 0%, rgba(185, 154, 98, 0.16), transparent 44%),
        linear-gradient(180deg, #68182f 0%, #4f1326 100%);
    color: #e6ddd2;
    padding: 64px 0 28px;
    border-top: 1px solid rgba(185, 154, 98, 0.28);
}

.valore-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 32px;
}

.valore-footer h3 {
    color: #f7f3ed;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 16px;
}

.valore-footer a {
    color: #e6ddd2;
    text-decoration: none;
}

.valore-footer a:hover {
    color: #d8bc83;
}

.valore-footer__links {
    display: grid;
    gap: 10px;
}

.valore-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.valore-footer__social-link {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216, 188, 131, 0.42);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #f7f3ed;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.valore-footer__social-link:hover,
.valore-footer__social-link:focus {
    background: #d8bc83;
    border-color: #d8bc83;
    color: #4f1326;
}

.valore-footer__social-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.valore-footer__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.valore-footer__contact-link svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: #d8bc83;
}

.valore-footer__bottom {
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(185, 154, 98, 0.28);
    font-size: 14px;
    color: #d8cfc5;
}

@media (max-width: 980px) {
    .valore-nav {
        position: absolute;
        inset-inline: 16px;
        top: 78px;
        display: none;
        grid-template-columns: 1fr;
        padding: 14px;
        background: #fff;
        border: 1px solid var(--vl-line);
        box-shadow: var(--vl-shadow);
    }

    .valore-header.is-open .valore-nav {
        display: grid;
    }

    .valore-mobile-toggle {
        display: inline-grid;
        place-items: center;
    }

    .valore-header__actions .valore-btn {
        display: none;
    }

    .valore-grid,
    .valore-grid--four,
    .valore-split,
    .valore-product-detail,
    .valore-footer__grid {
        grid-template-columns: 1fr;
    }

    .valore-section__head {
        display: block;
    }

    .valore-hero {
        min-height: 620px;
    }

    .valore-detail {
        position: static;
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .valore-shell {
        width: min(100% - 24px, 1180px);
    }

    .valore-header__inner {
        min-height: 68px;
    }

    .valore-brand img {
        max-width: 120px;
    }

    .valore-hero__content {
        padding-bottom: 64px;
    }

    .valore-section {
        padding: 68px 0;
    }

    .valore-hero p,
    .valore-page-hero p {
        font-size: 16px;
    }

    .valore-cta-row,
    .valore-hero__actions {
        display: grid;
    }

    .valore-btn,
    .valore-btn-outline {
        width: 100%;
    }
}

/* Frato-inspired editorial storefront direction */
.valore-header {
    position: fixed;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: none;
    transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, min-height .28s ease;
    overflow: hidden;
}

.valore-header__inner {
    min-height: 116px;
    position: relative;
    width: calc(100% - 80px);
    max-width: none;
    transition: min-height .28s ease;
}

.valore-brand {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    font-family: "Urbanist", "Tajawal", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.valore-header.is-scrolled .valore-brand {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.valore-brand img {
    display: none;
}

.valore-brand::after {
    content: "VALORE";
    color: #f7f3ed;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.22em;
}

.valore-nav {
    order: -1;
}

.valore-nav a {
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 12px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #f7f3ed;
}

.valore-header__actions .valore-btn {
    background: transparent;
    color: #f7f3ed !important;
    border-color: rgba(255, 255, 255, 0.72);
}

.valore-header .valore-icon-link {
    color: #f7f3ed;
    border-color: rgba(255, 255, 255, 0.45);
    background: transparent;
}

.valore-header.is-scrolled {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: rgba(17, 16, 15, 0.1);
    box-shadow: 0 8px 26px rgba(17, 16, 15, 0.07);
}

.valore-header.is-scrolled .valore-header__inner {
    min-height: 74px;
}

.valore-header.is-scrolled .valore-brand::after {
    color: var(--vl-black);
}

.valore-header.is-scrolled .valore-nav a {
    color: rgba(17, 16, 15, 0.84);
}

.valore-header.is-scrolled .valore-header__actions .valore-btn {
    color: var(--vl-black) !important;
    border-color: rgba(17, 16, 15, 0.5);
}

.valore-header.is-scrolled .valore-icon-link,
.valore-header.is-scrolled .valore-mobile-toggle {
    color: var(--vl-black);
    border-color: var(--vl-line);
    background: #fff;
}

.valore-header .valore-nav a,
.valore-header__actions .valore-btn {
    font-size: 0;
}

.valore-header .valore-nav a::after,
.valore-header__actions .valore-btn::after {
    font-size: 12px;
}

.valore-header .valore-nav a:nth-child(1)::after {
    content: "Home";
}

.valore-header .valore-nav a:nth-child(2)::after {
    content: "Collections";
}

.valore-header .valore-nav a:nth-child(3)::after {
    content: "Services";
}

.valore-header .valore-nav a:nth-child(4)::after {
    content: "Gallery";
}

.valore-header .valore-nav a:nth-child(5)::after {
    content: "About";
}

.valore-header .valore-nav a:nth-child(6)::after {
    content: "Contact";
}

.valore-header__actions .valore-btn::after {
    content: "Book a Visit";
}

.frato-header-nav,
.frato-header-tools {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.frato-header-nav {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    max-width: calc(100vw - 520px);
    justify-content: center;
    overflow: hidden;
}

.frato-header-tools {
    position: absolute;
    bottom: 24px;
}

.frato-header-tools--left {
    left: 0;
}

.frato-header-tools--right {
    right: 0;
}

.frato-header-nav a,
.frato-header-tools a {
    color: #f7f3ed;
    text-decoration: none;
    white-space: nowrap;
}

.frato-header-tools i {
    margin-inline-end: 8px;
}

.valore-header .valore-nav,
.valore-header .valore-header__actions,
.valore-header .valore-brand img,
.valore-header .valore-brand__fallback,
.valore-header .valore-brand span {
    display: none;
}

.valore-header.is-scrolled .frato-header-nav,
.valore-header.is-scrolled .frato-header-tools {
    bottom: 50%;
    transform: translateY(50%);
}

.valore-header.is-scrolled .frato-header-nav {
    transform: translate(-50%, 50%);
    max-width: calc(100vw - 620px);
}

.valore-header.is-scrolled .frato-header-nav a,
.valore-header.is-scrolled .frato-header-tools a {
    color: rgba(17, 16, 15, 0.9);
}

.valore-frato-hero {
    min-height: 100vh;
    position: relative;
    display: grid;
    align-items: end;
    background: #f6f1e9;
    color: #f7f3ed;
    padding-top: 82px;
    overflow: hidden;
}

.frato-home-hero {
    position: relative;
    min-height: 100vh;
    padding-top: 82px;
    background: #161411;
    color: #f7f3ed;
    overflow: hidden;
}

.frato-home-hero__media {
    position: absolute;
    inset: 0;
}

.frato-home-hero__media img,
.frato-home-hero__media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frato-home-hero__media img {
    opacity: 0;
    transform: scale(1);
    transition: opacity 1.25s ease;
}

.frato-home-hero__media video {
    opacity: 1;
    transform: none;
    animation: none;
    backface-visibility: hidden;
    image-rendering: auto;
}

.frato-home-hero__media img.is-active {
    opacity: 1;
    animation: fratoKenBurns 7.2s ease forwards;
}

.frato-home-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17,16,15,.15), rgba(17,16,15,.68)),
        linear-gradient(90deg, rgba(17,16,15,.58), rgba(17,16,15,.08) 58%, rgba(17,16,15,.5));
}

@keyframes fratoKenBurns {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.09);
    }
}

.frato-home-hero__content {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 82px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 96px 0 48px;
}

.frato-home-hero__eyebrow {
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #d8bc83;
    margin-bottom: 18px;
}

.frato-home-hero h1 {
    max-width: 940px;
    margin: 0;
    color: #f7f3ed;
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: clamp(58px, 11vw, 164px);
    font-weight: 500;
    line-height: .86;
    letter-spacing: 0;
}

.frato-home-hero p {
    max-width: 520px;
    color: #f7f3ed;
    font-size: 17px;
    line-height: 1.9;
    margin: 26px auto 32px;
}

.frato-home-hero,
.frato-home-hero h1,
.frato-home-hero p,
.frato-home-hero .frato-home-hero__eyebrow {
    color: #fff !important;
}

.frato-home-hero .valore-btn-outline {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
}

.frato-home-hero .valore-btn {
    color: #fff !important;
    border-color: #68182f !important;
    background: #68182f !important;
}

.frato-home-hero .valore-btn:hover,
.frato-home-hero .valore-btn-outline:hover {
    color: #fff !important;
    border-color: #7f213c !important;
    background: #7f213c !important;
}

.frato-section {
    padding: 120px 0;
    background: #f6f1e9;
}

.frato-section--white {
    background: #fff;
}

.frato-section__heading {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 36px;
    align-items: end;
    margin-bottom: 58px;
}

.frato-label {
    display: block;
    color: var(--vl-gold-dark);
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.frato-section__heading h2,
.frato-feature h2,
.frato-book h2 {
    margin: 0;
    color: var(--vl-black);
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: clamp(42px, 7vw, 104px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: 0;
}

.frato-section__heading p {
    max-width: 430px;
    color: var(--vl-muted);
    line-height: 1.85;
    margin: 0;
}

.frato-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.frato-product {
    color: var(--vl-black);
    text-decoration: none;
}

.frato-product__image {
    aspect-ratio: 4 / 5.15;
    background: #ebe4d9;
    overflow: hidden;
    margin-bottom: 18px;
}

.frato-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.frato-product:hover img {
    transform: scale(1.04);
}

.frato-product h3 {
    color: var(--vl-black);
    margin: 0 0 6px;
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
}

.frato-product span {
    color: var(--vl-muted);
    font-size: 14px;
}

.frato-product-carousel {
    position: relative;
    margin-inline: calc(50% - 50vw);
    padding-inline: clamp(18px, 2.4vw, 46px);
}

.frato-product-carousel__track {
    display: flex;
    grid-template-columns: none;
    gap: 34px;
    direction: ltr;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.frato-product-carousel__track::-webkit-scrollbar {
    display: none;
}

.frato-product-carousel__track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.frato-product-carousel__track .frato-product {
    flex: 0 0 clamp(320px, 31vw, 520px);
    scroll-snap-align: center;
    direction: rtl;
    text-align: right;
}

.frato-product-carousel__track .frato-product,
.frato-product-carousel__track .frato-product img {
    -webkit-user-drag: none;
}

.frato-product-carousel__arrow {
    position: absolute;
    top: 43%;
    z-index: 4;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: rgba(17, 16, 15, 0.42);
    opacity: 0.32;
    transition: opacity .22s ease, color .22s ease, transform .22s ease;
}

.frato-product-carousel:hover .frato-product-carousel__arrow,
.frato-product-carousel__arrow:focus-visible {
    opacity: 0.72;
    color: rgba(17, 16, 15, 0.82);
}

.frato-product-carousel__arrow:hover {
    opacity: 1;
}

.frato-product-carousel__arrow::before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.frato-product-carousel__arrow--prev {
    left: clamp(10px, 1.8vw, 32px);
    transform: translateY(-50%);
}

.frato-product-carousel__arrow--prev:hover {
    transform: translateY(-50%) scale(1.03);
}

.frato-product-carousel__arrow--prev::before {
    transform: rotate(-135deg);
}

.frato-product-carousel__arrow--next {
    right: clamp(10px, 1.8vw, 32px);
    transform: translateY(-50%);
}

.frato-product-carousel__arrow--next:hover {
    transform: translateY(-50%) scale(1.03);
}

.frato-product-carousel__arrow--next::before {
    transform: rotate(45deg);
}

@media (max-width: 900px) {
    .frato-product-carousel {
        margin-inline: -16px;
        padding-inline: 16px;
    }

    .frato-product-carousel__track {
        gap: 18px;
        padding-inline: 0;
    }

    .frato-product-carousel__track .frato-product {
        flex-basis: min(78vw, 340px);
    }

    .frato-product-carousel__arrow {
        width: 44px;
        height: 44px;
        opacity: 0.5;
    }

    .frato-product-carousel__arrow--prev {
        left: 6px;
    }

    .frato-product-carousel__arrow--next {
        right: 6px;
    }
}

.frato-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 720px;
    background: #fff;
}

.frato-feature__media {
    overflow: hidden;
    background: #e9e0d5;
}

.frato-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frato-feature__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7vw;
}

.frato-feature p {
    max-width: 560px;
    color: var(--vl-muted);
    font-size: 17px;
    line-height: 1.9;
    margin: 26px 0 34px;
}

.frato-book {
    min-height: 520px;
    display: grid;
    place-items: center;
    text-align: center;
    background: #161411;
    color: #f7f3ed;
}

.frato-book h2 {
    color: #f7f3ed;
    max-width: 980px;
    margin: 0 auto 34px;
}

.frato-book .frato-label {
    color: #d8bc83;
}

.frato-empty {
    padding: 80px 0;
    border-top: 1px solid rgba(17,16,15,.12);
    color: var(--vl-muted);
    text-align: center;
}

.valore-frato-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: calc(100vh - 82px);
    padding: 0 6vw 7vw;
}

.valore-frato-hero__eyebrow,
.valore-editorial-label {
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vl-gold-dark);
}

.valore-frato-hero h1 {
    margin: 18px 0 22px;
    max-width: 900px;
    color: currentColor;
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: clamp(58px, 10vw, 148px);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: 0;
}

.valore-frato-hero p {
    max-width: 520px;
    color: #f7f3ed;
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 34px;
}

.valore-frato-hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.valore-frato-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valore-frato-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(17,16,15,.78), rgba(17,16,15,.1) 55%),
        linear-gradient(90deg, rgba(17,16,15,.42), rgba(17,16,15,.08));
}

.valore-frato-hero--plain {
    color: var(--vl-black);
}

.valore-frato-hero--plain .valore-frato-hero__copy {
    align-items: flex-start;
}

.valore-frato-hero--plain p {
    color: var(--vl-muted);
}

.valore-frato-section {
    padding: 116px 0;
    background: #fff;
}

.valore-frato-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
}

.valore-frato-title h2 {
    margin: 8px 0 0;
    color: var(--vl-black);
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: clamp(36px, 5.5vw, 82px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.valore-frato-title p {
    max-width: 420px;
    color: var(--vl-muted);
    line-height: 1.8;
}

.valore-collection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.valore-collection-card {
    text-decoration: none;
    color: var(--vl-black);
    display: block;
    padding: 0 0 18px;
    background: rgba(255, 253, 250, 0.58);
    border: 1px solid rgba(232, 222, 208, 0.58);
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(32, 27, 24, 0.032);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.valore-collection-card:hover {
    transform: translateY(-3px);
    border-color: rgba(185, 154, 98, 0.34);
    box-shadow: 0 8px 18px rgba(32, 27, 24, 0.055);
}

.valore-collection-card__image {
    aspect-ratio: 4 / 5;
    background: #eee7dc;
    overflow: hidden;
    margin-bottom: 18px;
}

.valore-collection-card h3,
.valore-collection-card span {
    padding-inline: 18px;
}

.valore-frato-list {
    border-top: 1px solid rgba(17, 16, 15, 0.14);
}

.valore-frato-list__item {
    display: grid;
    grid-template-columns: 1fr 340px 120px;
    gap: 28px;
    align-items: center;
    min-height: 168px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(17, 16, 15, 0.14);
    color: var(--vl-black);
    text-decoration: none;
}

.valore-frato-list__item h3 {
    margin: 0;
    color: var(--vl-black);
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: clamp(34px, 4.8vw, 74px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.valore-frato-list__item span {
    color: var(--vl-gold-dark);
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.valore-frato-list__thumb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee7dc;
}

.valore-frato-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valore-frato-list__link {
    justify-self: end;
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.valore-collection-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.valore-collection-card:hover img {
    transform: scale(1.045);
}

.valore-collection-card h3 {
    margin: 0 0 6px;
    color: var(--vl-black);
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.valore-collection-card span {
    color: var(--vl-muted);
    font-size: 14px;
}

.valore-editorial-band {
    background: #161411;
    color: #f7f3ed;
}

.valore-editorial {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 64px;
    align-items: center;
}

.valore-editorial__image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #2a2621;
}

.valore-editorial__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valore-editorial h2 {
    color: #f7f3ed;
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: clamp(38px, 5vw, 78px);
    font-weight: 500;
    line-height: 1;
    margin: 14px 0 24px;
}

.valore-editorial p {
    color: #f7f3ed;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.9;
}

.valore-frato-cta {
    min-height: 480px;
    display: grid;
    place-items: center;
    text-align: center;
    background: #f6f1e9;
}

.valore-frato-cta h2 {
    max-width: 860px;
    margin: 0 auto 24px;
    color: var(--vl-black);
    font-family: "Urbanist", "Tajawal", sans-serif;
    font-size: clamp(42px, 6vw, 92px);
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 1100px) {
    .valore-frato-hero,
    .valore-editorial {
        grid-template-columns: 1fr;
    }

    .valore-collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .valore-frato-list__item {
        grid-template-columns: 1fr;
    }

    .valore-frato-list__link {
        justify-self: start;
    }
}

@media (max-width: 900px) {
    .frato-section__heading,
    .frato-feature {
        grid-template-columns: 1fr;
    }

    .frato-product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .frato-feature {
        min-height: auto;
    }

    .frato-feature__media {
        min-height: 460px;
    }
}

@media (max-width: 980px) {
    .valore-brand {
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .frato-header-nav,
    .frato-header-tools {
        display: none;
    }

    .valore-header .valore-header__actions {
        display: flex;
        margin-inline-start: auto;
    }
}

@media (max-width: 640px) {
    .valore-frato-hero__copy {
        padding: 56px 18px 72px;
    }

    .valore-frato-section {
        padding: 76px 0;
    }

    .valore-frato-title {
        display: block;
    }

    .valore-collection-grid {
        grid-template-columns: 1fr;
    }

    .frato-section {
        padding: 78px 0;
    }

    .frato-product-grid {
        grid-template-columns: 1fr;
    }

    .frato-home-hero__content {
        padding-bottom: 72px;
    }
}

/* Final Frato-style header rebuild */
.site-frato-header,
.site-frato-header * {
    box-sizing: border-box;
}

.site-frato-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 100000 !important;
    width: 100%;
    height: 164px;
    display: block !important;
    direction: ltr;
    unicode-bidi: isolate;
    color: #f7f3ed;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    transition: height .28s ease, background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.site-frato-header__top {
    position: relative !important;
    height: 92px;
    display: block !important;
    width: 100%;
    padding: 0 40px;
}

.site-frato-header__brand {
    position: absolute !important;
    left: 50% !important;
    top: 46px !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: max-content;
    color: currentColor !important;
    text-decoration: none !important;
    font-family: "Urbanist", "Jost", Arial, sans-serif !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

.site-frato-header__brand::before,
.site-frato-header__brand::after {
    content: none !important;
}

.site-frato-header__brand img {
    display: none !important;
}

.site-frato-header__brand-text {
    display: inline-block !important;
    color: currentColor;
}

.site-frato-header__brand-mark {
    position: relative;
    display: inline-block !important;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.site-frato-header__brand-mark::before,
.site-frato-header__brand-mark::after {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1.5px solid currentColor;
    transform: rotate(45deg);
}

.site-frato-header__brand-mark::after {
    inset: 9px;
    border-radius: 50%;
    transform: none;
}

.site-frato-header__tool {
    position: absolute !important;
    top: 50% !important;
    left: 40px !important;
    right: auto !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: max-content;
    color: currentColor !important;
    text-decoration: none !important;
    font-family: "Urbanist", "Jost", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-frato-header__tool i {
    font-size: 17px;
    line-height: 1;
}

.site-frato-header__tool--right {
    left: auto !important;
    right: 40px !important;
}

.site-frato-header__nav {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    height: 72px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 34px;
    direction: ltr;
    unicode-bidi: isolate;
    padding: 0 240px;
    border-top: 0;
    background: transparent;
}

.site-frato-header__nav a {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: currentColor !important;
    text-decoration: none !important;
    font-family: "Urbanist", "Jost", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-frato-header__nav a:nth-child(1),
.site-frato-header__nav a:nth-child(2),
.site-frato-header__nav a:nth-child(3) {
    padding-inline-end: 16px;
}

.site-frato-header__nav a:nth-child(1)::after,
.site-frato-header__nav a:nth-child(2)::after,
.site-frato-header__nav a:nth-child(3)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
}

.site-frato-header__toggle {
    display: none !important;
}

.site-frato-header.is-scrolled {
    height: 74px;
    color: #11100f;
    background: rgba(255, 255, 255, 0.97);
    border-bottom-color: rgba(17, 16, 15, 0.1);
    box-shadow: 0 8px 26px rgba(17, 16, 15, 0.07);
}

.site-frato-header.is-scrolled .site-frato-header__top {
    height: 74px;
}

.site-frato-header.is-scrolled .site-frato-header__brand {
    top: 37px !important;
    font-size: 28px !important;
}

.site-frato-header.is-scrolled .site-frato-header__brand-mark {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
}

.site-frato-header.is-scrolled .site-frato-header__brand-mark::before {
    inset: 4px;
}

.site-frato-header.is-scrolled .site-frato-header__brand-mark::after {
    inset: 7px;
}

.site-frato-header.is-scrolled .site-frato-header__nav {
    position: absolute !important;
    inset: 0 !important;
    height: 74px !important;
    padding: 0 340px;
    border-top: 0;
    pointer-events: none;
}

.site-frato-header.is-scrolled .site-frato-header__nav a {
    pointer-events: auto;
}

@media (max-width: 1280px) {
    .site-frato-header__nav {
        gap: 24px;
        padding-inline: 210px;
    }

    .site-frato-header.is-scrolled .site-frato-header__nav {
        padding-inline: 300px;
    }
}

@media (max-width: 1120px) {
    .site-frato-header__brand {
        font-size: 34px !important;
    }

    .site-frato-header__nav {
        gap: 18px;
        padding-inline: 170px;
    }

    .site-frato-header__nav a,
    .site-frato-header__tool {
        font-size: 12px !important;
    }

    .site-frato-header.is-scrolled .site-frato-header__nav {
        padding-inline: 250px;
    }
}

@media (max-width: 960px) {
    .site-frato-header {
        height: 74px;
    }

    .site-frato-header__top {
        height: 74px;
        padding-inline: 18px;
    }

    .site-frato-header__brand {
        left: 18px !important;
        top: 37px !important;
        transform: translateY(-50%) !important;
        font-size: 28px !important;
    }

    .site-frato-header__brand-mark {
        width: 21px;
        height: 21px;
        flex-basis: 21px;
    }

    .site-frato-header__tool {
        display: none !important;
    }

    .site-frato-header__toggle {
        position: absolute !important;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
        width: 42px;
        height: 42px;
        display: inline-grid !important;
        place-items: center;
        color: currentColor;
        border: 1px solid currentColor;
        background: transparent;
    }

    .site-frato-header__nav {
        position: absolute !important;
        top: 74px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        height: auto !important;
        display: none !important;
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 18px;
        padding: 24px 18px !important;
        color: #11100f;
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid rgba(17, 16, 15, 0.1);
    }

    .site-frato-header.is-open .site-frato-header__nav {
        display: grid !important;
    }

    .site-frato-header.is-scrolled .site-frato-header__nav {
        top: 74px !important;
        inset: auto 0 auto 0 !important;
        height: auto !important;
        pointer-events: auto;
    }
}

/* Header alignment refinement */
.site-frato-header .site-frato-header__tool {
    top: 128px !important;
    font-size: 14.5px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

.site-frato-header .site-frato-header__nav a {
    font-size: 14.5px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

.site-frato-header__search-icon,
.site-frato-header__user-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: currentColor;
}

.site-frato-header__search-icon::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 11px;
    height: 11px;
    border: 1.8px solid currentColor;
    border-radius: 50%;
}

.site-frato-header__search-icon::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 7px;
    height: 1.8px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
}

.site-frato-header__user-icon::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 6px;
    border: 1.8px solid currentColor;
    border-radius: 50%;
}

.site-frato-header__user-icon::after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 1px;
    width: 12px;
    height: 8px;
    border: 1.8px solid currentColor;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.site-frato-header.is-scrolled .site-frato-header__brand {
    left: 40px !important;
    top: 37px !important;
    transform: translateY(-50%) !important;
}

.site-frato-header.is-scrolled .site-frato-header__tool {
    top: 37px !important;
}

.site-frato-header.is-scrolled .site-frato-header__tool:not(.site-frato-header__tool--right) {
    left: 158px !important;
}

.site-frato-header.is-scrolled .site-frato-header__nav {
    padding: 0 360px 0 320px !important;
}

@media (max-width: 1280px) {
    .site-frato-header .site-frato-header__tool,
    .site-frato-header .site-frato-header__nav a {
        font-size: 13.5px !important;
    }

    .site-frato-header.is-scrolled .site-frato-header__brand {
        left: 32px !important;
    }

    .site-frato-header.is-scrolled .site-frato-header__tool:not(.site-frato-header__tool--right) {
        left: 138px !important;
    }

    .site-frato-header.is-scrolled .site-frato-header__nav {
        gap: 22px;
        padding: 0 300px 0 260px !important;
    }
}

@media (max-width: 1120px) {
    .site-frato-header.is-scrolled .site-frato-header__brand {
        display: none !important;
    }

    .site-frato-header.is-scrolled .site-frato-header__tool:not(.site-frato-header__tool--right) {
        left: 32px !important;
    }

    .site-frato-header.is-scrolled .site-frato-header__nav {
        gap: 16px;
        padding: 0 260px 0 150px !important;
    }
}

@media (max-width: 960px) {
    .site-frato-header .site-frato-header__tool {
        display: none !important;
    }

    .site-frato-header.is-scrolled .site-frato-header__brand {
        display: inline-flex !important;
        left: 18px !important;
    }
}

/* Inner pages need layout space because the Frato header is fixed. */
body.valore-is-inner #page {
    padding-top: 0;
}

body.valore-is-inner .site-frato-header {
    color: #f7f3ed;
    background: rgba(17, 16, 15, 0.18);
    border-bottom-color: transparent;
    backdrop-filter: blur(14px);
}

body.valore-is-inner .site-frato-header.is-scrolled {
    color: var(--vl-black);
    background: rgba(255, 253, 250, 0.96);
    border-bottom-color: rgba(17, 16, 15, 0.1);
}

body.valore-is-inner .valore-page-hero {
    min-height: 76vh;
    padding-top: 184px;
}

body.valore-is-inner .valore-page-hero h1 {
    margin-top: 0;
}

/* Keep only the original project header actions: call and booking. */
.site-frato-header__actions {
    position: absolute;
    top: 128px;
    right: 40px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    transform: translateY(-50%);
    direction: rtl;
}

.site-frato-header__phone,
.site-frato-header__visit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor !important;
    text-decoration: none !important;
    font-family: "Tajawal", "Urbanist", Arial, sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.site-frato-header__phone {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.site-frato-header__phone-icon {
    display: block;
    width: 21px;
    height: 21px;
    fill: currentColor;
    transform: none;
}

.site-frato-header__visit {
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid currentColor;
}

.site-frato-header .site-frato-header__nav {
    direction: rtl;
    padding: 0 260px 0 40px !important;
}

.site-frato-header .site-frato-header__nav a:nth-child(1),
.site-frato-header .site-frato-header__nav a:nth-child(2),
.site-frato-header .site-frato-header__nav a:nth-child(3) {
    padding-inline-end: 0;
}

.site-frato-header .site-frato-header__nav a::after {
    content: none !important;
}

.site-frato-header.is-scrolled .site-frato-header__actions {
    top: 37px;
}

.site-frato-header.is-scrolled .site-frato-header__phone {
    border-color: rgba(17, 16, 15, 0.22);
}

.site-frato-header.is-scrolled .site-frato-header__nav {
    padding: 0 260px 0 170px !important;
}

@media (max-width: 1120px) {
    .site-frato-header .site-frato-header__nav {
        padding-inline: 180px 32px !important;
    }

    .site-frato-header.is-scrolled .site-frato-header__nav {
        padding-inline: 210px 32px !important;
    }

    .site-frato-header__visit {
        padding-inline: 14px;
    }
}

@media (max-width: 960px) {
    body.valore-is-inner #page {
        padding-top: 0;
    }

    body.valore-is-inner .valore-page-hero {
        min-height: 540px;
        padding: 132px 0 72px;
        background-attachment: scroll;
    }

    .site-frato-header__actions {
        display: none;
    }

    .site-frato-header .site-frato-header__nav,
    .site-frato-header.is-scrolled .site-frato-header__nav {
        padding: 24px 18px !important;
    }
}

/* True-center desktop header links; side actions must not shift the nav group. */
@media (min-width: 961px) {
    .site-frato-header .site-frato-header__nav {
        position: absolute !important;
        top: 92px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 72px !important;
        padding: 0 !important;
        justify-content: center !important;
        gap: 34px;
    }

    .site-frato-header.is-scrolled .site-frato-header__nav {
        top: 0 !important;
        height: 74px !important;
        padding: 0 !important;
    }

    .site-frato-header__actions {
        right: 40px;
    }
}

/* Match header tab typography with the Arabic site font. */
.site-frato-header .site-frato-header__nav a {
    font-family: "Tajawal", "Cairo", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

/* Unify white page backgrounds into the brand beige tone. */
:root {
    --vl-paper: #f3eadc;
    --vl-soft: #f3eadc;
    --vl-beige: #f3eadc;
    --vl-maroon: #68182f;
    --vl-maroon-hover: #7f213c;
}

body,
#page,
.site,
.frato-section,
.frato-section--white,
.frato-feature,
.valore-frato-section,
.valore-frato-cta,
.valore-page,
.valore-split,
.valore-card,
.contact-section,
.contact-info,
.contact-form,
.valore-footer,
.valore-collection-card__image,
.frato-product__image {
    background-color: var(--vl-beige) !important;
}

.site-frato-header.is-scrolled,
body.valore-is-inner .site-frato-header.is-scrolled,
.site-frato-header.is-open .site-frato-header__nav {
    background: rgba(243, 234, 220, 0.96) !important;
}

@media (max-width: 960px) {
    .site-frato-header__nav,
    .site-frato-header.is-scrolled .site-frato-header__nav {
        background: rgba(243, 234, 220, 0.98) !important;
    }
}

.valore-btn,
button.valore-btn,
a.valore-btn,
.contact-form button {
    color: #fff !important;
    background: var(--vl-maroon) !important;
    border-color: var(--vl-maroon) !important;
}

.valore-btn:hover,
button.valore-btn:hover,
a.valore-btn:hover,
.contact-form button:hover {
    color: #fff !important;
    background: var(--vl-maroon-hover) !important;
    border-color: var(--vl-maroon-hover) !important;
}

/* Final pass: replace any remaining black button styles with brand maroon. */
a.valore-btn,
.valore-btn,
.button,
.more-link,
input[type="submit"],
input[type="button"],
html .elementor-button,
html .ekit-wid-con .elementskit-btn,
html .ekit-wid-con .ekit_creative_button,
button:not(.site-frato-header__toggle):not(.site-frato-header__phone):not(.site-frato-header__visit):not(.site-frato-header__nav-toggle):not(.frato-product-carousel__arrow):not(.site-frato-header__dropdown-arrow) {
    color: #fff !important;
    background-color: var(--vl-maroon) !important;
    background-image: none !important;
    border-color: var(--vl-maroon) !important;
}

a.valore-btn:hover,
.valore-btn:hover,
.button:hover,
.more-link:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
html .elementor-button:hover,
html .ekit-wid-con .elementskit-btn:hover,
html .ekit-wid-con .ekit_creative_button:hover,
button:not(.site-frato-header__toggle):not(.site-frato-header__phone):not(.site-frato-header__visit):not(.site-frato-header__nav-toggle):not(.frato-product-carousel__arrow):not(.site-frato-header__dropdown-arrow):hover {
    color: #fff !important;
    background-color: var(--vl-maroon-hover) !important;
    background-image: none !important;
    border-color: var(--vl-maroon-hover) !important;
}

/* Improve small editorial typography across the Frato-style sections. */
.frato-label,
.valore-editorial-label,
.valore-frato-hero__eyebrow,
.frato-home-hero__eyebrow {
    font-size: clamp(14px, 0.95vw, 16px) !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
}

.frato-section__heading p,
.valore-frato-title p,
.frato-feature p,
.valore-editorial p,
.valore-page-hero p {
    font-size: clamp(17px, 1.15vw, 20px) !important;
    line-height: 1.9 !important;
}

.frato-section__heading h2,
.frato-feature h2,
.frato-book h2,
.valore-frato-title h2 {
    font-size: clamp(54px, 6.4vw, 112px) !important;
    line-height: 0.98 !important;
}

.frato-product h3,
.valore-collection-card h3 {
    font-size: clamp(25px, 1.8vw, 34px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

.frato-product span,
.valore-collection-card span,
.valore-frato-list__item span,
.valore-frato-list__link {
    font-size: clamp(15px, 1vw, 17px) !important;
}

@media (max-width: 700px) {
    .frato-section__heading h2,
    .frato-feature h2,
    .frato-book h2,
    .valore-frato-title h2 {
        font-size: clamp(40px, 12vw, 58px) !important;
    }
}

/* Inner pages: keep the header transparent over the hero image; home keeps its own behavior. */
body.valore-is-inner .site-frato-header:not(.is-scrolled) {
    color: #fff !important;
    background: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.28) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.valore-is-inner .site-frato-header:not(.is-scrolled) .site-frato-header__top,
body.valore-is-inner .site-frato-header:not(.is-scrolled) .site-frato-header__nav {
    background: transparent !important;
}

body.valore-is-inner .site-frato-header:not(.is-scrolled) .site-frato-header__phone,
body.valore-is-inner .site-frato-header:not(.is-scrolled) .site-frato-header__visit {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
}

.gallery-hero,
.contact-hero,
.valore-page-hero {
    background-size: cover !important;
    background-position: center !important;
}

.frato-home-hero .valore-btn,
.frato-home-hero .valore-btn:visited,
.frato-home-hero .valore-btn:hover,
.frato-home-hero .valore-btn:focus {
    color: #fff !important;
}

/* Brand typography refresh: IBM Plex Sans Arabic for Arabic interface, Cormorant for large English display titles. */
body,
body *,
button,
input,
textarea,
select {
    font-family: var(--vl-font-body) !important;
}

body.is-ltr .frato-home-hero h1,
body.is-ltr .valore-page-hero h1,
body.is-ltr .frato-section__heading h2,
body.is-ltr .frato-feature h2,
body.is-ltr .frato-book h2,
body.is-ltr .valore-frato-title h2,
body.is-ltr .gallery-hero h1,
body.is-ltr .contact-hero h1,
html[lang="en"] .frato-home-hero h1,
html[lang="en"] .valore-page-hero h1,
html[lang="en"] .frato-section__heading h2,
html[lang="en"] .frato-feature h2,
html[lang="en"] .frato-book h2,
html[lang="en"] .valore-frato-title h2,
html[lang="en"] .gallery-hero h1,
html[lang="en"] .contact-hero h1 {
    font-family: var(--vl-font-display) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

body.is-rtl .frato-home-hero h1,
body.is-rtl .valore-page-hero h1,
body.is-rtl .frato-section__heading h2,
body.is-rtl .frato-feature h2,
body.is-rtl .frato-book h2,
body.is-rtl .valore-frato-title h2,
body.is-rtl .gallery-hero h1,
body.is-rtl .contact-hero h1,
html[lang="ar"] .frato-home-hero h1,
html[lang="ar"] .valore-page-hero h1,
html[lang="ar"] .frato-section__heading h2,
html[lang="ar"] .frato-feature h2,
html[lang="ar"] .frato-book h2,
html[lang="ar"] .valore-frato-title h2,
html[lang="ar"] .gallery-hero h1,
html[lang="ar"] .contact-hero h1 {
    font-family: var(--vl-font-body) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.site-frato-header__brand,
.site-frato-header__nav a,
.site-frato-header__phone,
.site-frato-header__visit,
.valore-btn,
.valore-btn-outline {
    font-family: var(--vl-font-body) !important;
}

/* Final header typography: keep every header tab/action on the same Arabic UI font. */
.site-frato-header,
.site-frato-header__nav,
.site-frato-header__nav a,
.site-frato-header__actions,
.site-frato-header__phone,
.site-frato-header__visit,
.frato-header-nav,
.frato-header-nav a,
.valore-nav,
.valore-nav a,
.valore-header__actions,
.valore-header__actions a,
.valore-mobile-toggle {
    font-family: var(--vl-font-body) !important;
}

.site-frato-header__nav a,
.frato-header-nav a,
.valore-nav a {
    font-size: 16.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.site-frato-header__phone,
.site-frato-header__visit,
.valore-header__actions a,
.valore-mobile-toggle {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

html body .site-frato-header .site-frato-header__nav > a,
html[lang="ar"] body .site-frato-header .site-frato-header__nav > a,
body.is-rtl .site-frato-header .site-frato-header__nav > a {
    font-family: var(--vl-font-body) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}

/* Final luxury header and hero pass. */
.site-frato-header__brand {
    gap: 0 !important;
}

.site-frato-header__brand::before,
.site-frato-header__brand::after,
.site-frato-header__brand-mark {
    content: none !important;
    display: none !important;
}

.site-frato-header__brand-text {
    display: inline-block !important;
    font-family: var(--vl-font-body) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.site-frato-header__nav a,
.frato-header-nav a,
.valore-nav a,
html body .site-frato-header .site-frato-header__nav > a,
html[lang="ar"] body .site-frato-header .site-frato-header__nav > a,
body.is-rtl .site-frato-header .site-frato-header__nav > a {
    font-family: var(--vl-font-body) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

html[lang="en"] .site-frato-header__nav a,
body.is-ltr .site-frato-header__nav a {
    font-family: var(--vl-font-display) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.site-frato-header__search {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: currentColor !important;
    background: transparent !important;
    border: 1px solid currentColor !important;
    box-shadow: none !important;
    cursor: pointer;
}

.site-frato-header__search:hover,
.site-frato-header__search:focus {
    color: currentColor !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: currentColor !important;
}

.site-frato-header.is-scrolled .site-frato-header__search:hover,
.site-frato-header.is-scrolled .site-frato-header__search:focus {
    background: rgba(17, 16, 15, 0.06) !important;
}

.site-frato-header__search svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.valore-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 116px 22px 22px;
    background: rgba(17, 16, 15, 0.72);
    backdrop-filter: blur(12px);
}

.valore-search-overlay[hidden] {
    display: none !important;
}

.valore-search-panel {
    position: relative;
    width: min(720px, 100%);
    padding: 34px;
    color: var(--vl-ink);
    background: var(--vl-beige);
    border: 1px solid rgba(104, 24, 47, 0.22);
}

.valore-search-panel label {
    display: block;
    margin-bottom: 14px;
    color: var(--vl-maroon);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.valore-search-panel__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.valore-search-panel input,
.valore-search-page__form input {
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
    color: var(--vl-ink);
    background: rgba(255, 255, 255, 0.38);
    border: 1px solid rgba(32, 27, 24, 0.18);
    outline: none;
}

.valore-search-panel input:focus,
.valore-search-page__form input:focus {
    border-color: var(--vl-maroon);
}

.valore-search-panel button[type="submit"],
.valore-search-page__form button {
    min-height: 50px;
    padding: 0 26px;
    color: #fff !important;
    background: var(--vl-maroon) !important;
    border: 1px solid var(--vl-maroon) !important;
}

.valore-search-panel__close {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    width: 34px;
    height: 34px;
    padding: 0;
    color: var(--vl-ink) !important;
    background: transparent !important;
    border: 1px solid rgba(32, 27, 24, 0.22) !important;
    font-size: 24px;
    line-height: 1;
}

.valore-search-page {
    min-height: 74vh;
    padding: 168px 0 96px;
    background: var(--vl-beige);
}

.valore-search-page__form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin-bottom: 54px;
}

.valore-search-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.valore-search-card {
    color: var(--vl-ink);
    text-decoration: none;
}

.valore-search-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 18px;
}

.valore-search-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--vl-gold-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.valore-search-card h2 {
    margin: 0;
    color: var(--vl-ink);
    font-size: clamp(24px, 2.2vw, 36px);
    font-weight: 500;
    line-height: 1.15;
}

.valore-search-page__empty {
    padding: 38px;
    color: var(--vl-muted);
    border: 1px solid rgba(32, 27, 24, 0.14);
}

.frato-home-hero__content {
    min-height: calc(100vh - 82px) !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 110px 0 78px !important;
    text-align: center !important;
}

.frato-home-hero h1 {
    margin: 0 auto !important;
    color: #fff !important;
    text-align: center !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    padding-inline: clamp(16px, 3vw, 48px);
}

.frato-home-hero__title-line {
    display: block;
    white-space: nowrap;
}

html[lang="en"] .frato-home-hero h1,
body.is-ltr .frato-home-hero h1 {
    max-width: min(1180px, 94vw) !important;
    font-family: var(--vl-font-display) !important;
    font-size: clamp(46px, 5.35vw, 92px) !important;
    font-weight: 400 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

html[lang="en"] .frato-home-hero__title-line,
body.is-ltr .frato-home-hero__title-line {
    font-family: var(--vl-font-display) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

html[lang="ar"] .frato-home-hero h1,
body.is-rtl .frato-home-hero h1 {
    width: min(1280px, 94vw) !important;
    max-width: min(1280px, 94vw) !important;
    font-family: var(--vl-font-body) !important;
    font-size: clamp(46px, 6.4vw, 92px) !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    transform: translateX(clamp(22px, 2.7vw, 54px));
}

html[lang="ar"] .frato-home-hero__title-line,
body.is-rtl .frato-home-hero__title-line {
    width: 100%;
    display: block;
    white-space: normal !important;
    text-wrap: balance;
    font-family: var(--vl-font-body) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.frato-home-hero__single-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    width: 100%;
    margin-top: clamp(34px, 4.4vw, 66px);
}

.frato-home-hero__know,
.frato-home-hero__book {
    min-width: 192px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 38px;
    color: #fff !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.86) !important;
    text-decoration: none !important;
    font-family: var(--vl-font-body) !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.frato-home-hero__book {
    color: #fff !important;
    background: var(--vl-maroon) !important;
    border-color: var(--vl-maroon) !important;
}

.frato-home-hero__know:hover,
.frato-home-hero__know:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #fff !important;
}

.frato-home-hero__book:hover,
.frato-home-hero__book:focus {
    color: #fff !important;
    background: var(--vl-maroon-hover) !important;
    border-color: var(--vl-maroon-hover) !important;
}

@media (max-width: 960px) {
    .site-frato-header__search {
        display: none;
    }

    .valore-search-results {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .frato-home-hero__title-line {
        white-space: normal;
    }

    html[lang="en"] .frato-home-hero h1,
    body.is-ltr .frato-home-hero h1 {
        font-size: clamp(42px, 13vw, 66px) !important;
    }

    .valore-search-panel__row,
    .valore-search-page__form,
    .valore-search-results {
        grid-template-columns: 1fr;
    }
}

/* Products directory: admin-managed product categories with product links. */
.valore-product-directory {
    color: #f7f3ed;
    background: #050505 !important;
    border-top: 1px solid rgba(216, 188, 131, 0.28);
    border-bottom: 1px solid rgba(216, 188, 131, 0.28);
}

.valore-product-directory__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.valore-product-directory__tabs a {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7f3ed;
    text-decoration: none;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.16);
    font-family: var(--vl-font-body) !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.valore-product-directory__tabs a.is-active {
    color: #d8bc83;
    box-shadow: inset 0 -2px 0 #d8bc83;
}

.valore-product-directory__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    gap: clamp(26px, 4vw, 70px);
    max-height: 660px;
    overflow-y: auto;
    padding: 38px 40px 56px;
    scrollbar-color: #d8bc83 #050505;
}

.valore-product-directory__column h2 {
    margin: 0 0 22px;
    color: #fff;
    font-family: var(--vl-font-body) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.valore-product-directory__column a,
.valore-product-directory__column span {
    display: block;
    margin-bottom: 18px;
    color: rgba(247, 243, 237, 0.58);
    text-decoration: none;
    font-family: var(--vl-font-body) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-transform: uppercase;
}

.valore-product-directory__column a:hover {
    color: #d8bc83;
}

@media (max-width: 1200px) {
    .valore-product-directory__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .valore-product-directory__tabs {
        grid-template-columns: 1fr;
    }

    .valore-product-directory__grid {
        grid-template-columns: 1fr;
        padding-inline: 22px;
    }
}

/* English luxury serif should own most front-facing titles, while product cards stay lighter. */
html[lang="en"] .frato-section__heading h2,
html[lang="en"] .frato-feature h2,
html[lang="en"] .frato-book h2,
html[lang="en"] .valore-frato-title h2,
html[lang="en"] .valore-page-hero h1,
html[lang="en"] .gallery-hero h1,
html[lang="en"] .contact-hero h1,
html[lang="en"] .valore-detail h1,
body.is-ltr .frato-section__heading h2,
body.is-ltr .frato-feature h2,
body.is-ltr .frato-book h2,
body.is-ltr .valore-frato-title h2,
body.is-ltr .valore-page-hero h1,
body.is-ltr .gallery-hero h1,
body.is-ltr .contact-hero h1,
body.is-ltr .valore-detail h1 {
    font-family: var(--vl-font-display) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

html[lang="en"] .frato-product h3,
html[lang="en"] .valore-collection-card h3,
html[lang="en"] .valore-search-card h2,
body.is-ltr .frato-product h3,
body.is-ltr .valore-collection-card h3,
body.is-ltr .valore-search-card h2 {
    font-family: var(--vl-font-display) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
}

html[lang="en"] .frato-product h3,
body.is-ltr .frato-product h3 {
    font-size: clamp(31px, 2.6vw, 48px) !important;
}

html[lang="en"] h1:not(.site-title):not(.main-title),
html[lang="en"] h2,
html[lang="en"] h3:not(.widget-title),
html[lang="en"] .entry-title,
html[lang="en"] .qodef-e-word-holder,
html[lang="en"] .elementor-heading-title,
html[lang="en"] .section-title,
body.is-ltr h1:not(.site-title):not(.main-title),
body.is-ltr h2,
body.is-ltr h3:not(.widget-title),
body.is-ltr .entry-title,
body.is-ltr .qodef-e-word-holder,
body.is-ltr .elementor-heading-title,
body.is-ltr .section-title {
    font-family: var(--vl-font-display) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

html[lang="en"] .site-frato-header h1,
html[lang="en"] .site-frato-header h2,
html[lang="en"] .site-frato-header h3,
html[lang="en"] .site-frato-header__nav a,
html[lang="en"] .site-frato-header__visit,
html[lang="en"] .site-frato-header__phone,
html[lang="en"] .site-frato-header__brand-text,
html[lang="en"] button,
html[lang="en"] .valore-btn,
html[lang="en"] .valore-btn-outline,
body.is-ltr .site-frato-header h1,
body.is-ltr .site-frato-header h2,
body.is-ltr .site-frato-header h3,
body.is-ltr .site-frato-header__nav a,
body.is-ltr .site-frato-header__visit,
body.is-ltr .site-frato-header__phone,
body.is-ltr .site-frato-header__brand-text,
body.is-ltr button,
body.is-ltr .valore-btn,
body.is-ltr .valore-btn-outline {
    font-family: var(--vl-font-body) !important;
}

/* Absolute English typography override: use Playfair across the public website, excluding icon fonts. */
html[lang="en"] body,
html[lang="en"] body *:not(i):not(.fa):not(.fa-solid):not(.fa-regular):not(.fa-brands):not([class^="bi-"]):not([class*=" bi-"]):not([class^="icon-"]):not([class*=" icon-"]),
body.is-ltr,
body.is-ltr *:not(i):not(.fa):not(.fa-solid):not(.fa-regular):not(.fa-brands):not([class^="bi-"]):not([class*=" bi-"]):not([class^="icon-"]):not([class*=" icon-"]) {
    font-family: var(--vl-font-display) !important;
    letter-spacing: 0 !important;
}

html[lang="en"] body p,
html[lang="en"] body a,
html[lang="en"] body span,
html[lang="en"] body li,
html[lang="en"] body label,
html[lang="en"] body input,
html[lang="en"] body textarea,
html[lang="en"] body select,
html[lang="en"] body button,
body.is-ltr p,
body.is-ltr a,
body.is-ltr span,
body.is-ltr li,
body.is-ltr label,
body.is-ltr input,
body.is-ltr textarea,
body.is-ltr select,
body.is-ltr button {
    font-weight: 400 !important;
}

html[lang="en"] body h1,
html[lang="en"] body h2,
html[lang="en"] body h3,
html[lang="en"] body h4,
html[lang="en"] body h5,
html[lang="en"] body h6,
body.is-ltr h1,
body.is-ltr h2,
body.is-ltr h3,
body.is-ltr h4,
body.is-ltr h5,
body.is-ltr h6 {
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

html[lang="en"] .frato-home-hero h1,
html[lang="en"] .frato-home-hero__title-line,
html[lang="en"] .frato-section__heading h2,
html[lang="en"] .frato-feature h2,
html[lang="en"] .frato-book h2,
html[lang="en"] .valore-frato-title h2,
html[lang="en"] .valore-page-hero h1,
html[lang="en"] .frato-product h3,
html[lang="en"] .valore-collection-card h3,
body.is-ltr .frato-home-hero h1,
body.is-ltr .frato-home-hero__title-line,
body.is-ltr .frato-section__heading h2,
body.is-ltr .frato-feature h2,
body.is-ltr .frato-book h2,
body.is-ltr .valore-frato-title h2,
body.is-ltr .valore-page-hero h1,
body.is-ltr .frato-product h3,
body.is-ltr .valore-collection-card h3 {
    font-weight: 400 !important;
}

/* Home content blocks: news, manual stats, and journal. */
.valore-home-newsline {
    padding: clamp(76px, 8vw, 124px) 0;
    color: var(--vl-ink);
    background: var(--vl-beige) !important;
    overflow: hidden;
}

.valore-home-newsline__heading {
    margin-bottom: clamp(28px, 4vw, 54px) !important;
}

.valore-home-newsline__heading h2 {
    color: var(--vl-ink) !important;
}

.valore-home-newsline__inner {
    display: block;
    align-items: center;
    min-height: 116px;
    padding: 0 clamp(24px, 4vw, 68px);
    color: #f7f3ed;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 36%),
        var(--vl-maroon);
    border: 1px solid rgba(124, 20, 49, .18);
    box-shadow: 0 32px 90px rgba(84, 20, 38, .15);
}

.valore-home-newsline__track {
    display: flex;
    align-items: center;
    gap: clamp(34px, 5vw, 92px);
    overflow-x: auto;
    min-height: 116px;
    padding: 22px 0;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 90%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 90%, transparent 100%);
}

.valore-home-newsline__track::-webkit-scrollbar {
    display: none;
}

.valore-home-newsline__track a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    color: #f7f3ed;
    text-decoration: none;
    font-size: clamp(18px, 1.3vw, 24px);
    line-height: 1.4;
    opacity: .86;
    transition: opacity .25s ease, transform .25s ease;
}

.valore-home-newsline__track a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.valore-home-newsline__track a span {
    color: #d8bc83;
    font-size: 13px;
    letter-spacing: .08em;
}

.valore-home-stats {
    position: relative;
    padding: clamp(86px, 9vw, 138px) 0 clamp(96px, 10vw, 150px);
    color: #f7f3ed;
    background: #11100f !important;
    overflow: hidden;
}

.valore-home-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(124, 20, 49, .28), transparent 30%),
        linear-gradient(90deg, rgba(255, 255, 255, .035), transparent 42%);
    pointer-events: none;
}

.valore-home-stats .valore-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.7fr);
    gap: clamp(52px, 7vw, 128px);
    align-items: center;
}

.valore-home-stats__intro h2 {
    max-width: 610px;
    margin: 18px 0 0;
    color: #f7f3ed;
    font-size: clamp(42px, 5vw, 84px);
    line-height: .98;
}

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

.valore-home-stat {
    position: relative;
    min-height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    padding: clamp(22px, 2vw, 32px);
    background: rgba(247, 243, 237, .035);
    border: 1px solid rgba(247, 243, 237, 0.14);
    transition: transform .32s ease, border-color .32s ease, background-color .32s ease;
}

.valore-home-stat::before {
    content: "";
    position: absolute;
    inset-inline: clamp(22px, 2vw, 32px);
    top: clamp(22px, 2vw, 32px);
    height: 1px;
    background: rgba(216, 188, 131, .48);
    transform: scaleX(.38);
    transform-origin: center;
    transition: transform .32s ease;
}

.valore-home-stat:hover {
    transform: translateY(-6px);
    background: rgba(247, 243, 237, .055);
    border-color: rgba(216, 188, 131, .36);
}

.valore-home-stat:hover::before {
    transform: scaleX(1);
}

.valore-home-stats .valore-home-stats__grid .valore-home-stat strong {
    color: #f7f3ed;
    font-size: clamp(42px, 4.8vw, 78px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.valore-home-stat span {
    color: rgba(247, 243, 237, 0.7);
    font-size: clamp(14px, .95vw, 16px);
    line-height: 1.55;
}

.valore-home-journal {
    padding: 96px 0;
    background: var(--vl-beige) !important;
}

.valore-home-journal__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.valore-home-article {
    display: grid;
    color: var(--vl-ink);
    text-decoration: none;
}

.valore-home-article__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(17, 16, 15, 0.08);
}

.valore-home-article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.valore-home-article:hover .valore-home-article__image img {
    transform: scale(1.045);
}

.valore-home-article__body {
    padding: 22px 0 0;
}

.valore-home-article__body span {
    display: block;
    margin-bottom: 10px;
    color: var(--vl-gold-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.valore-home-article__body h3 {
    margin: 0 0 12px;
    color: var(--vl-ink);
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.04;
}

.valore-home-article__body p {
    margin: 0;
    color: var(--vl-muted);
    font-size: 17px;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .valore-home-stats .valore-shell,
    .valore-home-journal__grid {
        grid-template-columns: 1fr;
    }

    .valore-home-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .valore-home-newsline {
        padding-block: 58px;
    }

    .valore-home-newsline__inner {
        min-height: auto;
        padding: 18px 22px;
    }

    .valore-home-newsline__track {
        min-height: auto;
        padding: 8px 0;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .valore-home-stats__grid {
        grid-template-columns: 1fr;
    }

    .valore-home-stat {
        min-height: 142px;
    }
}

/* Redesigned products catalogue with clickable categories. */
.valore-catalog-page {
    padding: 72px 0 110px;
    background: var(--vl-beige) !important;
    scroll-margin-top: 92px;
}

.valore-catalog-page.is-loading {
    cursor: progress;
}

.valore-catalog-page.is-loading .valore-catalog-grid,
.valore-catalog-page.is-loading .valore-catalog-head {
    opacity: .46;
    transition: opacity .16s ease;
}

.valore-category-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    overflow-x: auto;
    width: min(1060px, 100%);
    margin: 0 auto 68px;
    padding: 0;
    border-top: 1px solid rgba(32, 27, 24, 0.14);
    border-bottom: 1px solid rgba(32, 27, 24, 0.14);
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
}

.valore-category-filter::-webkit-scrollbar {
    display: none;
}

.valore-category-filter a {
    position: relative;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 0 22px;
    color: var(--vl-ink);
    text-decoration: none;
    border: 0;
    border-inline-end: 1px solid rgba(32, 27, 24, 0.12);
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    line-height: 1;
    transition: color .2s ease, background .2s ease;
}

.valore-category-filter a:first-child {
    border-inline-start: 1px solid rgba(32, 27, 24, 0.12);
}

.valore-category-filter a::after {
    content: "";
    position: absolute;
    inset-inline: 18px;
    bottom: -1px;
    height: 2px;
    background: var(--vl-maroon);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}

.valore-category-filter a span {
    min-width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--vl-gold-dark);
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.valore-category-filter a:hover,
.valore-category-filter a.is-active {
    color: var(--vl-maroon);
    background: rgba(104, 24, 47, 0.04);
    box-shadow: none;
}

.valore-category-filter a:hover::after,
.valore-category-filter a.is-active::after {
    transform: scaleX(1);
}

.valore-category-filter a:hover span,
.valore-category-filter a.is-active span {
    color: var(--vl-maroon);
    background: transparent;
}

.valore-catalog-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
    gap: 32px;
    align-items: end;
    margin-bottom: 42px;
}

.valore-catalog-head h2 {
    margin: 10px 0 0;
    color: var(--vl-ink);
    font-size: clamp(58px, 7.5vw, 132px);
    line-height: .92;
}

.valore-catalog-head p {
    margin: 0;
    color: var(--vl-muted);
    font-size: 18px;
    line-height: 1.8;
}

.valore-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.valore-catalog-card {
    display: grid;
    color: var(--vl-ink);
    text-decoration: none;
}

.valore-catalog-card__image {
    aspect-ratio: 4 / 3.15;
    overflow: hidden;
    background: rgba(17, 16, 15, 0.08);
}

.valore-catalog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.valore-catalog-card:hover .valore-catalog-card__image img {
    transform: scale(1.045);
}

.valore-catalog-card__body {
    padding-top: 18px;
}

.valore-catalog-card__body span {
    display: block;
    margin-bottom: 8px;
    color: var(--vl-gold-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.valore-catalog-card__body h3 {
    margin: 0;
    color: var(--vl-ink);
    font-size: clamp(34px, 3.2vw, 56px);
    line-height: 1.02;
}

.valore-catalog-card__body p {
    margin: 10px 0 0;
    color: var(--vl-muted);
    font-size: 16px;
}

@media (max-width: 980px) {
    .valore-catalog-head,
    .valore-catalog-grid {
        grid-template-columns: 1fr;
    }
}

/* Home category showcase: one product image per category. */
.valore-category-showcase {
    position: relative;
    --category-card-width: clamp(360px, 31vw, 550px);
    width: 100vw;
    margin: 18px calc(50% - 50vw) 0;
    padding-inline: 0;
}

.valore-category-showcase__track {
    display: flex;
    gap: clamp(18px, 2.1vw, 38px);
    direction: ltr;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    padding-block: 8px 26px;
    padding-inline: calc((100vw - var(--category-card-width)) / 2);
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.valore-category-showcase__track::-webkit-scrollbar {
    display: none;
}

.valore-category-showcase__track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.valore-category-showcase__item {
    flex: 0 0 var(--category-card-width);
    scroll-snap-align: center;
    display: grid;
    grid-template-rows: auto 1fr;
    color: var(--vl-ink);
    text-decoration: none;
    direction: rtl;
    transform: translateY(18px);
    opacity: 0;
    animation: valoreCategoryIn .72s cubic-bezier(.22, 1, .36, 1) forwards;
    animation-delay: calc(var(--item-index, 0) * 70ms);
}

.valore-category-showcase__image {
    position: relative;
    aspect-ratio: 1.24 / 1;
    overflow: hidden;
    background: rgba(17, 16, 15, 0.07);
    box-shadow: 0 26px 70px rgba(17, 16, 15, 0.10);
}

.valore-category-showcase__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(17, 16, 15, 0.42));
    opacity: 0;
    transition: opacity .42s ease;
    pointer-events: none;
}

.valore-category-showcase__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s cubic-bezier(.22, 1, .36, 1), filter .42s ease;
    pointer-events: none;
    -webkit-user-drag: none;
}

.valore-category-showcase__item:hover img {
    transform: scale(1.055);
    filter: saturate(1.03) contrast(1.03);
}

.valore-category-showcase__item:hover .valore-category-showcase__image::after {
    opacity: 1;
}

.valore-category-showcase__meta {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    text-align: center;
    padding: 18px 2px 0;
}

.valore-category-showcase__meta span {
    color: var(--vl-gold-dark);
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
    min-width: 34px;
}

.valore-category-showcase__meta h3 {
    margin: 0;
    color: var(--vl-ink);
    font-size: clamp(34px, 3.2vw, 58px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: 0;
}

.valore-category-showcase__meta p {
    margin: 0 0 8px;
    color: var(--vl-muted);
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.5;
    max-width: 180px;
}

.valore-category-showcase .frato-product-carousel__arrow {
    top: 40%;
    opacity: .52;
    color: var(--vl-ink);
}

.valore-category-showcase .frato-product-carousel__arrow:hover {
    opacity: .95;
}

@keyframes valoreCategoryIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .valore-category-showcase {
        width: 100%;
        margin-inline: 0;
        padding-inline: 0;
        --category-card-width: min(82vw, 420px);
    }

    .valore-category-showcase__track {
        padding-inline: calc((100vw - var(--category-card-width)) / 2);
        -webkit-mask-image: none;
        mask-image: none;
    }

    .valore-category-showcase__meta {
        display: grid;
        justify-items: start;
        text-align: start;
    }

    .valore-category-showcase__meta h3 {
        font-size: clamp(34px, 12vw, 52px);
    }
}

/* Final polish: smoother draggable category rail and calmer secondary headings. */
.frato-section__heading h2,
.frato-feature h2,
.frato-book h2,
.valore-frato-title h2,
.valore-home-stats__intro h2,
.valore-catalog-head h2,
.valore-home-journal .frato-section__heading h2 {
    font-size: clamp(38px, 4.2vw, 74px) !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;
}

.frato-section__heading {
    grid-template-columns: minmax(0, 860px) !important;
    justify-content: center !important;
    justify-items: center !important;
    align-items: center;
    text-align: center;
}

.frato-section__heading p {
    font-size: clamp(16px, 1vw, 18px) !important;
    line-height: 1.75 !important;
    max-width: 520px;
    margin-inline: auto;
}

.valore-category-showcase__item,
.valore-category-showcase__item *,
.valore-category-showcase__image,
.valore-category-showcase__image img {
    -webkit-user-drag: none;
    user-drag: none;
}

.valore-category-showcase__track {
    cursor: grab;
    scroll-padding-inline: 50%;
}

.valore-category-showcase__track.is-dragging {
    cursor: grabbing;
}

.valore-category-showcase__meta {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 8px;
    padding-top: 18px;
}

.valore-category-showcase__meta span {
    order: 2;
    margin: 0;
    min-width: auto;
}

.valore-category-showcase__meta h3 {
    order: 1;
    font-size: clamp(38px, 3.4vw, 62px);
    text-align: center;
}

.valore-category-showcase__meta p {
    order: 3;
    margin: 0;
    max-width: none;
    text-align: center;
}

@media (max-width: 900px) {
    .frato-section__heading h2,
    .frato-feature h2,
    .frato-book h2,
    .valore-frato-title h2,
    .valore-home-stats__intro h2,
    .valore-catalog-head h2,
    .valore-home-journal .frato-section__heading h2 {
        font-size: clamp(34px, 10vw, 52px) !important;
    }
}

/* Center-focused motion for the category showcase. */
.valore-category-showcase__item {
    --slide-focus: .18;
    --slide-distance: 1;
    position: relative;
    z-index: 1;
    justify-items: center;
}

.valore-category-showcase__item.is-centered {
    z-index: 5;
}

.valore-category-showcase__image {
    transform: scale(calc(.88 + (var(--slide-focus) * .12))) translateZ(0);
    opacity: calc(.66 + (var(--slide-focus) * .34));
    transition:
        transform .42s cubic-bezier(.22, 1, .36, 1),
        opacity .42s ease,
        box-shadow .42s ease;
    will-change: transform, opacity;
}

.valore-category-showcase__item.is-centered .valore-category-showcase__image {
    box-shadow: 0 34px 88px rgba(17, 16, 15, .16);
}

.valore-category-showcase__meta {
    justify-items: center !important;
    text-align: center !important;
    width: 100%;
    max-width: var(--category-card-width);
    margin-inline: auto;
    transform: scale(calc(.91 + (var(--slide-focus) * .09))) translateY(calc(var(--slide-distance) * 4px));
    transform-origin: center top;
    transition:
        transform .42s cubic-bezier(.22, 1, .36, 1),
        opacity .42s ease;
}

.valore-category-showcase__meta h3,
.valore-category-showcase__meta p,
.valore-category-showcase__meta span {
    width: 100%;
    text-align: center !important;
    opacity: calc(.58 + (var(--slide-focus) * .42));
    transition:
        opacity .42s ease;
}

.valore-category-showcase__meta h3 {
    transform: none !important;
}

/* Force category captions to sit exactly under the visual center of each image. */
.valore-category-showcase__item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    direction: ltr !important;
}

.valore-category-showcase__image,
.valore-category-showcase__meta {
    width: 100% !important;
    max-width: 100% !important;
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.valore-category-showcase__meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    padding: 18px 0 0 !important;
    transform: scale(calc(.91 + (var(--slide-focus) * .09))) translateY(calc(var(--slide-distance) * 4px)) !important;
    transform-origin: center top !important;
}

.valore-category-showcase__meta h3,
.valore-category-showcase__meta p,
.valore-category-showcase__meta span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

/* Header dropdowns for products and services. */
.site-frato-header__nav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.site-frato-header__nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    color: currentColor;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: var(--vl-font-body) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    cursor: pointer;
    white-space: nowrap;
    appearance: none;
}

.site-frato-header__nav-toggle:hover,
.site-frato-header__nav-toggle:focus {
    color: #d8bc83 !important;
    background: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: 0;
}

html[lang="en"] .site-frato-header__nav-toggle,
body.is-ltr .site-frato-header__nav-toggle {
    font-family: var(--vl-font-display) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.site-frato-header__nav-toggle i {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-inline-end: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    color: #d8bc83;
    font-size: 0;
    transform: rotate(45deg);
    transition: transform .22s ease;
}

.site-frato-header .site-frato-header__nav > a {
    transition: color .2s ease;
}

.site-frato-header .site-frato-header__nav > a:hover,
.site-frato-header .site-frato-header__nav > a:focus,
.site-frato-header__nav-item:hover .site-frato-header__nav-toggle,
.site-frato-header__nav-item:focus-within .site-frato-header__nav-toggle {
    color: #d8bc83 !important;
}

.site-frato-header__nav-toggle i::before {
    content: none !important;
}

.site-frato-header__dropdown {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    z-index: 10020;
    min-width: 230px;
    max-width: min(320px, calc(100vw - 32px));
    padding: 14px 0;
    background: rgba(7, 7, 7, .96);
    border: 1px solid rgba(216, 188, 131, .28);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    pointer-events: none;
}

.site-frato-header__dropdown a,
html body .site-frato-header .site-frato-header__dropdown a,
html[lang="ar"] body .site-frato-header .site-frato-header__dropdown a,
body.is-rtl .site-frato-header .site-frato-header__dropdown a {
    display: block;
    padding: 10px 22px;
    color: rgba(247, 243, 237, .78);
    font-family: var(--vl-font-body) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-align: start;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.site-frato-header__dropdown a:hover,
.site-frato-header__dropdown a:focus {
    color: #d8bc83;
    background: rgba(216, 188, 131, .08);
}

.site-frato-header__nav-item:hover .site-frato-header__dropdown,
.site-frato-header__nav-item:focus-within .site-frato-header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.site-frato-header__nav-item:hover .site-frato-header__nav-toggle i,
.site-frato-header__nav-item:focus-within .site-frato-header__nav-toggle i {
    transform: rotate(225deg);
}

.site-frato-header.is-scrolled .site-frato-header__dropdown {
    background: rgba(243, 234, 220, .98);
    border-color: rgba(17, 16, 15, .12);
    box-shadow: 0 20px 46px rgba(17, 16, 15, .14);
}

.site-frato-header.is-scrolled .site-frato-header__dropdown a,
html body .site-frato-header.is-scrolled .site-frato-header__dropdown a,
body.valore-is-inner .site-frato-header.is-scrolled .site-frato-header__dropdown a {
    color: rgba(17, 16, 15, .78);
}

.site-frato-header.is-scrolled .site-frato-header__dropdown a:hover,
.site-frato-header.is-scrolled .site-frato-header__dropdown a:focus {
    color: var(--vl-maroon);
    background: rgba(104, 24, 47, .06);
}

.site-frato-header.is-scrolled .site-frato-header__nav-item,
.site-frato-header.is-scrolled .site-frato-header__nav-toggle {
    pointer-events: auto;
}

@media (max-width: 960px) {
    .site-frato-header__nav-item {
        display: grid;
        width: 100%;
        height: auto;
    }

    .site-frato-header__nav-toggle {
        justify-content: space-between;
        width: 100%;
        min-height: 34px;
        color: var(--vl-black);
    }

    .site-frato-header__dropdown {
        position: static;
        display: grid;
        max-width: none;
        min-width: 0;
        width: 100%;
        margin-top: 8px;
        padding: 7px 0;
        background: rgba(255, 253, 250, .58);
        border-color: rgba(17, 16, 15, .08);
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }

    .site-frato-header__dropdown a,
    html body .site-frato-header .site-frato-header__dropdown a,
    html[lang="ar"] body .site-frato-header .site-frato-header__dropdown a,
    body.is-rtl .site-frato-header .site-frato-header__dropdown a {
        color: rgba(17, 16, 15, .76);
        padding: 8px 16px;
        white-space: normal;
    }
}

/* First-visit lead popup. */
.valore-lead-popup {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(17, 16, 15, .46);
    backdrop-filter: blur(8px);
}

.valore-lead-popup[hidden] {
    display: none !important;
}

.valore-lead-popup__panel {
    position: relative;
    z-index: 1;
    width: min(calc(100vw - 28px), 470px);
    box-sizing: border-box;
    padding: clamp(28px, 4vw, 44px);
    color: var(--vl-ink);
    background:
        linear-gradient(135deg, rgba(216, 188, 131, .16), transparent 34%),
        var(--vl-beige, #f3eadc);
    border: 1px solid rgba(216, 188, 131, .34);
    box-shadow: 0 34px 90px rgba(17, 16, 15, .24);
}

.valore-lead-popup__close {
    position: absolute;
    top: 14px;
    inset-inline-end: 14px;
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    color: var(--vl-ink) !important;
    background: transparent !important;
    border: 1px solid rgba(17, 16, 15, .16) !important;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.valore-lead-popup__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--vl-gold-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
}

.valore-lead-popup h2 {
    margin: 0 0 12px;
    max-width: 100%;
    color: var(--vl-ink);
    font-family: var(--vl-font-display);
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 400;
    line-height: 1;
    overflow-wrap: anywhere;
}

.valore-lead-popup p {
    margin: 0 0 24px;
    color: var(--vl-muted);
    font-size: 16px;
    line-height: 1.75;
}

.valore-lead-popup__fields {
    display: grid;
    gap: 14px;
}

.valore-lead-popup__fields label {
    display: grid;
    gap: 7px;
    color: var(--vl-ink);
    font-size: 14px;
    font-weight: 600;
}

.valore-lead-popup__fields input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    color: var(--vl-ink);
    background: rgba(255, 253, 250, .76);
    border: 1px solid rgba(17, 16, 15, .16);
    outline: 0;
}

.valore-lead-popup__fields input:focus {
    border-color: var(--vl-gold-dark);
    box-shadow: 0 0 0 3px rgba(216, 188, 131, .18);
}

.valore-lead-popup__submit {
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    color: #fff !important;
    background: var(--vl-maroon) !important;
    border: 1px solid var(--vl-maroon) !important;
    font-weight: 700;
    cursor: pointer;
}

html[lang="ar"] .valore-lead-popup h2,
body.is-rtl .valore-lead-popup h2 {
    font-family: var(--vl-font-body);
    font-weight: 600;
}

/* Full-width slow marquee for latest updates. */
.valore-home-newsline .valore-shell {
    width: 100% !important;
    max-width: none !important;
}

.valore-home-newsline__inner {
    width: 100vw !important;
    margin-inline: calc(50% - 50vw) !important;
    padding-inline: 0 !important;
    overflow: hidden !important;
}

.valore-home-newsline__track {
    width: max-content;
    min-width: 200%;
    overflow: visible !important;
    gap: 0 !important;
    padding-block: 24px !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    animation: valoreNewsMarquee 26s linear infinite;
    will-change: transform;
}

.valore-home-newsline__track:hover,
.valore-home-newsline__track:focus-within {
    animation-play-state: paused;
}

.valore-home-newsline__group {
    display: flex;
    align-items: center;
    gap: clamp(48px, 7vw, 120px);
    flex: 0 0 auto;
    padding-inline: clamp(40px, 6vw, 110px);
}

.valore-home-newsline__track a {
    font-size: clamp(20px, 1.45vw, 28px) !important;
}

@keyframes valoreNewsMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

body.is-rtl .valore-home-newsline__track,
html[lang="ar"] .valore-home-newsline__track {
    animation-name: valoreNewsMarqueeRtl;
}

@keyframes valoreNewsMarqueeRtl {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* Home stats: line-based counters with animated values. */
.valore-home-stats__grid {
    align-items: start;
    gap: clamp(32px, 4vw, 72px) !important;
}

.valore-home-stat {
    min-height: auto !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 0 !important;
    color: #f7f3ed;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: center;
    transform: none !important;
}

.valore-home-stat::before {
    content: none !important;
}

.valore-home-stat strong {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 14px;
    color: #f7f3ed;
    font-size: clamp(40px, 4vw, 70px) !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    direction: ltr;
    text-align: center;
    white-space: nowrap;
}

.valore-home-stat strong::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 1px;
    background: rgba(247, 243, 237, .72);
}

.valore-home-stat__number,
.valore-home-stat__plus {
    display: inline-block;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.valore-home-stat__plus {
    margin-inline-start: 4px;
    color: #d8bc83;
}

.valore-home-stat > span:not(.valore-home-stat__number):not(.valore-home-stat__plus) {
    color: rgba(247, 243, 237, .82) !important;
    font-size: clamp(14px, 1vw, 18px) !important;
    line-height: 1.45 !important;
}

@media (max-width: 640px) {
    .valore-home-stats .valore-home-stats__grid .valore-home-stat strong {
        font-size: clamp(40px, 13vw, 64px) !important;
    }

    .valore-home-stat {
        align-items: stretch !important;
    }
}

/* Final locale typography guard. Keep legacy template fonts from overriding Arabic text. */
html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] select,
html[lang="ar"] .site-frato-header,
html[lang="ar"] .site-frato-header a,
html[lang="ar"] .frato-home-hero,
html[lang="ar"] .frato-section,
html[lang="ar"] .frato-feature,
html[lang="ar"] .valore-footer {
    font-family: var(--vl-font-body) !important;
    letter-spacing: 0 !important;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] .frato-home-hero__title-line,
html[lang="ar"] .frato-label,
html[lang="ar"] .valore-btn,
html[lang="ar"] .valore-btn-outline,
html[lang="ar"] .frato-home-hero__book,
html[lang="ar"] .frato-home-hero__know {
    font-family: var(--vl-font-body) !important;
    letter-spacing: 0 !important;
}

/* Header visual dropdown cards for products and services. */
.site-frato-header__nav-item .site-frato-header__dropdown--cards {
    width: max-content;
    min-width: min(720px, calc(100vw - 48px));
    max-width: min(920px, calc(100vw - 48px));
    padding: 18px !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: 14px;
    background: rgba(8, 8, 8, .94);
    border: 1px solid rgba(247, 243, 237, .14);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .34);
}

.site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
html body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
html[lang="ar"] body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
body.is-rtl .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card {
    min-height: 128px;
    padding: 0 !important;
    display: grid !important;
    grid-template-rows: 86px auto;
    overflow: hidden;
    color: #f7f3ed !important;
    text-align: center !important;
    text-decoration: none !important;
    background: rgba(247, 243, 237, .055);
    border: 1px solid rgba(247, 243, 237, .12);
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}

.site-frato-header__dropdown-image {
    display: block;
    min-height: 86px;
    background:
        linear-gradient(135deg, rgba(104, 24, 47, .62), rgba(17, 16, 15, .36)),
        linear-gradient(45deg, rgba(216, 188, 131, .28), transparent);
    background-size: cover;
    background-position: center;
    filter: saturate(.92);
}

.site-frato-header__dropdown-title {
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 10px 10px 11px;
    color: currentColor;
    font-family: var(--vl-font-body) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.site-frato-header__dropdown--cards .site-frato-header__dropdown-card:hover,
.site-frato-header__dropdown--cards .site-frato-header__dropdown-card:focus {
    color: #d8bc83 !important;
    background: rgba(216, 188, 131, .08);
    border-color: rgba(216, 188, 131, .44);
    transform: translateY(-3px);
}

.site-frato-header.is-scrolled .site-frato-header__dropdown--cards {
    background: rgba(243, 234, 220, .98);
}

.site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
html body .site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
body.valore-is-inner .site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card {
    color: rgba(17, 16, 15, .84) !important;
    background: rgba(255, 255, 255, .44);
    border-color: rgba(17, 16, 15, .12);
}

.site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card:hover,
.site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card:focus {
    color: var(--vl-maroon) !important;
    border-color: rgba(104, 24, 47, .32);
}

@media (max-width: 960px) {
    .site-frato-header__nav-item .site-frato-header__dropdown--cards {
        min-width: 0;
        max-width: none;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 10px !important;
    }

    .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
    html body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
    html[lang="ar"] body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
    body.is-rtl .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card {
        min-height: 112px;
        grid-template-rows: 72px auto;
    }
}

/* Full-width editorial mega menu, matching the horizontal visual reference. */
@media (min-width: 961px) {
    .site-frato-header__nav-item--dropdown {
        position: static !important;
    }
}

.site-frato-header__nav-item .site-frato-header__dropdown--cards {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 40px 30px 88px !important;
    display: block !important;
    overflow: hidden;
    background: #000 !important;
    border: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.site-frato-header__dropdown-track {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    direction: ltr;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    will-change: scroll-position;
    cursor: grab;
    user-select: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
}

.site-frato-header__dropdown-track.has-overflow {
    justify-content: flex-start;
}

.site-frato-header__dropdown-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.site-frato-header__dropdown-track.is-dragging .site-frato-header__dropdown-card {
    pointer-events: none;
}

.site-frato-header__dropdown-track::-webkit-scrollbar {
    display: none;
}

.site-frato-header__nav-item:hover .site-frato-header__dropdown--cards,
.site-frato-header__nav-item:focus-within .site-frato-header__dropdown--cards {
    transform: translate(0, 0) !important;
}

@media (hover: hover) and (min-width: 760px) {
    .site-frato-header__nav-item--dropdown:not(:hover) .site-frato-header__dropdown--cards {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translate(0, 0) !important;
    }
}

.site-frato-header:has(.site-frato-header__nav-item:hover),
.site-frato-header:has(.site-frato-header__nav-item:focus-within),
.site-frato-header.is-mega-open {
    color: #fff !important;
    background: #000 !important;
    border-color: rgba(255, 255, 255, .18) !important;
    box-shadow: none !important;
}

.site-frato-header:has(.site-frato-header__nav-item:hover) .site-frato-header__top,
.site-frato-header:has(.site-frato-header__nav-item:focus-within) .site-frato-header__top,
.site-frato-header:has(.site-frato-header__nav-item:hover) .site-frato-header__nav,
.site-frato-header:has(.site-frato-header__nav-item:focus-within) .site-frato-header__nav,
.site-frato-header.is-mega-open .site-frato-header__top,
.site-frato-header.is-mega-open .site-frato-header__nav {
    background: #000 !important;
    border-color: transparent !important;
}

.site-frato-header:has(.site-frato-header__nav-item:hover) .site-frato-header__actions,
.site-frato-header:has(.site-frato-header__nav-item:focus-within) .site-frato-header__actions,
.site-frato-header.is-mega-open .site-frato-header__actions {
    color: #fff !important;
}

.site-frato-header__dropdown--cards::before,
.site-frato-header__dropdown--cards::after {
    content: none !important;
}

.site-frato-header__dropdown-arrow {
    position: absolute;
    bottom: 28px;
    z-index: 3;
    width: 36px;
    height: 42px;
    padding: 0;
    display: grid;
    place-items: center;
    color: #fff !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    direction: ltr;
    unicode-bidi: isolate;
}

html body .site-frato-header button.site-frato-header__dropdown-arrow,
html body .site-frato-header button.site-frato-header__dropdown-arrow:hover,
html body .site-frato-header button.site-frato-header__dropdown-arrow:focus,
html body .site-frato-header button.site-frato-header__dropdown-arrow:active {
    width: 36px !important;
    height: 42px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.site-frato-header__dropdown-arrow::before {
    content: "" !important;
    width: 15px;
    height: 15px;
    display: block;
    border: solid currentColor;
    border-width: 0 3px 3px 0;
}

.site-frato-header__dropdown-arrow--prev {
    left: calc(50% - 42px);
}

.site-frato-header__dropdown-arrow--next {
    left: calc(50% + 6px);
}

.site-frato-header__dropdown-arrow--prev::before {
    transform: rotate(135deg);
}

.site-frato-header__dropdown-arrow--next::before {
    transform: rotate(-45deg);
}

.site-frato-header__dropdown-arrow:hover,
.site-frato-header__dropdown-arrow:focus {
    color: #d8bc83 !important;
    background: transparent !important;
    background-color: transparent !important;
    outline: 0;
}

.site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
html body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
html[lang="ar"] body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
body.is-rtl .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
.site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
html body .site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
body.valore-is-inner .site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card {
    flex: 0 1 160px;
    min-width: 128px;
    max-width: 160px;
    min-height: auto;
    display: grid !important;
    grid-template-rows: 160px auto;
    gap: 12px;
    padding: 0 !important;
    color: #f7f3ed !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
    transform: none !important;
}

.site-frato-header__dropdown--cards .site-frato-header__dropdown-card:hover,
.site-frato-header__dropdown--cards .site-frato-header__dropdown-card:focus,
.site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card:hover,
.site-frato-header.is-scrolled .site-frato-header__dropdown--cards .site-frato-header__dropdown-card:focus {
    color: #d8bc83 !important;
    background: transparent !important;
    border-color: transparent !important;
    transform: none !important;
}

.site-frato-header__dropdown--cards .site-frato-header__dropdown-image {
    width: 160px;
    max-width: 100%;
    min-height: 160px;
    aspect-ratio: 1 / 1;
    background-color: #191919;
    background-size: cover;
    background-position: center;
    filter: none;
}

.site-frato-header__dropdown--cards .site-frato-header__dropdown-title {
    min-height: auto;
    padding: 0;
    display: block;
    color: currentColor;
    font-family: var(--vl-font-body) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
}

html[lang="ar"] .site-frato-header__dropdown--cards .site-frato-header__dropdown-title,
body.is-rtl .site-frato-header__dropdown--cards .site-frato-header__dropdown-title {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

@media (max-width: 1280px) {
    .site-frato-header__dropdown-track.has-overflow {
        justify-content: flex-start;
    }
}

@media (max-width: 960px) {
    .site-frato-header__nav-item .site-frato-header__dropdown--cards {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 14px 10px 54px !important;
        display: block !important;
        transform: none !important;
    }

    .site-frato-header__dropdown-track {
        gap: 14px;
    }

    .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
    html body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
    html[lang="ar"] body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
    body.is-rtl .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card {
        flex-basis: 118px;
        min-width: 118px;
        grid-template-rows: 118px auto;
    }

    .site-frato-header__dropdown--cards .site-frato-header__dropdown-image {
        width: 118px;
        min-height: 118px;
    }

    .site-frato-header__dropdown-arrow {
        bottom: 16px;
        width: 30px;
        height: 34px;
    }

    .site-frato-header__dropdown-arrow::before {
        font-size: 32px;
    }
}

@media (min-width: 760px) and (max-width: 960px) {
    .site-frato-header {
        height: 156px !important;
    }

    .site-frato-header__toggle {
        display: none !important;
    }

    .site-frato-header__nav-item--dropdown {
        position: static !important;
    }

    .site-frato-header .site-frato-header__nav,
    .site-frato-header.is-scrolled .site-frato-header__nav,
    .site-frato-header.is-open .site-frato-header__nav {
        position: relative !important;
        inset: auto !important;
        top: auto !important;
        height: 64px !important;
        display: flex !important;
        grid-template-columns: none !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: clamp(14px, 2vw, 24px) !important;
        padding: 0 24px !important;
        color: inherit !important;
        background: transparent !important;
        box-shadow: none !important;
        pointer-events: auto !important;
        overflow: visible !important;
    }

    .site-frato-header .site-frato-header__nav > a,
    .site-frato-header__nav-item,
    .site-frato-header__nav-toggle {
        width: auto !important;
        min-height: 0 !important;
        display: inline-flex !important;
        color: inherit !important;
        font-size: clamp(13px, 1.8vw, 15px) !important;
        white-space: nowrap !important;
    }

    .site-frato-header__actions {
        display: flex !important;
    }

    .site-frato-header__nav-item .site-frato-header__dropdown--cards {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 28px 22px 72px !important;
    }
}

body.valore-is-inner .site-frato-header.is-mega-open,
body.valore-is-inner .site-frato-header.is-mega-open:not(.is-scrolled),
body.valore-is-inner .site-frato-header.is-mega-open.is-scrolled,
body.valore-is-inner .site-frato-header.is-mega-open .site-frato-header__top,
body.valore-is-inner .site-frato-header.is-mega-open .site-frato-header__nav {
    color: #fff !important;
    background: #000 !important;
    background-color: #000 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

/* Header logo asset replaces the text wordmark. */
.site-frato-header__brand {
    width: clamp(136px, 13vw, 198px) !important;
    min-width: 0 !important;
}

.site-frato-header__brand img.site-frato-header__brand-logo,
html body .site-frato-header__brand img.site-frato-header__brand-logo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
}

.site-frato-header.is-scrolled .site-frato-header__brand-logo {
    filter: invert(1);
}

.site-frato-header.is-mega-open .site-frato-header__brand-logo,
.site-frato-header:has(.site-frato-header__nav-item:hover) .site-frato-header__brand-logo,
.site-frato-header:has(.site-frato-header__nav-item:focus-within) .site-frato-header__brand-logo {
    filter: none;
}

.site-frato-header__brand-text {
    display: none !important;
}

/* Mobile stability pass: keep the header, hero, popup, and visual menus usable on phones. */
@media (max-width: 759px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .site-frato-header {
        height: 74px !important;
        min-height: 74px !important;
    }

    .site-frato-header__top {
        height: 74px !important;
        padding-inline: 16px !important;
    }

    .site-frato-header__brand {
        left: 16px !important;
        right: auto !important;
        top: 37px !important;
        transform: translateY(-50%) !important;
        width: clamp(152px, 48vw, 210px) !important;
        max-width: calc(100vw - 92px);
        font-size: clamp(24px, 7vw, 30px) !important;
        white-space: nowrap;
    }

    html[lang="ar"] .site-frato-header__brand,
    body.is-rtl .site-frato-header__brand {
        left: 16px !important;
        right: auto !important;
    }

    .site-frato-header__toggle {
        top: 50% !important;
        right: 16px !important;
        left: auto !important;
        transform: translateY(-50%) !important;
        width: 42px !important;
        height: 42px !important;
        display: inline-grid !important;
        z-index: 3;
    }

    .site-frato-header__actions {
        display: none !important;
    }

    .site-frato-header .site-frato-header__nav,
    .site-frato-header.is-scrolled .site-frato-header__nav,
    .site-frato-header.is-open .site-frato-header__nav {
        top: 74px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: calc(100vh - 74px);
        padding: 18px 16px 24px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        background: rgba(243, 234, 220, .98) !important;
        -webkit-overflow-scrolling: touch;
    }

    .site-frato-header .site-frato-header__nav > a,
    .site-frato-header__nav-item,
    .site-frato-header__nav-toggle {
        width: 100% !important;
        min-height: 36px !important;
        justify-content: space-between !important;
        color: var(--vl-ink) !important;
        font-size: 15px !important;
        text-align: start !important;
    }

    .site-frato-header__nav-item .site-frato-header__dropdown--cards {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin-top: 8px !important;
        padding: 12px 0 8px !important;
        background: #000 !important;
        overflow: hidden !important;
    }

    .site-frato-header__dropdown-track {
        justify-content: flex-start !important;
        gap: 14px !important;
        padding-inline: 12px;
        overflow-x: auto !important;
        scroll-snap-type: x proximity;
    }

    .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
    html body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
    html[lang="ar"] body .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card,
    body.is-rtl .site-frato-header .site-frato-header__dropdown--cards .site-frato-header__dropdown-card {
        flex: 0 0 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
        grid-template-rows: 118px auto !important;
        scroll-snap-align: start;
    }

    .site-frato-header__dropdown--cards .site-frato-header__dropdown-image {
        width: 118px !important;
        min-height: 118px !important;
    }

    .site-frato-header__dropdown-arrow {
        display: none !important;
    }

    .frato-home-hero {
        min-height: 100svh;
    }

    .frato-home-hero__content {
        min-height: 100svh !important;
        padding: 104px 16px 54px !important;
    }

    .frato-home-hero h1,
    html[lang="ar"] .frato-home-hero h1,
    body.is-rtl .frato-home-hero h1,
    html[lang="en"] .frato-home-hero h1,
    body.is-ltr .frato-home-hero h1 {
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 0 !important;
        font-size: clamp(36px, 11vw, 54px) !important;
        line-height: 1.12 !important;
        transform: none !important;
        text-align: center !important;
    }

    .frato-home-hero__single-cta {
        width: min(100%, 420px);
        margin-inline: auto;
        gap: 10px;
    }

    .frato-home-hero__know,
    .frato-home-hero__book {
        flex: 1 1 150px;
        min-width: 0;
        padding-inline: 16px;
        letter-spacing: 0;
    }

    .valore-lead-popup {
        padding: 14px;
        align-items: center;
        justify-items: stretch;
    }

    .valore-lead-popup__panel {
        width: 100%;
        max-width: 440px;
        margin-inline: auto;
        max-height: calc(100svh - 28px);
        box-sizing: border-box;
        overflow-y: auto;
        padding: 34px 22px 24px;
        -webkit-overflow-scrolling: touch;
    }

    .valore-lead-popup h2,
    html[lang="ar"] .valore-lead-popup h2,
    body.is-rtl .valore-lead-popup h2 {
        max-width: 100%;
        font-size: clamp(28px, 8.4vw, 38px);
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .valore-lead-popup p {
        font-size: 15px;
        line-height: 1.65;
    }

    .valore-lead-popup__fields {
        gap: 12px;
    }

    .valore-lead-popup__fields input,
    .valore-lead-popup__submit {
        min-height: 46px;
    }
}

@media (max-width: 430px) {
    .frato-home-hero__know,
    .frato-home-hero__book {
        flex-basis: 100% !important;
        width: 100% !important;
    }
}

body.valore-is-inner .site-frato-header.is-mega-open .site-frato-header__phone,
body.valore-is-inner .site-frato-header.is-mega-open .site-frato-header__visit,
body.valore-is-inner .site-frato-header.is-mega-open .site-frato-header__search {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .8) !important;
    background: transparent !important;
}

html body .site-frato-header.is-scrolled .site-frato-header__brand img.site-frato-header__brand-logo,
html body.valore-is-inner .site-frato-header:not(.is-mega-open) .site-frato-header__brand img.site-frato-header__brand-logo {
    filter: brightness(0) !important;
}

html body .site-frato-header.is-mega-open .site-frato-header__brand img.site-frato-header__brand-logo,
html body .site-frato-header:has(.site-frato-header__nav-item:hover) .site-frato-header__brand img.site-frato-header__brand-logo,
html body .site-frato-header:has(.site-frato-header__nav-item:focus-within) .site-frato-header__brand img.site-frato-header__brand-logo {
    filter: none !important;
}
