/* ===================================
    Arati Raj Fashion Designer
====================================== */

/* font */

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@200;300;400;500;600;700&display=swap');
/* variable */

:root {
    --alt-font: "Fahkwang", sans-serif;
    --primary-font: "Geist", sans-serif;
    --base-color: #b64535;
    --white: #f5f2ee;
    --bs-white-rgb: 245, 242, 238;
    --dark-gray: #423a34;
    --bs-tooltip-bg: #423a34;
    --medium-gray: #75716f;
    --very-light-gray: #f5f2ee;
    --light-medium-gray: #ece8e3;
    --extra-medium-gray: #dcd9d6;
}

/* reset */

body {
    font-size: 16px;
    line-height: 26px;
    background: var(--very-light-gray);
}

p {
    font-size: 14px !important;
    line-height: 1.8;
}

/* heading */

h1,
.h1 {
    font-size: 4rem;
    line-height: 3.5rem;
}

.h3,
h3 {
    font-size: 3rem;
    line-height: 3rem;
}

h5 {
    font-size: 2.1rem;
    line-height: 2.2rem;
}

.fs-100 {
    font-size: 6.25rem;
    line-height: 5.70rem;
}

.on-hover-bw .on-hover-bw-image img {
    transition: all 450ms cubic-bezier(0, .5, .61, .99);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.on-hover-bw:hover .on-hover-bw-image img {
    filter: grayscale(100%) contrast(110%) blur(0);
    transform: translate3d(-20px, 20px, 0) scale3d(1.05, 1.05, 1.05);
}

/* header */


header .navbar-brand {
    padding: 20px 0;
}

header .navbar-brand img {
    max-height: 58px;
}

.arati-brand,
.arati-footer-brand {
    color: var(--dark-gray);
    font-family: var(--alt-font);
    line-height: 1;
    text-transform: uppercase;
}

.arati-brand span,
.arati-footer-brand span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.18em;
}

.arati-brand small,
.arati-footer-brand small {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.arati-brand:hover,
.arati-footer-brand:hover {
    color: var(--dark-gray);
}

.arati-footer-brand {
    color: var(--white);
}

.arati-footer-brand:hover {
    color: var(--white);
}

header.sticky .disable-fixed .navbar-brand,
header.sticky .fixed-header .navbar-brand {
    padding: 20px 0;
}

header .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}

.header-icon .icon>a>i {
    position: relative;
    top: -2px;
}

.header-icon .icon>a,
.header-icon .icon .header-cart>a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
}

.header-icon .icon .header-account>a,
.header-icon .icon .header-cart>a,
.header-icon .icon .header-language>a {
    padding-left: 20px;
}

.header-cart-icon .cart-count {
    background-color: var(--dark-gray);
    font-weight: 500;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 10px;
    border-radius: 6px;
    padding: 40px 0 45px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    padding: 30px 0;
}

.navbar .navbar-nav .submenu-content {
    border-top: 0 !important;
}

.navbar .navbar-nav .nav-link::before {
    content: "";
    height: 10px;
    width: 100%;
}

.navbar .navbar-nav .dropdown .nav-link:before,
.header-cart-icon .header-cart::before {
    content: "";
    height: 10px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}

.header-cart-icon .header-cart .cart-item-list {
    margin-top: 10px;
}

.navbar .navbar-nav .dropdown .dropdown-menu,
.header-cart-icon .header-cart .cart-item-list {
    background: var(--very-light-gray);
}

.navbar .navbar-nav .submenu-content ul .sub-title {
    margin-bottom: 5px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    padding-bottom: 3px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 6px;
}

.header-cart-icon .header-cart .cart-item-list .cart-total .btn.btn-large {
    font-size: 12px;
}

/* btn */

.btn {
    font-family: var(--primary-font);
}

.btn.btn-medium {
    padding: 15px 28px;
}

.btn.btn-small {
    font-size: 13px;
    padding: 10px 20px;
    font-weight: 600;
}

/* margin */

.mt-minus-90px {
    margin-top: -90px;
}

/* text color */

.text-white-transparent-medium {
    color: rgba(255, 255, 255, 0.2);
}

.text-white-transparent {
    color: rgba(255, 255, 255, 0.8);
}

/* text gradient color */

.text-gradient-medium-grey {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ECECEC 100%);
}

/* background color */

.bg-dark-gray-transparent-light {
    background-color: rgba(12, 12, 12, 0.1);
}

