:root {
    --bg: #f5f5f7;
    --panel: #fff;
    --ink: #111;
    --muted: #6e6e73;
    --line: rgba(0, 0, 0, 0.08);
    --dark: #050505;
    --gold: #c8a15a;
    --cream: #f1e8dc;
    --radius: 28px;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
    --soft: 0 12px 40px rgba(0, 0, 0, 0.08);
    --ease: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
* {
    box-sizing: border-box;
}

.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99998 !important;
}

.modal-dialog {
    z-index: 100000 !important;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    background: var(--bg);
    color: var(--ink);
    overflow-x: hidden;
}
.font-display {
    font-family: "Playfair Display", Georgia, serif;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    backdrop-filter: saturate(180%) blur(18px);
    background: rgba(245, 245, 247, 0.78);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.topbar {
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 7px 0;
}
.topbar a {
    color: #fff;
    text-decoration: none;
}
.navbar {
    padding: 14px 0;
}
.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    letter-spacing: -1px;
}
.brand-text {
    font-weight: 800;
    letter-spacing: -0.4px;
}
.nav-link {
    color: #1d1d1f !important;
    font-weight: 600;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 999px;
    padding: 9px 15px !important;
}
.nav-link:hover,
.nav-link.active {
    background: #fff;
    box-shadow: var(--soft);
}
.btn-dark-premium {
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 12px 22px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    transition: var(--ease);
}
.btn-dark-premium:hover {
    transform: translateY(-3px);
    color: #fff;
}
.btn-glass {
    background: rgba(255, 255, 255, 0.65);
    color: #111;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    padding: 12px 22px;
    text-decoration: none;
    font-weight: 700;
    backdrop-filter: blur(15px);
}
.hero {
    min-height: 88vh;
    display: flex;
    align-items: center;
    padding: 70px 0 40px;
}
.hero-card {
    background: linear-gradient(
        135deg,
        #fff 0%,
        #f1ede7 42%,
        #171717 42%,
        #030303 100%
    );
    border-radius: 38px;
    overflow: hidden;
    box-shadow: var(--shadow);
    position: relative;
    min-height: 680px;
}
.hero-copy {
    padding: 75px 60px;
    position: relative;
    z-index: 2;
}
.eyebrow {
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 800;
    font-size: 12px;
}
.hero h1 {
    font-size: clamp(48px, 8vw, 112px);
    letter-spacing: -0.075em;
    line-height: 0.88;
    font-weight: 900;
}
.hero p {
    font-size: 20px;
    color: #555;
    max-width: 520px;
}
.hero-visual {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58%;
    height: 100%;
    background:
        radial-gradient(circle at 60% 45%, #d5bd92, transparent 34%),
        linear-gradient(160deg, #191919, #000);
    clip-path: ellipse(92% 72% at 75% 55%);
}
.sofa-shape {
    position: absolute;
    right: 7%;
    bottom: 13%;
    width: 78%;
    height: 36%;
    background: linear-gradient(135deg, #d7b172, #6f5337);
    border-radius: 70px 70px 38px 38px;
    box-shadow:
        inset 0 8px 0 rgba(255, 255, 255, 0.25),
        0 45px 90px rgba(0, 0, 0, 0.45);
}
.sofa-shape:before {
    content: "";
    position: absolute;
    left: 8%;
    bottom: 58%;
    width: 36%;
    height: 58%;
    border-radius: 44px;
    background: #c49458;
}
.sofa-shape:after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 58%;
    width: 36%;
    height: 58%;
    border-radius: 44px;
    background: #c49458;
}
.legs {
    position: absolute;
    right: 18%;
    bottom: 8%;
    width: 48%;
    height: 42px;
    background: linear-gradient(
        90deg,
        transparent 0 12%,
        #111 12% 18%,
        transparent 18% 82%,
        #111 82% 88%,
        transparent 88%
    );
}
.section {
    padding: 90px 0;
}
.section-title {
    font-size: clamp(34px, 5vw, 72px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.95;
}
.soft-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--soft);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: var(--ease);
    overflow: hidden;
}
.soft-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}
.category-card {
    min-height: 310px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(145deg, #fff, #f3eee7);
}
.category-icon {
    font-size: 42px;
}
.product-card .product-img {
    height: 260px;

    position: relative;
}
.product-card .product-img:after {
    content: "";



}
.product-card:nth-child(2n) .product-img {
    background: linear-gradient(135deg, #e7e7e7, #20242a);
}
.product-card:nth-child(2n) .product-img:after {
    background: linear-gradient(135deg, #d9d9d9, #848484);
}
.product-card:nth-child(3n) .product-img {
    background: linear-gradient(135deg, #e7d7c1, #5a4431);
}
.price {
    font-weight: 900;
    font-size: 22px;
}
.badge-premium {
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
}
.split-dark {
    background: #050505;
    color: #fff;
    border-radius: 38px;
    overflow: hidden;
}
.split-dark p {
    color: #bdbdc2;
}
.project-tile {
    height: 360px;
    border-radius: 30px;
    background: linear-gradient(135deg, #fff, #eee);
    position: relative;
    overflow: hidden;
}
.project-tile.dark {
    background: linear-gradient(135deg, #111, #2d2d2f);
}
.project-tile:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 45%;
    border-radius: 40px;
    background: rgba(200, 161, 90, 0.55);
    right: -8%;
    bottom: 12%;
    filter: blur(0.2px);
}
.footer {
    background: #070707;
    color: #fff;
    padding: 60px 0 25px;
}
.footer a {
    color: #cfcfd2;
    text-decoration: none;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: var(--ease);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.35);
    animation: whatsappPulse 1.8s infinite;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
.whatsapp-float.show-whatsapp {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.animate-top,
.animate-bottom,
.animate-left,
.animate-right {
    opacity: 0;
    transition: all 0.8s ease;
}
.animate-top {
    transform: translateY(-70px);
}
.animate-bottom {
    transform: translateY(70px);
}
.animate-left {
    transform: translateX(-70px);
}
.animate-right {
    transform: translateX(70px);
}
.show {
    opacity: 1;
    transform: translate(0, 0);
}
.page-hero {
    padding: 10px 0 55px;
}
.filter-pill {
    border: 0;
    background: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
}
.filter-pill.active {
    background: #111;
    color: #fff;
}

.big-product {
    height: 520px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;

    background: #f5f5f5;
}

.big-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thumb {
    height: 105px;
    border-radius: 20px;
    background: linear-gradient(135deg, #eee, #bbb);
    cursor: pointer;
}
.variant-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    display: inline-block;
    margin-right: 10px;
}
.contact-card {
    padding: 35px;
}
.form-control {
    border-radius: 16px;
    border: 1px solid #ddd;
    padding: 14px 16px;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.08);
    border-color: #111;
}
@media (max-width: 991px) {
    .topbar {
        text-align: center;
    }
    .hero-card {
        min-height: auto;
        background: linear-gradient(
            180deg,
            #fff 0%,
            #f1ede7 56%,
            #111 56%,
            #000 100%
        );
    }
    .hero-copy {
        padding: 44px 28px;
    }
    .hero-visual {
        position: relative;
        width: 100%;
        height: 360px;
        clip-path: none;
    }
    .hero p {
        font-size: 17px;
    }
    .section {
        padding: 60px 0;
    }
    .big-product {
        height: 380px;
    }
}
@media (max-width: 575px) {
    .topbar .container {
        flex-direction: column;
        gap: 4px;
    }
    .navbar {
        padding: 10px 0;
    }
    .brand-mark {
        width: 38px;
        height: 38px;
    }
    .hero {
        padding-top: 38px;
    }
    .hero h1 {
        font-size: 52px;
    }
    .product-card .product-img {
        height: 220px;
    }
    .whatsapp-float {
        width: 54px;
        height: 54px;
        font-size: 27px;
    }
    .section-title {
        font-size: 40px;
    }
}

/* ===== Advanced responsive Apple-style header + side menu ===== */
.advanced-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(245, 245, 247, 0.74);
    backdrop-filter: saturate(180%) blur(22px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.premium-nav {
    padding: 11px 0;
}
.header-icon-btn {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #111;
    text-decoration: none;
    font-size: 20px;
    transition: var(--ease);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.header-icon-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-2px);
}
.header-categories {
    align-items: center;
    gap: 4px;
}
.mega-trigger {
    position: relative;
}
.mega-menu {
    position: absolute;
    top: 120%;
    left: -120px;
    width: min(980px, 90vw);
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px) scale(0.98);
    transition: var(--ease);
    pointer-events: none;
}
.mega-trigger:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.mega-panel {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;

    width: 950px;
    max-width: 95vw;

    background: rgba(255, 255, 255, 0.96);
    border-radius: 30px;
    padding: 24px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}
.mega-panel h3 {
    font-weight: 900;
    letter-spacing: -0.04em;
}
.mega-links {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}
.mega-links a {
    color: #111;
    text-decoration: none;
    font-weight: 750;
    border-radius: 16px;
    padding: 12px;
    background: #f5f5f7;
    display: flex;
    gap: 10px;
}
.mega-links a:hover {
    background: #111;
    color: #fff;
}
.mega-product {
    background: #f5f5f7;
    border-radius: 24px;
    padding: 14px;
    text-decoration: none;
    color: #111;
    transition: var(--ease);
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mega-product:hover {
    transform: translateY(-6px);
    box-shadow: var(--soft);
    color: #111;
}
.mega-product small {
    color: var(--muted);
    font-weight: 700;
}
.mega-product strong {
    font-size: 16px;
    line-height: 1.1;
}
.mega-product em {
    font-style: normal;
    font-weight: 900;
}
.mega-img {
    height: 128px;
    border-radius: 20px;
    display: block;
    position: relative;
    overflow: hidden;
}
.mega-img:after,
.mini-sofa:after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 22%;
    height: 36%;
    border-radius: 22px;
    background: linear-gradient(135deg, #d2aa6b, #735135);
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.22);
}
.sofa-gold {
    background: linear-gradient(135deg, #f0e2cc, #191919);
}
.sofa-dark {
    background: linear-gradient(135deg, #eee, #151515);
}
.sofa-dark:after {
    background: linear-gradient(135deg, #d9d9d9, #777);
}
.sofa-cream {
    background: linear-gradient(135deg, #fff, #dcc8ac);
}
.sofa-cream:after {
    background: linear-gradient(135deg, #e7d2b2, #a17a54);
}
.premium-offcanvas {
    width: min(420px, 92vw);
    border: 0;
    border-radius: 0 32px 32px 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(24px);
}
.side-search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f7;
    border-radius: 18px;
    padding: 12px 14px;
    margin-bottom: 22px;
}
.side-search input {
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
    font-weight: 650;
}
.side-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--muted);
    font-weight: 900;
    margin: 10px 0;
}
.side-link {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    padding: 15px;
    border-radius: 18px;
}
.side-link:hover {
    background: #111;
    color: #fff;
}
.side-category {
    display: flex;
    gap: 13px;
    align-items: center;
    background: #f5f5f7;
    border-radius: 20px;
    padding: 12px;
    margin-bottom: 10px;
}
.mini-sofa {
    width: 76px;
    height: 58px;
    border-radius: 16px;
    position: relative;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
}
.side-category small {
    display: block;
    color: var(--muted);
    font-weight: 650;
}
.search-modal {
    border: 0;
    border-radius: 28px;
    box-shadow: var(--shadow);
}
@media (max-width: 991px) {
    .advanced-header .brand-text {
        font-size: 15px;
    }
    .premium-nav .container {
        gap: 4px;
    }
    .mega-menu {
        display: none;
    }
    .site-header .topbar {
        font-size: 11px;
    }
    .header-icon-btn {
        width: 40px;
        height: 40px;
    }
    .premium-offcanvas .offcanvas-body {
        padding-bottom: 90px;
    }
}
@media (max-width: 575px) {
    .advanced-header .topbar .container {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
    .advanced-header .brand-text {
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .advanced-header .btn-dark-premium {
        padding: 10px 14px;
    }
    .side-link {
        font-size: 16px;
    }
    .mega-img {
        height: 110px;
    }
}

/* Portfolio inspired homepage sections */
.portfolio-hero {
    padding: 120px 0 70px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.portfolio-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    height: 100%;
    background: #050505;
}
.portfolio-hero .line {
    width: 2px;
    height: 210px;
    background: #fff;
    position: absolute;
    left: 58px;
    top: 90px;
}
.hero-title-xl {
    font-size: clamp(54px, 9vw, 130px);
    line-height: 0.86;
    font-weight: 900;
    letter-spacing: -4px;
    color: #050505;
    text-transform: uppercase;
}
.hero-sub {
    font-size: clamp(24px, 4vw, 52px);
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.arch-graphic {
    height: 360px;
    border-radius: 220px 220px 20px 20px;
    background:
        linear-gradient(135deg, #f7f1e8, #111),
        url("../img/image(140).png") center/cover;
    opacity: 0.9;
    box-shadow: 0 25px 90px rgba(0, 0, 0, 0.18);
}
.portfolio-block {
    padding: 90px 0;
    border-bottom: 8px solid #111;
    background: #fff;
}
.portfolio-title {
    font-size: clamp(42px, 7vw, 82px);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #050505;
}
.portfolio-title:after {
   
    display: block;
    width: 110px;
    height: 4px;
  
    margin-top: 22px;
}
.portfolio-text {
    font-size: clamp(18px, 2vw, 27px);
    line-height: 1.45;
    color: #111;
}
.black-panel {
    background: #050505;
    color: #fff;
    border-radius: 0;
    padding: 50px;
}
.gold-panel {
    background: #b88a35;
    color: #111;
}
.portfolio-img {
    width: 100%;
    min-height: 340px;
    object-fit: cover;
}
.circle-img {
    border-radius: 999px;
}
.stat-dot {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #555;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 30px;
    flex: 0 0 auto;
}
.logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    align-items: center;
}
.logo-card {
    height: 145px;
    background: #fff;
    border: 1px solid #eee;
    display: grid;
    place-items: center;
    padding: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    font-weight: 900;
    text-align: center;
}
.logo-card.dark {
    background: #0a0a0a;
    color: #fff;
}
.logo-card.gold {
    background: #2b211f;
    color: #c99b3e;
}
.service-strip {
    background: #050505;
    color: #fff;
    padding: 0 0 70px;
}
.service-hero-img {
    height: 260px;
    background: url("../img/image(146).png") center/cover;
    opacity: 0.75;
}
.service-number {
    background: #fff;
    color: #000;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    font-size: 44px;
    font-weight: 900;
    margin: -50px auto 25px;
}
.team-timeline {
    position: relative;
}
.team-timeline:before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 170px;
    height: 4px;
    background: #111;
}
.team-card {
    text-align: center;
    position: relative;
}
.team-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid #111;
    border-radius: 50%;
    background: #eee;
}
.team-card .dot {
    width: 36px;
    height: 36px;
    background: #000;
    border-radius: 50%;
    margin: 18px auto;
}
.premium-contact {
    background: #fff;
    padding: 90px 0;
}
.contact-image {
    height: 520px;
    background: url("../img/image(148).png") center/cover;
    border-radius: 0;
    filter: saturate(0.85);
}
.thankyou {
    min-height: 460px;
    display: grid;
    place-items: center;
    text-align: center;
    background: #fff;
}
.thankyou h2 {
    font-size: clamp(60px, 10vw, 120px);
    font-weight: 900;
    letter-spacing: -4px;
}
.quote-line {
    font-size: clamp(22px, 3vw, 38px);
    letter-spacing: 1px;
}
@media (max-width: 991px) {
    .portfolio-hero:before,
    .portfolio-hero .line {
        display: none;
    }
    .portfolio-hero {
        padding: 90px 0 50px;
    }
    .black-panel {
        padding: 30px;
    }
    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .team-timeline:before {
        display: none;
    }
    .portfolio-block {
        padding: 60px 0;
    }
    .service-number {
        width: 78px;
        height: 78px;
        font-size: 34px;
    }
    .contact-image {
        height: 360px;
    }
    .hero-title-xl {
        letter-spacing: -2px;
    }
    .hero-sub {
        letter-spacing: 3px;
    }
}
@media (max-width: 575px) {
    .logo-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .logo-card {
        height: 100px;
        font-size: 13px;
        padding: 10px;
    }
    .stat-dot {
        width: 72px;
        height: 72px;
        font-size: 22px;
    }
    .portfolio-text {
        font-size: 17px;
    }
    .team-card img {
        width: 110px;
        height: 110px;
    }
    .arch-graphic {
        height: 250px;
    }
    .service-hero-img {
        height: 180px;
    }
}