.bg-dark-gray-transparent-medium {
    background-color: rgba(66, 58, 52, 0.6);
}

/* transparent background color */

.bg-gradient-dark-transparent {
    background-image: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.65) 100%);
}

.bg-gradient-bottom-dark-transparent {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.80) 80%);
}

.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, rgba(34, 30, 27, 0.90) 0%, transparent 100%);
}

.bg-gradient-top-very-light-gray {
    background-image: linear-gradient(180deg, #ece8e3 0%, #f5f2ee 100%);
}

/* opacity */

.opacity-05 {
    opacity: 0.05;
}

/* font size */

.lh-140 {
    line-height: 8.75rem;
}

.lh-200 {
    line-height: 12.5rem;
}

.lh-300 {
    line-height: 18.75rem;
}

/* right */

.right-minus-185px {
    right: -185px;
}

/* tab style 05 */

.tab-style-05 .nav-tabs .nav-item .nav-link {
    width: 100%;
    padding: 26px 0;
    border-bottom: 1px solid var(--extra-medium-gray);
    color: var(--medium-gray);
    margin: 0;
}

.tab-style-05 .nav-tabs .nav-item .nav-link span {
    color: var(--medium-gray);
}

.tab-style-05 .nav-tabs .nav-item .nav-link.active,
.tab-style-05 .nav-tabs .nav-item .nav-link.show,
.tab-style-05 .nav-tabs .nav-item .nav-link:hover {
    background-color: transparent;
    color: var(--dark-gray);
    box-shadow: none;
}

.tab-style-05 .nav-tabs .nav-item .nav-link.active span,
.tab-style-05 .nav-tabs .nav-item .nav-link.show span,
.tab-style-05 .nav-tabs .nav-item .nav-link:hover span {
    color: var(--dark-gray);
}

.tab-style-05 .nav-tabs .nav-item:last-child {
    border-bottom: none;
}

/* progress bar */

.progress-bar-style-02 .progress {
    height: 10px;
}

.shop-size li>input[type=radio]+label span {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* lable */

.shop-image .lable.new,
.shop-image .lable.hot {
    background-color: var(--dark-gray);
}

.shop-image .lable {
    line-height: 20px;
}

/* tooltip */

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--dark-gray);
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--dark-gray);
    top: -2px;
}

.tooltip .tooltip-inner {
    background-color: var(--dark-gray);
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
}

/* HTML video play */

.video-icon-medium .video-icon {
    width: 65px;
    height: 65px;
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 115px;
    height: 115px;
}

.video-icon-extra-large.video-icon-box .video-icon i {
    margin-left: 5px;
}

/* swiper pagination progress style */

.swiper-pagination-progress .swiper-progress {
    background-color: var(--dark-gray);
}

/* fashion gallery */

.fashion-gallery-section {
    background: var(--very-light-gray);
    overflow: hidden;
    text-align: center;
}

.fashion-gallery-section .text-lg-end {
    text-align: center !important;
}

.fashion-gallery-tag {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--base-color);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.24em;
    line-height: 1;
    text-transform: uppercase;
}

.fashion-gallery-title {
    max-width: 980px;
    margin: 0 auto;
    color: #2b2b2b;
    font-family: var(--primary-font);
    font-size: clamp(2rem, 2.4vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.22em;
    line-height: 1.15;
    text-transform: uppercase;
}

.fashion-gallery-text {
    max-width: 520px;
    margin: 22px auto 4px;
    color: var(--medium-gray);
}

.fashionGallerySlider {
    width: 100%;
}

.fashion-gallery-card {
    position: relative;
    height: 540px;
    overflow: hidden;
    background: var(--dark-gray);
    border-radius: 150px 150px 22px 22px;
}

.fashion-gallery-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.7s ease;
}

.fashion-gallery-card:hover img {
    transform: scale(1.04);
}

.fashion-card-content {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 18px 20px;
    background: rgba(245, 242, 238, 0.88);
    border: 1px solid rgba(66, 58, 52, 0.08);
    backdrop-filter: blur(14px);
    text-align: center;
}

.fashion-card-content span {
    display: block;
    color: var(--base-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.fashion-card-content h4 {
    margin: 8px 0 0;
    color: var(--dark-gray);
    font-family: var(--alt-font);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
}

.gallery-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 34px;
}

.gallery-nav {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
}

.fashion-prev,
.fashion-next {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 52px !important;
    height: 52px !important;
    margin: 0 !important;
    color: var(--white);
    background: var(--dark-gray);
    border: 1px solid rgba(66, 58, 52, 0.18);
    border-radius: 50%;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.fashion-prev:hover,
.fashion-next:hover {
    background: var(--base-color);
    transform: translateY(-2px);
}

.fashion-prev::after {
    content: "\2190" !important;
}

.fashion-next::after {
    content: "\2192" !important;
}

.fashion-prev::after,
.fashion-next::after {
    font-family: Arial, sans-serif !important;
    font-size: 19px !important;
    font-weight: 700;
    line-height: 1;
}

.fashion-pagination {
    position: static !important;
    width: auto !important;
}

.fashion-pagination .swiper-pagination-bullet {
    background: var(--dark-gray);
    opacity: 0.25;
}

.fashion-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* shop sidebar */

.shop-sidebar .shop-filter li .product-cb {
    top: 6px;
}

.shop-sidebar .shop-filter.tag-cloud a {
    padding: 5px 8px;
}

.tag-cloud a {
    margin-right: 4px;
}

/* about page */

.about-hero-section,
.about-intro-section,
.about-history-section,
.about-cta-section {
    padding: 120px 0;
    background: var(--very-light-gray);
}

.about-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--base-color);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.24em;
    line-height: 1;
    text-transform: uppercase;
}

.about-hero-section h1 {
    max-width: 670px;
    margin: 0;
    color: var(--dark-gray);
    font-family: var(--alt-font);
    font-size: clamp(2.7rem, 5.2vw, 2.8rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.98;
}

.about-hero-section p {
    max-width: 540px;
    margin-top: 28px;
    color: var(--medium-gray);
}

.about-hero-media {
    position: relative;
    overflow: hidden;
    background: #e8e2da;
}

.about-hero-media img,
.about-history-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about-intro-section {
    border-top: 1px solid rgba(66, 58, 52, 0.08);
}

.about-intro-section h2,
.about-section-title {
    margin: 0 0 24px;
    color: #2b2b2b;
    font-family: var(--primary-font);
    font-size: clamp(2rem, 2.4vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.22em;
    line-height: 1.15;
    text-transform: uppercase;
}

.about-intro-section > .container > .row p {
    max-width: 740px;
    margin: 0 auto;
    color: var(--medium-gray);
}

.about-spec-card {
    height: 100%;
    padding: 34px 30px;
    border: 1px solid rgba(66, 58, 52, 0.12);
    background: rgba(255, 255, 255, 0.32);
    text-align: center;
}

.about-spec-card span {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--base-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.about-spec-card h3,
.about-history-content h3 {
    margin: 0 0 14px;
    color: var(--dark-gray);
    font-family: var(--alt-font);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
}

.about-spec-card p,
.about-history-content p,
.about-cta-section p {
    color: var(--medium-gray);
}

.about-history-section {
    overflow: hidden;
}

.about-zigzag {
    display: grid;
    gap: 70px;
    margin-top: 30px;
}

.about-history-item {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: 70px;
    align-items: center;
}

.about-history-item:nth-child(even) .about-history-media {
    order: 2;
}

.about-history-item:nth-child(even) .about-history-content {
    order: 1;
    text-align: right;
}

.about-history-media {
    min-height: 520px;
    overflow: hidden;
    background: #e8e2da;
}

.about-history-content {
    max-width: 520px;
}

.about-history-item:nth-child(even) .about-history-content {
    margin-left: auto;
}

.about-history-content span {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--base-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.about-cta-section {
    border-top: 1px solid rgba(66, 58, 52, 0.08);
}

.about-cta-section h2 {
    margin: 0 0 18px;
    color: var(--dark-gray);
    font-family: var(--alt-font);
    font-size: clamp(2rem, 4vw, 4.2rem);
    font-weight: 400;
    line-height: 1.05;
}

.about-cta-section .appointment-btn {
    margin-top: 26px;
}

/* cart */

.cart-products th {
    background-color: transparent;
}

.cart-products td {
    background-color: transparent;
}

/* page title */

.page-title-extra-large h1 {
    font-size: 4.063rem;
    line-height: 4.063rem;
}

/* interactive banner style 06 */

.interactive-banner-style-06 .interactive-banners-content {
    transform: translateY(calc(100% - 125px));
}

/* social icon style 06 */

.social-icon-style-06 li {
    position: relative;
}

.social-icon-style-06 li:before {
    content: "\2726";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    font-size: 18px;
    margin-top: 3px;
}

.social-icon-style-06 li:last-child:before {
    display: none;
}

.social-icon-style-06 ul li a>span {
    line-height: 40px;
}

.social-icon-style-06 ul li a {
    padding: 0 15px;
}

/* tab style 07 */

.tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 17px 30px;
}

/* social media icon */

.extra-large-icon a {
    font-size: 32px;
}

.extra-large-icon li {
    margin: 0 10px;
}

/* footer */

footer .footer-logo img {
    max-height: 44px;
}

footer .newsletter-style-02 input {
    padding-right: 120px !important;
}

.footer-dark,
.footer-dark a,
.footer-dark p {
    color: rgba(255, 255, 255, 0.40);
    font-weight: 300;
}

.footer-dark a:hover,
.footer-light a:hover,
.footer-navbar li a:hover {
    color: var(--white);
}

.infowindow p {
    margin-bottom: 10px;
}

footer ul li {
    margin-bottom: 3px;
}

.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white);
    opacity: 0.2;
    font-weight: 300;
}

.footer-dark .newsletter-style-02 input::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.2;
    font-weight: 300;
}

.footer-dark .newsletter-style-02 input::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.2;
    font-weight: 300;
}

.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.2;
    font-weight: 300;
}

footer .terms-condition-box .box:before {
    width: 16px;
    height: 16px;
    top: 6px;
    border-radius: 3px;
}

footer .terms-condition-box .box {
    padding-left: 25px;
}

footer .terms-condition-box .box:after {
    left: 6px;
    top: 9px;
    width: 4px;
    height: 7px;
    border-color: var(--white);
    border-width: 0 1px 1px 0;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

@media (max-width: 1399px) {
    .lh-200 {
        line-height: 10rem;
    }
}

@media (max-width: 1199px) {
    .on-hover-bw:hover .on-hover-bw-image img {
        transform: none;
        filter: inherit;
    }

    .fs-100 {
        font-size: 5rem;
        line-height: 5rem;
    }

    .lh-300 {
        line-height: 15rem;
    }

}

@media (max-width: 991px) {
    header .navbar {
        width: 100%;
        left: 0;
        top: 0;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu {
        padding: 0 15px 15px;
    }

    .tab-style-05 .nav-tabs>li.nav-item {
        width: 100%;
    }

    .tab-style-05 .nav-tabs>li.nav-item .nav-link {
        padding: 12px 0;
    }

    .lh-200 {
        line-height: 9rem;
    }

    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 15px;
    }

}

@media (max-width: 767px) {

    .header-icon .icon>a,
    .header-icon .icon .header-cart>a {
        padding-left: 15px;
    }

    .header-icon .icon .header-account>a,
    .header-icon .icon .header-cart>a,
    .header-icon .icon .header-language>a {
        padding-left: 15px;
    }

    .fs-100 {
        font-size: 4rem;
        line-height: 4rem;
    }

}

body > section:not(.full-video-section) {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

/* Full video section */
.full-video-section {
    width: 100%;
    overflow: hidden;
}

.full-video-section .full-video {
    width: 100%;
    height: auto;
    min-height: 620px;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Shop category section */
.shop-category-section {
    background: var(--very-light-gray);
}

.shop-category-title {
    color: #2b2b2b;
    font-size: clamp(2rem, 2.4vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.22em;
    line-height: 1.1;
    margin-bottom: 42px;
    text-transform: uppercase;
}

.shop-category-item {
    display: block;
    color: #111;
    text-align: center;
}

.shop-category-image {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #e8e2da;
}

.shop-category-image::after,
.iconic-ivory-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.1) 46%, transparent 62%);
    opacity: 0;
    transform: translateX(-120%);
    pointer-events: none;
    transition: transform 1s ease, opacity 1s ease;
}

.shop-category-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.shop-category-item:hover .shop-category-image img {
    transform: scale(1.018);
}

.shop-category-item:hover .shop-category-image::after,
.iconic-ivory-media:hover::after {
    opacity: 1;
    transform: translateX(120%);
}

.shop-category-name {
    display: block;
    margin-top: 26px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: capitalize;
    transition: letter-spacing 0.35s ease;
}

.shop-category-item:hover .shop-category-name {
    letter-spacing: 1.5px;
}

/* Iconic ivory media section */
.iconic-ivory-section {
    background: #f7f5f2;
}

.iconic-ivory-title {
    color: #2b2b2b;
    font-size: clamp(2rem, 2.4vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.22em;
    line-height: 1.1;
    margin-bottom: 42px;
}

.iconic-ivory-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 520px;
    overflow: hidden;
    background: #e8e2da;
}

.iconic-ivory-media img,
.iconic-ivory-media video {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.iconic-ivory-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 34px;
    border: 1px solid #222;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.iconic-ivory-btn:hover {
    background: #111;
    color: #fff;
}

/* Appointment section */
.appointment-section {
    display: flex;
    align-items: flex-end;
    height: 100vh;
    min-height: 650px;
    isolation: isolate;
}

.appointment-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: var(--cta-image-filter, none);
    z-index: 0;
    transform: scale(1);
    transition: transform 1.4s ease;
}

.appointment-section:hover::before {
    transform: scale(1.015);
}

.cta-section-1,
.appointment-bg-1 {
    background-image: url("../../images/bg-1.jpeg");
    --cta-image-filter: grayscale(100%);
    --cta-overlay: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.85) 75%);
}

.cta-section-2,
.appointment-bg-2 {
    background-image: url("../../images/bg-2.jpeg");
    --cta-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.82) 100%);
}

.cta-section-3,
.appointment-bg-cta {
    background-image: url("../../images/banner-cta.jpeg");
    --cta-overlay: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.52) 28%, rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0) 76%);
}

.appointment-overlay {
    position: absolute;
    inset: 0;
    background: var(--cta-overlay, radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.85) 75%));
    z-index: 1;
}

.appointment-content {
    color: #fff;
}

.appointment-content h2 {
    font-size: clamp(28px, 1vw, 48px);
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.appointment-content p {
    max-width: 760px;
    margin: 0 auto 28px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.9);
}

.appointment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 45px;
    background: #fff;
    color: #1d1b19;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: 0.35s ease;
}

.appointment-btn:hover {
    background: #1d1b19;
    color: #fff;
    transform: translateY(-3px);
}

.shop-category-title,
.iconic-ivory-title,
.appointment-content h2,
.appointment-content p,
.appointment-btn,
.designer-profile-section .left,
.designer-profile-section .center,
.designer-profile-section .right,
.shop-category-item,
.iconic-ivory-media {
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    .shop-category-image img,
    .iconic-ivory-media img,
    .iconic-ivory-media video,
    .appointment-section::before,
    .shop-category-image::after,
    .iconic-ivory-media::after {
        transition: none !important;
    }
}

/* Designer profile section */
.designer-profile-section {
    --designer-profile-bg: #f7f5f2;
    --designer-profile-text: #1e1e1e;
    --designer-profile-muted: #6b6560;
    --designer-profile-border: #e0dbd5;
    background: var(--designer-profile-bg);
    color: var(--designer-profile-text);
    overflow-x: hidden;
    position: relative;
}

.designer-profile-section *,
.designer-profile-section *::before,
.designer-profile-section *::after {
    box-sizing: border-box;
}

.designer-profile-section .profile-row {
    min-height: calc(100vh - 96px);
}

.designer-profile-section .left {
}

.designer-profile-section .left h2 {
    font-size: clamp(2rem, 1.5vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--designer-profile-text);
    line-height: 1.15;
    margin-bottom: 28px;
}

.designer-profile-section .left p,
.designer-profile-section .right p {
    color: var(--designer-profile-muted);
    line-height: 1.85;
}

.designer-profile-section .left p {
    font-size: 14px;
    font-weight: 400;
}



.designer-profile-section .image-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background: rgba(255, 255, 255, 0.35); */
}

.designer-profile-section .image-card img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    height: 100%;
    /* max-height: 460px;
    min-height: 460px; */
    transition: transform 0.6s ease;
}

.designer-profile-section .image-card img[src=""] {
    display: none;
}

.designer-profile-section .image-card:has(img[src=""]) {
    min-height: 460px;
}

.designer-profile-section .image-card:hover img {
    transform: scale(1.03);
}

.designer-profile-section .right {
    gap: 18px;
}

.designer-profile-section .sketch {
    align-self: flex-end;
    width: 110px;
    opacity: 0.55;
    filter: grayscale(100%) contrast(0.6);
    max-height: 160px;
}

.designer-profile-section .right p {
    font-size: 14px;
    text-align: center;
}

.designer-profile-section .signature-wrap {
    align-self: flex-end;
    margin-top: 8px;
}

.designer-profile-section .signature-text {
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    color: var(--designer-profile-text);
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
}

.designer-profile-section .deco-line {
    position: absolute;
    width: 1px;
    height: 120px;
    background: linear-gradient(to bottom, transparent, var(--designer-profile-border), transparent);
    top: 50%;
    transform: translateY(-50%);
}

.designer-profile-section .deco-line.left-divider {
    left: calc(33.33% + var(--bs-gutter-x) * 0.5);
}

.designer-profile-section .deco-line.right-divider {
    left: calc(66.66% - var(--bs-gutter-x) * 0.5);
}

@media (max-width: 991.98px) {
    .full-video-section .full-video {
        min-height: 560px;
    }

    .shop-category-title {
        margin-bottom: 30px;
    }

    .shop-category-name {
        margin-top: 20px;
        font-size: 13px;
        letter-spacing: 0.16em;
    }

    .iconic-ivory-title {
        margin-bottom: 30px;
    }

    .iconic-ivory-media,
    .iconic-ivory-media img,
    .iconic-ivory-media video {
        min-height: 460px;
    }

    .appointment-section {
        min-height: 560px;
    }

    .appointment-content h2 {
        letter-spacing: 8px;
    }

    .appointment-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .fashion-gallery-section {
        padding: 70px 0;
    }

    .fashion-gallery-text {
        max-width: 560px;
        margin: 18px auto 0;
    }

    .designer-profile-section .profile-row {
        min-height: auto;
    }

    .designer-profile-section .deco-line {
        display: none;
    }

    .designer-profile-section .left,
    .designer-profile-section .right {
        text-align: center;
    }

    .designer-profile-section .sketch,
    .designer-profile-section .signature-wrap {
        align-self: center;
    }

    .about-hero-section h1,
    .about-hero-section p {
        max-width: 100%;
    }

    .about-hero-section,
    .about-intro-section,
    .about-history-section,
    .about-cta-section {
        padding: 80px 0;
    }

    .about-hero-media,
    .about-history-media {
        min-height: 460px;
    }

    .about-history-item,
    .about-history-item:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-history-item:nth-child(even) .about-history-media,
    .about-history-item:nth-child(even) .about-history-content {
        order: initial;
    }

    .about-history-content,
    .about-history-item:nth-child(even) .about-history-content {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .full-video-section .full-video {
        height: 70vh;
        min-height: 420px;
    }

    .shop-category-title {
        font-size: 1.8rem;
        letter-spacing: 0.16em;
    }

    .shop-category-name {
        margin-top: 16px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .iconic-ivory-title {
        font-size: 1.8rem;
        letter-spacing: 0.16em;
    }

    .iconic-ivory-media,
    .iconic-ivory-media img,
    .iconic-ivory-media video {
        min-height: 340px;
    }

    .iconic-ivory-btn {
        min-height: 40px;
        margin-top: 26px;
        font-size: 11px;
        letter-spacing: 0.14em;
    }

    .appointment-section {
        min-height: 480px;
    }

    .appointment-content h2 {
        font-size: 24px;
        letter-spacing: 5px;
    }

    .appointment-content p {
        font-size: 14px;
    }

    .appointment-btn {
        width: 180px;
        height: 56px;
        font-size: 13px;
        letter-spacing: 4px;
    }

    .fashion-gallery-section {
        padding: 55px 0;
    }

    .fashion-gallery-title {
        font-size: 1.8rem;
        letter-spacing: 0.16em;
    }

    .fashion-gallery-text {
        margin-top: 16px;
    }

    .fashion-gallery-card {
        height: 460px;
        border-radius: 110px 110px 20px 20px;
    }

    .gallery-bottom {
        align-items: center;
        gap: 18px;
    }

    .about-hero-section h1 {
        font-size: 2.35rem;
    }

    .about-hero-section,
    .about-intro-section,
    .about-history-section,
    .about-cta-section {
        padding: 60px 0;
    }

    .about-hero-media,
    .about-history-media {
        min-height: 360px;
    }

    .about-intro-section h2,
    .about-section-title {
        font-size: 1.8rem;
        letter-spacing: 0.16em;
    }

    .about-spec-card {
        padding: 28px 22px;
    }

    .about-zigzag {
        gap: 48px;
    }
}

@keyframes designerFadeLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes designerFadeRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes designerFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
