@font-face {
    font-family: "SF Pro";
    src: url("fonts/sf-pro-display-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "SF Pro";
    src: url("fonts/sf-pro-display-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "SF Pro";
    src: url("fonts/sf-pro-display-semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "SF Pro";
    src: url("fonts/sf-pro-display-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {

    --ink: #021010;

    --cream: #FAFAFA;

    --paper: #FFFFFF;

    --gold: #BEB69B;

    --red: #163832;

    --muted: #235347;

    --line: #D7D3C3;

    --green: #235347;

}

h1,
h2,
h3,
.logo-text,
.card h3,
.rug-card-body h3 {
    /*font-family: "Antonio", sans-serif;*/
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--cream);
    font-family: "SF Pro", sans-serif;
    color: var(--ink)
}

a {
    text-decoration: none;
    color: inherit
}

button {
    font-family: inherit
}

.topline {
    height: 34px;
    background: #081F1C;
    color: #DAF1DE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 46px;
    font-size: 13px;
    letter-spacing: .08em
}

.nav {
    box-shadow: 0 12px 25px #22111233;
    height: 105px;
    background: rgba(250, 250, 250, .95);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 54px;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(12px)
}

.logo {
    /*display: flex;*/
    align-items: center;
    gap: 18px;
    width: 10%;
}

.category-logo {
    width: 2% !important;
}

.mark {
    width: 58px;
    height: 58px;
    border: 2px solid var(--gold);
    display: grid;
    place-items: center;
    transform: rotate(45deg);
    color: var(--gold);
    /*font-family: "Antonio", serif;*/
    font-size: 28px
}

.mark span {
    transform: rotate(-45deg)
}

.logo-text {
    /*font-family: "Antonio", sans-serif;*/
    font-size: 28px;
    letter-spacing: .12em;
    line-height: .92
}

.logo-text small {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 9px;
    letter-spacing: .14em;
    color: var(--gold);
    margin-top: 10px;
    text-transform: uppercase
}

.menu {
    display: flex;
    gap: 38px;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.menu a:hover {
    color: var(--gold)
}

.whatsapp-top {
    background: #A35846;
    color: white;
    padding: 13px 22px;
    border: 0;
    border-radius: 28px;
    font-weight: 700;
    box-shadow: 0 12px 25px #7d101833;
    cursor: pointer
}

.whatsapp-top:hover {

    background: #163832;

}

/*.hero {*/
/*    min-height: 660px;*/
/*    background-size: cover;*/
/*    background: linear-gradient(*/
/*            90deg,*/
/*            rgba(2, 16, 16, .95) 0%,*/
/*            rgba(8, 31, 28, .78) 38%,*/
/*            rgba(8, 31, 28, .15) 72%*/
/*    ) center;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 80px 70px;*/
/*    color: white*/
/*}*/

.hero {
    color: wheat;
    min-height: 660px;

    display: flex;
    align-items: center;

    background: linear-gradient(
            90deg,
            rgba(2, 16, 16, .96) 0%,
            rgba(2, 16, 16, .88) 20%,
            rgba(2, 16, 16, .40) 30%,
            rgba(2, 16, 16, .05) 50%
    ),
    url("../assets/hero-rug-optimized.webp");

    background-size: cover;

    background-position: right center;

    background-repeat: no-repeat;

}

.hero-inner {
    max-width: 640px;
    margin-left: 15px;
}

.eyebrow {
    color: #e0b46d;
    letter-spacing: .08em;
    margin-bottom: 24px
}

.hero h1 {
    /*font-family: "Antonio", sans-serif;*/
    font-size: 60px;
    line-height: 1.02;
    margin: 0 0 24px
}

.hero h1 span {
    color: var(--gold)
}

.hero p {
    font-size: 18px;
    line-height: 1.9;
    color: #f4eadb;
    max-width: 545px
}

.item-detail {
    color: #A35846 !important;
}

.item-description {
    color: #021010 !important;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #fafafa;
    padding: 16px 28px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s
}

.btn:hover {
    transform: translateY(-2px)
}

.btn.gold {
    background: #A35846;
    color: #fafafa
}

.btn.dark {
    background: var(--ink);
    color: white;
    border-color: var(--ink)
}

.btn.green {
    background: #235347;
    color: white;
    border-color: var(--green);
    border-radius: 30px;
    text-transform: none;
    letter-spacing: 0
}

.btn.green:hover {

    background: #163832;

}

.features {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    padding: 26px 60px;
    gap: 20px
}

.feature {
    display: flex;
    gap: 18px;
    align-items: center;
    border-right: 1px solid var(--line)
}

.feature:last-child {
    border-right: 0
}

.icon {
    font-size: 32px;
    color: var(--gold)
}

.feature b {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em
}

.feature span {
    font-size: 13px;
    color: #6b5a4b
}

.section {
    padding: 78px 44px
}

.center {
    text-align: center
}

.orn {
    color: var(--gold);
    margin-bottom: 12px
}

h2 {
    /*font-family: "Antonio", sans-serif;*/
    font-size: 44px;
    margin: 0 0 14px
}

.lead {
    color: #5d5047;
    line-height: 1.2;
    max-width: 760px;
    margin: 0 auto 38px;
    font-size: 18px;
}

.why-only {
    max-width: 1060px;
    margin: auto;
    text-align: center
}

.why-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 18px;
    margin-top: 36px;
    text-align: left
}

.why-item {
    background: #fafafa;
    border-radius: 15px;
    padding: 26px;
    box-shadow: 0 10px 25px #0715220c
}

.why-item b {
    /*font-family: "Antonio", serif;*/
    font-size: 21px;
    color: var(--red)
}

.why-item p {
    color: var(--muted);
    line-height: 1.2;
    margin-bottom: 0
}

.see-categories-box {
    max-width: 880px;
    margin: 46px auto 0;
    padding: 34px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 14px 35px #07152210;
    text-align: center
}

.see-categories-box p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0 0 22px
}

.collections-hero {
    padding: 76px 44px;
    text-align: center;
}

.signature-card .card-body h3 {
    font-size: 22px;
}

.grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto 60px
}

.card.signature-card {
    border: 1px solid var(--line);
    min-height: 220px;

}

.signature-card .card-body {
    padding: 14px 18px;
}

.signature-card .card-img {
    height: 160px;
}

.card {
    position: relative;
    background: white;
    /*border: 1px solid var(--line);*/
    box-shadow: 0 14px 30px #07152212;
    overflow: hidden;
    min-height: 330px
}

/*.card-img {*/
/*    height: 245px;*/
/*    background: url('assets/rug-thumb.jpg') center/cover*/
/*}*/

.card-body {
    padding: 20px;
    background: linear-gradient(#fffdf8ee, #fffdf8)
}

.card h3 {
    /*font-family: "Antonio", serif;*/
    font-size: 25px;
    margin: 0 0 8px
}

.card a {
    color: var(--gold);
    font-size: 14px
}

.card-summary {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 21, 34, .20), rgba(7, 21, 34, .82)),
    linear-gradient(135deg, rgba(185, 133, 54, .18), rgba(255, 253, 248, .08));
    color: white;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transform: translateY(8px);
    transition: .28s;
    backdrop-filter: blur(2px);
}

.card-summary .btn.gold {
    align-self: flex-start;
    background: #f1d29a;
    border-color: #f1d29a;
    color: #17100c;
}

.card-summary p {
    color: #fff4df;
}

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

.card:hover .card-summary,
.card:focus-within .card-summary {
    opacity: 1;
    transform: translateY(0)
}

.card-summary h3 {
    color: white
}

.card-summary p {
    line-height: 1.7;
    color: #fff2df
}

.cta {
    margin-top: 60px;
    background: white;
    border-radius: 0 44px 44px 0;
    display: grid;
    grid-template-columns:280px 1fr auto;
    align-items: center;
    gap: 30px;
    box-shadow: 0 18px 45px #07152218;
    overflow: hidden;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.cta-img {
    height: 145px;
    background: url('rug-thumb.jpg') center/cover
}

.cta h2 {
    font-size: 32px;
    margin: 0
}

.cta p {
    color: #5b5148
}

.cta .btn {
    margin-right: 40px
}

.footer {
    background: #fafafa;
    color: #DAF1DE;
    padding: 44px 54px;
    display: grid;
    grid-template-columns:1.25fr 1fr 1fr;
    gap: 40px;
    box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.2);

}

.footer h4 {
    color: black;
    letter-spacing: .12em
}

.footer a, .footer p {
    display: block;
    color: black;
    margin: 8px 0
}

.float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    background: #19a957;
    color: white;
    width: 66px;
    height: 66px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 32px;
    box-shadow: 0 16px 34px #0004;
    z-index: 20;
    cursor: pointer
}

.page-hero {
    /*min-height: 460px;*/
    /*background: linear-gradient(90deg, rgba(2, 16, 16, .95), rgba(7, 21, 34, .65), rgba(7, 21, 34, .18)), url('../assets/rug-main.jpg');*/
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    color: white;
    padding: 60px 54px
}

.page-hero-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;

}

.breadcrumb {
    color: #d9aa62;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 18px;
    justify-content: center;
    text-align: center;

}

.page-hero h1 {
    /*font-family: "Antonio", sans-serif;*/
    font-size: 70px;
    margin: 0 0 16px
}

.page-hero p {
    font-size: 21px;
    max-width: 760px;
    line-height: 1.75;
    color: #f2e5cf
}

.cat-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 24px
}

.cat-layout {
    display: grid;
    grid-template-columns:1.05fr .95fr;
    gap: 44px;
    align-items: start
}

.cat-photo {
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 12px;
}

.cat-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f8f5ef;
}

.story {
    background: white;
    border: 1px solid var(--line);
    padding: 38px;
    box-shadow: 0 14px 34px #07152210
}

.story h2 {
    font-size: 36px;
    color: #A35846 !important;
}

.story p {
    line-height: 1.85;
    color: #51473f;
    font-size: 17px
}

.info-stack {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 30px;
}


.info-stack .mini {
    width: 100%;
}

.mini {
    background: #fffaf2;
    padding: 22px
}

.mini h3 {
    /*font-family: "Antonio", serif;*/
    margin: 0 0 12px;
    color: #A35846;
    font-size: 24px
}

.mini ul {
    margin: 0;
    padding-left: 20px;
    color: #55483f;
    line-height: 1.85
}

.cat-cta {
    margin-top: 24px;
    background: linear-gradient(
            135deg,
            #021010,
            #163832
    );
    color: white;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.cat-cta h2 {
    font-size: 30px;
    margin-bottom: 8px
}

.cat-cta p {
    color: #f8e9d5;
    margin: 0
}

@media (max-width: 950px) {
    .menu {
        display: none
    }

    .hero {
        padding: 55px 25px
    }

    .hero h1, .page-hero h1 {
        font-size: 48px
    }

    .grid, .features, .footer, .cat-layout, .why-grid {
        grid-template-columns:1fr 1fr
    }

    .cta {
        grid-template-columns:1fr
    }

    .cta .btn {
        margin: 0 25px 30px
    }

    .feature {
        border: 0
    }

    .cat-photo {
        position: static
    }

    .cat-cta {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 620px) {
    .topline {
        display: none
    }

    .nav {
        height: 82px;
        padding: 0 18px
    }

    .logo-text {
        font-size: 20px
    }

    .whatsapp-top {
        display: none
    }

    .grid, .features, .footer, .cat-layout, .info-columns, .why-grid {
        grid-template-columns:1fr
    }

    .hero {
        min-height: 560px
    }

    .section {
        padding: 50px 20px
    }

    .page-hero {
        padding: 45px 24px
    }

    .cat-content {
        padding: 36px 18px
    }
}


/* Category card image */

.card-img {
    height: 380px;
    background: #f8f5ef;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 18px;
}

.card-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform .35s;
}

.card:hover .card-img img {
    transform: scale(1.03);
}

.card-placeholder {
    color: rgba(185, 133, 54, .72);
    font-size: 44px;
    /*font-family: "Antonio", serif;*/
}

.signature-toggle {

    width: 100%;

    padding: 18px;

    border: none;

    cursor: pointer;

    background: #18322d;

    color: #fff;

    font-size: 15px;

    letter-spacing: .12em;

    text-transform: uppercase;

    transition: .25s;

}

.signature-toggle:hover {

    background: #25473f;

}

.signature-panel {

    display: none;

    margin-top: 20px;

    border-top: 1px solid var(--line);

    padding-top: 20px;

}

.signature-panel.open {

    display: block;

}

.signature-row {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 18px 0;

    border-bottom: 1px solid #ece4d7;

    transition: .25s;

}

.signature-row span {

    /*font-family: "Antonio", serif;*/

    font-size: 20px;

}

.signature-row strong {

    color: var(--gold);

    font-size: 20px;

    transition: .25s;

}

.signature-row:hover {

    padding-left: 12px;

}

.signature-row:hover strong {

    transform: translateX(6px);

}

.rug-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 26px;
}

.rug-card {
    background: white;
    /*border: 1px solid var(--line);*/
    box-shadow: 0 14px 30px #07152212;
    overflow: hidden;
}

.rug-card-image {
    height: 330px;
    background: #f8f5ef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

.rug-card-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    transition: .35s;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;

}

.rug-image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 16, 16, .45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transition: .25s;

    color: white;
}

.rug-image-overlay span {
    font-size: 42px;
}

.rug-image-overlay strong {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.rug-card-image:hover .rug-image-overlay {
    opacity: 1;
}

.rug-card-placeholder {
    color: rgba(185, 133, 54, .72);
    font-size: 44px;
    /*font-family: "Antonio", serif;*/
}

.rug-card-body {
    padding: 18px;
}

.rug-card-body h3 {
    /*font-family: "Antonio", sans-serif;*/
    font-size: 24px;
    margin: 0 0 14px;
    color: var(--ink);
}

.rug-meta {
    margin: 8px 0;
    color: #55483f;
    line-height: 1.6;
}

.rug-status {
    display: inline-flex;
    margin-top: 14px;
    padding: 8px 13px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
}

.rug-status.available {
    background: #DAF1DE;
    color: #163832;
}

.rug-status.unavailable {
    background: #f8e8e8;
    color: #9f2d2d;
}

@media (max-width: 950px) {
    .rug-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .rug-grid {
        grid-template-columns: 1fr;
    }
}

.rug-lightbox {

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, .92);

    display: none;

    align-items: center;

    justify-content: center;

    z-index: 9999;

    padding: 40px;

}

.rug-lightbox.open {

    display: flex;

}

.rug-lightbox img.zoomed {
    max-width: none;
    max-height: none;
    cursor: grab;
}

.rug-lightbox img.zoomed:active {
    cursor: grabbing;
}

.rug-lightbox-hint {
    position: absolute;
    top: 30px;
    left: 34px;
    color: #f4eadb;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    z-index: 10000;
}

.rug-lightbox img {
    max-width: 70vw;
    max-height: 72vh;
    object-fit: contain;
    cursor: grab;
    transition: transform .25s ease;
    user-select: none;
    transform-origin: center center;
    z-index: 1;
}

.rug-lightbox-controls,
.rug-lightbox-close,
.rug-lightbox-hint {
    z-index: 10001;
}

.rug-lightbox-close {

    position: absolute;

    top: 24px;

    right: 34px;

    background: none;

    border: none;

    color: white;

    font-size: 44px;

    cursor: pointer;

}

.rug-lightbox p {

    position: absolute;

    bottom: 24px;

    color: white;

    /*font-family: "Antonio", serif;*/

    font-size: 22px;

}

.rug-detail-btn {
    margin-top: 16px;
    width: 100%;
    padding: 13px 18px;
    border: 1px solid var(--gold);
    background: transparent;
    color: var(--gold);
    cursor: pointer;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    transition: .25s;
    border-radius: 10px;
}

.rug-detail-btn:hover {
    background: var(--gold);
    color: #17100c;
}

.rug-lightbox img:active {
    cursor: grabbing;
}

.rug-lightbox-zoom-help {
    position: absolute;
    top: 30px;
    left: 34px;
    color: #f4eadb;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rug-lightbox-controls button {

    width: 42px;
    height: 42px;

    border: none;
    border-radius: 50%;

    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);

    color: white;

    font-size: 24px;

    cursor: pointer;

    transition: .2s;
}

.rug-lightbox-controls button:hover {

    background: var(--gold);
    color: #111;

}

.rug-detail-text {
    margin-top: 14px;
    padding: 18px;
    background: var(--cream);
    border: 1px solid var(--line);
    color: var(--muted);
    line-height: 1.8;
    font-size: 14px;
}

.rug-detail-text p {
    margin: 0 0 12px;
}

.rug-detail-text p:last-child {
    margin-bottom: 0;
}

.rug-detail-text[hidden] {
    display: none;
}

.rug-detail-modal {

    position: fixed;

    inset: 0;

    display: none;

    z-index: 9999;

}

.rug-detail-modal[open] {

    display: flex;

    align-items: center;

    justify-content: center;

}


.rug-detail-overlay {

    position: absolute;

    inset: 0;

    background: rgba(7, 31, 28, .75);

    backdrop-filter: blur(8px);

}


.rug-detail-box {

    position: relative;

    z-index: 2;

    width: min(700px, 90%);

    max-height: 85vh;

    overflow-y: auto;

    background: #faf8f3;

    padding: 70px;

}


.rug-detail-box h2 {

    /*font-family: "Antonio", serif;*/

    color: var(--red);

    margin-top: 0;

}


.rug-detail-box p {

    line-height: 1.9;

    color: var(--muted);

}


.rug-detail-close {

    position: absolute;

    right: 25px;

    top: 20px;

    border: none;

    background: none;

    font-size: 35px;

    cursor: pointer;

    color: #102520;

}

#rugDetailTitle {

    font-size: 60px;

    line-height: 1;

    font-weight: 500;

    letter-spacing: -.04em;

    margin-bottom: 50px;

}


#rugDetailContent {

    color: #59635e;

    font-size: 18px;

    line-height: 1.9;

}


#rugDetailContent p {

    margin: 0 0 20px;

}


#rugDetailContent strong {

    display: block;

    color: #A35846;

    font-size: 11px;

    letter-spacing: .2em;

    text-transform: uppercase;

    margin-bottom: 5px;

}


#rugDetailContent hr {

    margin: 45px 0;

    border: none;

    border-top: 1px solid rgba(16, 37, 32, .15);

}

.rug-signature {

    margin: 0 0 14px;
    font-size: 14px;
    color: var(--muted);

}


.rug-signature a {

    color: var(--green);
    font-weight: 600;
    text-decoration: none;

}


.rug-signature a:hover {
    text-decoration: underline;
}

.signature-section {

    margin-top: 70px;

}

.signature-intro {

    max-width: 720px;

    color: #6d6358;

    margin-bottom: 30px;

}

.signature-selector {

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

}

.signature-pill {

    padding: 14px 28px;

    border-radius: 999px;

    border: 1px solid #ceb27a;

    background: #fff;

    color: #6b5536;

    text-decoration: none;

    font-weight: 600;

    transition: .25s;

}

.signature-pill:hover {

    transform: translateY(-3px);

    background: #f6efe3;

}

.signature-pill.active {

    background: #c6a25d;

    color: white;

    border-color: #c6a25d;

}

.signature-collection-section {
    margin-top: 50px;
    margin-bottom: 20px;
    background: #fffdf8;
    border: 1px solid var(--line);
    padding: 38px;
    box-shadow: 0 14px 34px #07152210;
}

.signature-collection-head {

    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
}

.signature-collection-head h2 {
    margin-bottom: 10px;
    font-size: 32px;
}

.signature-collection-head p {
    margin: 0;
    font-size: 17px;
    color: #666;
}

.signature-collection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1240px;
    margin: 40px auto 60px;
    border: 2px;
}

.signature-collection-card {
    background: white;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 12px 28px #0715220e;
    transition: .28s;
}

.signature-collection-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
    box-shadow: 0 18px 38px #07152218;
}

.signature-cover {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 12px;
}

.signature-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.signature-collection-card:hover .signature-cover img {
    transform: scale(1.04);
}

.signature-cover-placeholder {
    color: rgba(185, 133, 54, .72);
    font-size: 44px;
    /*font-family: "Antonio", serif;*/
}

.signature-card-content {
    padding: 24px;
}

.signature-card-content small {
    color: var(--gold);
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: 11px;
}

.signature-card-content h3 {
    margin: 8px 0 6px;
    /*font-family: "Antonio", sans-serif;*/
    font-size: 28px;
    color: var(--red);
}

.signature-code {
    margin: 0 0 12px;
    color: #8a6d44;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.signature-desc {
    color: #55483f;
    line-height: 1.7;
    margin-bottom: 18px;
}

.signature-card-content span {
    color: var(--gold);
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 720px) {
    .signature-collection-grid {
        grid-template-columns: 1fr;
    }
}

.about-hero {
    min-height: 520px;
}

.about-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 24px 90px;
}

.about-intro {
    max-width: 900px;
    margin: 0 auto 58px;
    text-align: center;
}

.about-kicker {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about-intro h2,
.about-feature h2,
.about-cta h2 {
    color: var(--red);
}

.about-intro p,
.about-feature p,
.about-panel p {
    color: var(--muted);
    line-height: 1.9;
    font-size: 17px;
}

.about-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 58px;
}

.about-panel {
    position: relative;
    background: var(--paper);
    padding: 34px;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(2, 16, 16, .08);
}

.about-panel h3 {
    margin: 8px 0 16px;
    /*font-family: "Antonio", sans-serif;*/
    font-size: 28px;
    color: var(--red);
}

.about-number {
    display: inline-block;
    color: var(--gold);
    font-size: 13px;
    letter-spacing: .14em;
}

.about-feature {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 34px;
    align-items: center;
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 42px;
    box-shadow: 0 18px 42px rgba(2, 16, 16, .09);
    margin-bottom: 58px;
}

.about-feature blockquote {
    margin: 0;
    padding: 30px;
    border-left: 3px solid var(--gold);
    /*font-family: "Antonio", serif;*/
    font-size: 30px;
    line-height: 1.45;
    color: var(--red);
    background: var(--cream);
}

.about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 38px 42px;
    background: linear-gradient(135deg, var(--ink), var(--red));
    color: white;
}

.about-cta h2 {
    color: white;
    margin-bottom: 0;
    max-width: 760px;
}

@media (max-width: 850px) {
    .about-split,
    .about-feature {
        grid-template-columns: 1fr;
    }

    .about-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .about-page {
        padding: 46px 18px 64px;
    }

    .about-panel,
    .about-feature,
    .about-cta {
        padding: 26px;
    }

    .about-feature blockquote {
        font-size: 24px;
        padding: 24px;
    }
}

/* =========================
   Signature Pagination
========================= */

.collection-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 54px;
}

.pagination-controls {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px;

    border: 1px solid var(--line);
    border-radius: 999px;

    background: var(--paper);

    box-shadow: 0 12px 30px rgba(2, 16, 16, 0.08);
}

.pagination-pages {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pagination-nav,
.pagination-page {
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    border-radius: 999px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    color: var(--ink);
    background: transparent;

    transition: background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.pagination-nav {
    padding: 0 16px;
}

.pagination-page {
    width: 42px;
    min-width: 42px;
    padding: 0;
}

.pagination-nav:hover,
.pagination-page:hover {
    background: rgba(35, 83, 71, 0.09);
    color: var(--green);
    transform: translateY(-1px);
}

.pagination-current {
    background: var(--green);
    color: #fff;
    cursor: default;
}

.pagination-current:hover {
    background: var(--green);
    color: #fff;
    transform: none;
}

.pagination-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-status {
    margin: 0;

    font-size: 13px;
    letter-spacing: 0.04em;

    color: var(--muted);
}

@media (max-width: 600px) {

    .collection-pagination {
        margin-top: 38px;
    }

    .pagination-controls {
        width: 100%;
        max-width: 360px;

        justify-content: space-between;

        border-radius: 18px;
    }

    .pagination-nav {
        padding: 0 10px;
        font-size: 13px;
    }

    .pagination-page {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }
}

.rug-slide-indicator {

    position: fixed;

    bottom: 35px;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 8px;


    color: white;

    background: rgba(0, 0, 0, .35);

    backdrop-filter: blur(8px);

    padding: 10px 18px;

    border-radius: 30px;

}

.rug-counter {

    font-size: 13px;

    letter-spacing: .12em;

}


.rug-dots {

    display: flex;

    gap: 7px;

}


.rug-dots span {

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: white;

    opacity: .45;

}


.rug-dots span.active {

    opacity: 1;


}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}


.home-category-card {

    position: relative;

    height: 260px;

    overflow: hidden;

    border-radius: 12px;

    text-decoration: none;

}


.home-category-card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: .5s ease;

}


.home-category-overlay {

    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    padding: 22px;


    background: linear-gradient(
            transparent,
            rgba(0, 0, 0, .65)
    );


    color: white;

}


.home-category-overlay h3 {

    margin: 0 0 6px;

    font-size: 22px;

}


.home-category-overlay span {

    font-size: 14px;

    opacity: .9;

}


.home-category-card:hover img {

    transform: scale(1.06);

}


@media (max-width: 900px) {

    .home-category-grid {

        grid-template-columns:repeat(2, 1fr);

    }

}


@media (max-width: 600px) {

    .home-category-grid {

        grid-template-columns:1fr;

    }

}

#contact {
    padding-top: 0;
}

.category-short-description {

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

    overflow: hidden;

    line-height: 1.8;

}

.category-more-btn {

    margin-top: 15px;

    background: none;

    border: none;

    padding: 0;

    color: var(--gold);

    font-family: "SF Pro", sans-serif;

    cursor: pointer;

    font-size: 15px;

}

/* =========================
   Category Info Modals
========================= */

.info-modal {

    position: fixed;

    inset: 0;

    display: none;

    align-items: center;

    justify-content: center;

    background: rgba(2, 16, 16, .65);

    z-index: 9999;

    padding: 30px;

}


.info-modal[open] {

    display: flex;

}


.info-modal-box {

    position: relative;

    background: white;

    width: min(600px, 90%);

    max-height: 80vh;

    overflow-y: auto;

    padding: 40px;

    border-radius: 12px;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);

}


.info-modal-box h2 {

    margin-top: 0;

    color: var(--red);

}


.info-modal-box p,
.info-modal-box li {

    line-height: 1.8;

    color: var(--muted);

}


.info-modal-close {

    position: absolute;

    right: 18px;

    top: 12px;

    border: none;

    background: none;

    font-size: 30px;

    cursor: pointer;

    color: var(--ink);

}

.why-keshmiri {

    max-width: 1100px;

    margin: 120px auto;

    padding: 0 30px;

}

.section-title {

    text-align: center;

    margin-bottom: 70px;

}

.section-title span {

    color: var(--gold);

    letter-spacing: .25em;

    font-size: 12px;

    text-transform: uppercase;

}

.section-title h2 {

    margin-top: 18px;

    font-size: 52px;

    line-height: 1.15;

}

.why-tabs {

    display: flex;

    justify-content: space-between;

    border-bottom: 1px solid var(--line);

}

.why-tab {

    flex: 1;

    background: none;

    border: none;

    padding: 0 0 25px;

    cursor: pointer;

    color: #999;

    transition: .35s;

    position: relative;

}

.why-tab strong {

    display: block;

    font-size: 34px;

    font-weight: 600;

}

.why-tab span {

    display: block;

    margin-top: 8px;

    letter-spacing: .12em;

    text-transform: uppercase;

    font-size: 12px;

}

.why-tab::after {

    content: "";

    position: absolute;

    left: 50%;

    bottom: -1px;

    width: 0;

    height: 2px;

    background: #A35846;

    transition: .35s;

    transform: translateX(-50%);

}

.why-tab.active {

    color: #A35846;

}

.why-tab.active::after {

    width: 100%;

}

.why-display {

    max-width: 760px;

    margin: 70px auto 0;

    text-align: center;

}

.why-content h3 {

    font-size: 36px;

    margin-bottom: 25px;

}

.why-content p {

    font-size: 20px;

    line-height: 2;

    color: #5d5047;

}

/* Keshmiri Rugs — Deluxe Interactive About Page */

.about-deluxe {
    --about-ink: #0a211d;
    --about-cream: #f4f0e7;
    --about-paper: #fbfaf7;
    --about-bronze: #a86a4e;
    --about-bronze-soft: #c9aa84;
    --about-line: rgba(10, 33, 29, .17);
    --about-light-line: rgba(255, 255, 255, .18);
    --about-ease: cubic-bezier(.22, .61, .36, 1);
    position: relative;
    overflow: clip;
    background: var(--about-paper);
    color: var(--about-ink);
}

.about-deluxe *,
.about-deluxe *::before,
.about-deluxe *::after {
    box-sizing: border-box;
}

.about-scene {
    position: relative;
    isolation: isolate;
}

.about-scene.is-dark {
    color: #fff;
    background: var(--about-ink);
}

.about-progress {
    position: fixed;
    z-index: 30;
    top: 50%;
    left: clamp(14px, 2vw, 34px);
    display: flex;
    flex-direction: column;
    gap: 13px;
    transform: translateY(-50%);
}

.about-progress-dot {
    position: relative;
    width: 34px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(10, 33, 29, .42);
    cursor: pointer;
    font: inherit;
    transition: color .45s var(--about-ease);
}

.about-progress-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 13px;
    height: 1px;
    background: currentColor;
    transition: width .45s var(--about-ease), background .45s var(--about-ease);
}

.about-progress-dot span {
    position: absolute;
    left: 41px;
    top: 50%;
    opacity: 0;
    transform: translate(-5px, -50%);
    font-size: 10px;
    letter-spacing: .16em;
    transition: opacity .35s ease, transform .35s ease;
}

.about-progress-dot:hover span,
.about-progress-dot.is-active span {
    opacity: 1;
    transform: translate(0, -50%);
}

.about-progress-dot.is-active {
    color: var(--about-bronze);
}

.about-progress-dot.is-active::before {
    width: 28px;
}

.about-progress.is-over-dark .about-progress-dot {
    color: rgba(255, 255, 255, .38);
}

.about-progress.is-over-dark .about-progress-dot.is-active {
    color: var(--about-bronze-soft);
}

.about-arrival {
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: 120px 7vw 70px;
    overflow: hidden;
}

.about-arrival-pattern,
.about-generations-pattern,
.about-final-pattern {
    position: absolute;
    inset: -10%;
    z-index: -1;
    opacity: .055;
    background-image: linear-gradient(45deg, transparent 47%, currentColor 48%, currentColor 52%, transparent 53%),
    linear-gradient(-45deg, transparent 47%, currentColor 48%, currentColor 52%, transparent 53%);
    background-size: 74px 74px;
    transform: rotate(-4deg) scale(1.1);
    pointer-events: none;
}

.about-arrival-inner {
    width: min(1500px, 100%);
    text-align: center;
}

.about-kicker {
    color: var(--about-bronze-soft);
    font-size: 11px;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.about-year {
    margin: 20px 0 0;
    font-family: "Antonio", sans-serif;
    font-size: clamp(170px, 34vw, 520px);
    font-weight: 500;
    line-height: .72;
    letter-spacing: -.045em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}

.about-arrival h1 {
    max-width: 850px;
    margin: clamp(48px, 6vw, 86px) auto 0;
    font-family: "Antonio", sans-serif;
    font-size: clamp(34px, 4.8vw, 78px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -.025em;
}

.about-scroll-cue {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 55px;
    padding: 0;
    color: rgba(255, 255, 255, .68);
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    cursor: pointer;
}

.about-scroll-cue i {
    width: 1px;
    height: 46px;
    background: rgba(255, 255, 255, .35);
    overflow: hidden;
}

.about-scroll-cue i::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #fff;
    animation: aboutScrollCue 2s ease-in-out infinite;
}

@keyframes aboutScrollCue {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(55px);
    }
}

.about-heritage {
    display: grid;
    grid-template-columns: minmax(270px, .85fr) minmax(0, 1.15fr);
    max-width: 1500px;
    margin: 0 auto;
    padding: clamp(110px, 14vw, 220px) 7vw;
    gap: 8vw;
}

.about-sticky-title {
    position: sticky;
    top: 150px;
    align-self: start;
}

.about-sticky-title span,
.about-sticky-title strong {
    display: block;
    font-family: "Antonio", sans-serif;
    font-size: clamp(80px, 10vw, 165px);
    font-weight: 400;
    line-height: .8;
    letter-spacing: -.045em;
}

.about-sticky-title strong {
    color: var(--about-bronze);
}

.about-reading-flow {
    display: flex;
    flex-direction: column;
    gap: 38vh;
    padding: 10vh 0 30vh;
}

.about-reading-panel {
    max-width: 730px;
}

.about-reading-index {
    display: block;
    margin-bottom: 30px;
    color: var(--about-bronze);
    font-size: 11px;
    letter-spacing: .2em;
}

.about-reading-panel p {
    margin: 0;
    font-size: clamp(23px, 2.5vw, 39px);
    line-height: 1.52;
    letter-spacing: -.015em;
}

.about-generations {
    min-height: 100svh;
    display: grid;
    align-items: center;
    padding: clamp(110px, 13vw, 190px) 7vw;
    overflow: hidden;
}

.about-generations-layout {
    width: min(1450px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 9vw;
    align-items: end;
}

.about-generations-heading span,
.about-generations-heading strong {
    display: block;
    font-family: "Antonio", sans-serif;
    font-size: clamp(110px, 16vw, 260px);
    font-weight: 400;
    line-height: .72;
    letter-spacing: -.05em;
}

.about-generations-heading strong {
    color: var(--about-bronze-soft);
}

.about-generations-copy {
    max-width: 650px;
    padding-bottom: 10px;
}

.about-generations-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(20px, 1.75vw, 28px);
    line-height: 1.8;
}

.about-philosophy {
    padding: clamp(110px, 13vw, 190px) 7vw;
}

.about-section-heading {
    width: min(1400px, 100%);
    margin: 0 auto clamp(75px, 9vw, 135px);
}

.about-section-heading > span {
    display: block;
    margin-bottom: 22px;
    color: var(--about-bronze);
    font-size: 11px;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.about-section-heading h2 {
    max-width: 1050px;
    margin: 0;
    font-family: "Antonio", sans-serif;
    font-size: clamp(58px, 8.5vw, 135px);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.04em;
}

.about-interactive {
    width: min(1400px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
    gap: 9vw;
    border-top: 1px solid var(--about-line);
}

.about-tab {
    width: 100%;
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 20px;
    align-items: center;
    padding: 27px 0;
    border: 0;
    border-bottom: 1px solid var(--about-line);
    background: transparent;
    color: rgba(10, 33, 29, .46);
    text-align: left;
    font: inherit;
    cursor: pointer;
    transition: color .5s var(--about-ease), padding-left .5s var(--about-ease);
}

.about-tab span {
    font-size: 10px;
    letter-spacing: .15em;
}

.about-tab strong {
    font-family: "Antonio", sans-serif;
    font-size: clamp(29px, 3.3vw, 54px);
    font-weight: 400;
    line-height: 1;
}

.about-tab:hover, .about-tab.is-active {
    color: var(--about-ink);
    padding-left: 15px;
}

.about-tab.is-active strong {
    color: var(--about-bronze);
}

.about-tab-stage {
    position: sticky;
    top: 150px;
    align-self: start;
    min-height: 460px;
    padding-top: 33px;
}

.about-tab-stage-number {
    display: block;
    color: var(--about-bronze);
    font-size: 11px;
    letter-spacing: .2em;
}

.about-tab-stage h3 {
    margin: 30px 0 34px;
    font-family: "Antonio", sans-serif;
    font-size: clamp(55px, 7vw, 105px);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.04em;
}

.about-tab-copy p {
    max-width: 670px;
    margin: 0 0 22px;
    color: #50605c;
    font-size: 18px;
    line-height: 1.9;
}

.about-tab-stage.is-switching > * {
    animation: aboutContentSwitch .55s var(--about-ease);
}

@keyframes aboutContentSwitch {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.about-worldwide {
    padding: clamp(110px, 13vw, 190px) 7vw;
}

.about-worldwide-intro, .about-worldwide-interactive {
    width: min(1400px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.about-worldwide-intro h2 {
    max-width: 1100px;
    margin: 24px 0 clamp(80px, 10vw, 145px);
    font-family: "Antonio", sans-serif;
    font-size: clamp(80px, 12vw, 190px);
    font-weight: 400;
    line-height: .82;
    letter-spacing: -.045em;
}

.about-worldwide-interactive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9vw;
    align-items: start;
}

.about-worldwide-nav {
    display: flex;
    flex-direction: column;
}

.about-worldwide-tab {
    position: relative;
    padding: 23px 0;
    border: 0;
    border-bottom: 1px solid var(--about-light-line);
    background: transparent;
    color: rgba(255, 255, 255, .38);
    text-align: left;
    font-family: "Antonio", sans-serif;
    font-size: clamp(38px, 5vw, 76px);
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: color .45s var(--about-ease), transform .45s var(--about-ease);
}

.about-worldwide-tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: var(--about-bronze-soft);
    transition: width .55s var(--about-ease);
}

.about-worldwide-tab:hover, .about-worldwide-tab.is-active {
    color: #fff;
    transform: translateX(13px);
}

.about-worldwide-tab.is-active::after {
    width: 100%;
}

.about-worldwide-stage {
    position: sticky;
    top: 150px;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.about-worldwide-stage p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(21px, 2.2vw, 34px);
    line-height: 1.65;
}

.about-worldwide-stage.is-switching p {
    animation: aboutContentSwitch .55s var(--about-ease);
}

.about-final-quote {
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: 120px 7vw;
    overflow: hidden;
    background: var(--about-bronze) !important;
}

.about-final-quote blockquote {
    max-width: 1250px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Antonio", sans-serif;
    font-size: clamp(62px, 10.5vw, 170px);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.045em;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .75s var(--about-ease), transform .75s var(--about-ease);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 960px) {
    .about-progress {
        display: none;
    }

    .about-heritage {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .about-sticky-title {
        position: relative;
        top: auto;
    }

    .about-reading-flow {
        gap: 130px;
        padding: 0 0 60px;
    }

    .about-generations-layout, .about-interactive, .about-worldwide-interactive {
        grid-template-columns: 1fr;
    }

    .about-generations-layout {
        align-items: start;
    }

    .about-generations-copy {
        margin-top: 70px;
    }

    .about-tab-stage, .about-worldwide-stage {
        position: relative;
        top: auto;
        min-height: 0;
        padding-top: 60px;
    }

    .about-worldwide-stage {
        padding-bottom: 40px;
    }
}

@media (max-width: 620px) {
    .about-arrival {
        padding: 100px 20px 55px;
    }

    .about-year {
        font-size: clamp(140px, 48vw, 260px);
    }

    .about-arrival h1 {
        margin-top: 52px;
        font-size: 42px;
    }

    .about-heritage, .about-generations, .about-philosophy, .about-worldwide, .about-final-quote {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-sticky-title span, .about-sticky-title strong {
        font-size: 80px;
    }

    .about-reading-panel p {
        font-size: 23px;
    }

    .about-generations-heading span, .about-generations-heading strong {
        font-size: clamp(64px, 17vw, 105px);
    }

    .about-section-heading h2 {
        font-size: 57px;
    }

    .about-tab {
        grid-template-columns: 30px 1fr;
        gap: 10px;
    }

    .about-tab strong {
        font-size: 33px;
    }

    .about-tab-stage h3 {
        font-size: 58px;
    }

    .about-worldwide-intro h2 {
        font-size: clamp(62px, 15vw, 82px);
        line-height: 1.08;
    }

    .about-worldwide-tab {
        font-size: 44px;
    }

    .about-final-quote blockquote {
        font-size: 62px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .reveal-on-scroll {
        opacity: 1;
        transform: none;
    }
}

/* ======================================
   COLLECTIONS V2
====================================== */


.collections-v2 {
    background: #faf8f3;
}


.collections-v2-hero {

    min-height: 90vh;

    padding: 140px 8vw;

    display: flex;

    flex-direction: column;

    justify-content: center;

    position: relative;

}


.collections-v2-mark img {

    width: 70px;

    margin-bottom: 50px;

}


.collections-kicker {

    color: #A35846;

    text-transform: uppercase;

    letter-spacing: .25em;

    font-size: 12px;

}


.collections-v2-content h1 {


    font-size: clamp(55px, 5vw, 120px);

    line-height: .95;

    font-weight: 500;

    letter-spacing: -.05em;

    margin: 25px 0;


}


.collections-v2-content p {

    max-width: 650px;

    font-size: 22px;

    line-height: 1.8;

    color: #59635e;

}


.collections-scroll {

    position: absolute;

    bottom: 40px;

    left: 8vw;

    font-size: 12px;

    letter-spacing: .15em;

    text-transform: uppercase;

}


/* Gallery */


.collection-link {

    display: block;

    text-decoration: none;

    color: inherit;

}


.collection-link:hover img {

    transform: scale(1.05);

}


.collection-overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(
            to top,
            rgba(0, 0, 0, .55),
            transparent 45%
    );

}

.collection-number {

    font-size: 60px;

    color: #A35846;

    font-weight: 300;

}

.collection-type {


    color: #A35846;

    font-size: 12px;

    letter-spacing: .2em;

    text-transform: uppercase;

}


.collection-action {


    display: inline-flex;

    gap: 12px;

    margin-top: 25px;

    color: #102520;

    transition: .3s;

}


.collection-link:hover .collection-action {

    color: #A35846;

    transform: translateX(8px);

}


.collections-ending {


    padding: 150px 8vw;

    text-align: center;

    background: #071f1c;

    color: white;

}


.collections-ending span {

    color: #d2c7a6;

    letter-spacing: .25em;

    text-transform: uppercase;

    font-size: 12px;

}


.collections-ending h2 {


    font-size: 59px;

    font-weight: 400;

    max-width: 900px;

    margin: 40px auto;


}


.collections-ending a {

    color: white;

    text-decoration: none;

    border-bottom: 1px solid #d2c7a6;

    padding-bottom: 8px;

}


@media (max-width: 800px) {


    .collections-v2-content h1 {

        font-size: 55px;

    }


}

/* =====================================
   CATEGORY DETAIL V2
===================================== */


.category-hero-v2 {

    height: min(80vh, 900px);

    position: relative;

    overflow: hidden;

    background: #071f1c;

}


.category-hero-v2-image {

    position: absolute;

    inset: 0;

}


.category-hero-v2-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transform: scale(1.02);

    transition: transform 1.5s cubic-bezier(.2, .7, .2, 1);

}


.category-hero-v2:hover img {

    transform: scale(1.06);

}


.category-hero-v2::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
            to top,
            rgba(0, 0, 0, .7),
            rgba(0, 0, 0, .15)
    );

}


.category-hero-v2-overlay {

    position: absolute;

    z-index: 2;

    bottom: 90px;

    left: 8vw;

    color: white;

    max-width: 900px;

}


.category-kicker {

    color: #d2c7a6;

    text-transform: uppercase;

    letter-spacing: .25em;

    font-size: 12px;

}


.category-hero-v2 h1 {

    margin: 20px 0 40px;

    font-size: clamp(60px, 9vw, 130px);

    font-weight: 500;

    line-height: .9;

    letter-spacing: -.05em;

}


.category-actions {

    display: flex;

    align-items: center;

    gap: 30px;

}


.category-scroll {

    color: white;

    text-decoration: none;

    font-size: 14px;

    opacity: .8;

}


/* STORY */


.category-information-v2 {

    max-width: 1000px;

    margin: 0 auto;

    padding: 120px 30px;

    text-align: center;

}


.category-info-intro h2 {

    font-size: clamp(40px, 5vw, 70px);

    font-weight: 500;

    margin-bottom: 35px;

}


.category-info-intro p {

    font-size: 20px;

    line-height: 1.9;

    color: #59635e;

}


.category-info-buttons {

    display: flex;
    flex-wrap: wrap;

    justify-content: center;

    gap: 20px;

    margin-top: 50px;

}


.category-info-buttons .btn {

    min-width: 220px;

}


/* MOBILE */


@media (max-width: 800px) {


    .category-hero-v2 {

        height: 75vh;

    }


    .category-hero-v2-overlay {

        left: 25px;

        right: 25px;

        bottom: 50px;

    }


    .category-actions {

        flex-direction: column;

        align-items: flex-start;

    }


    .category-information-v2 {

        padding: 80px 20px;

    }


}

/* =================================
   RUG CARD V2
================================= */


.rug-card-v2 {

    background: transparent;

}


.rug-card-v2-image {
    display: block;

    position: relative;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    cursor: pointer;

}


.rug-card-v2-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);

}


.rug-card-v2:hover .rug-card-v2-image img {

    transform: scale(1.05);

}


.rug-card-v2-overlay {

    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    gap: 10px;

    color: white;

    background: rgba(7, 31, 28, .35);

    opacity: 0;

    transition: .4s;

}


.rug-card-v2:hover .rug-card-v2-overlay,
.rug-card-v2:focus-within .rug-card-v2-overlay {

    opacity: 1;

}


.rug-card-v2-overlay span {

    letter-spacing: .15em;

    text-transform: uppercase;

    font-size: 12px;

}


.rug-card-v2-overlay i {

    font-size: 30px;

    font-style: normal;

}


.rug-card-v2-content {

    padding: 28px 0 50px;

}


.rug-card-v2-type {

    color: #A35846;

    font-size: 11px;

    letter-spacing: .2em;

    text-transform: uppercase;

}


.rug-card-v2-content h3 {

    font-size: 32px;

    font-weight: 500;

    margin: 12px 0;

    transition: .3s;

}


.rug-card-v2:hover h3 {

    transform: translateX(5px);

}


.rug-card-v2-signature {

    color: #59635e;

    margin-bottom: 25px;

}


.rug-card-v2-signature a {

    color: #102520;

    text-decoration: none;

}


.rug-card-v2-link {


    padding: 0;

    border: none;

    background: none;

    color: #102520;

    font-size: 15px;

    cursor: pointer;

    display: flex;

    gap: 12px;

    align-items: center;

    transition: .3s;

}


.rug-card-v2-link span {

    transition: .3s;

}


.rug-card-v2:hover .rug-card-v2-link span {

    transform: translateX(8px);

}


.rug-card-v2-placeholder {

    width: 100%;

    height: 100%;

    display: grid;

    place-items: center;

    background: #eee;

}

/* =====================================
   HOMEPAGE HERITAGE STRIP
===================================== */


.heritage-strip {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 50px;

    padding: 90px 8vw;

    background: #071f1c;

    color: white;

}


.heritage-item {

    text-align: center;

    min-width: 150px;

}


.heritage-item strong {

    display: block;

    font-size: clamp(38px, 4vw, 60px);

    font-weight: 400;

    line-height: 1;

    color: #d2c7a6;

    margin-bottom: 15px;

}


.heritage-item span {

    display: block;

    font-size: 13px;

    letter-spacing: .15em;

    text-transform: uppercase;

    opacity: .8;

}


.heritage-divider {

    width: 1px;

    height: 70px;

    background: rgba(255, 255, 255, .25);

}


@media (max-width: 800px) {


    .heritage-strip {

        flex-direction: column;

        gap: 35px;

    }


    .heritage-divider {

        width: 70px;

        height: 1px;

    }


}

/* =====================================
   HOMEPAGE COLLECTIONS V2
===================================== */


.home-collections-v2 {

    text-align: center;
    padding: 0px 8vw;
    margin-top: 30px;
    /*background: #faf8f3;*/

}


.home-collections-header {

    max-width: 800px;

    margin-bottom: 80px;

}


.home-collections-header span {

    color: #A35846;

    text-transform: uppercase;

    letter-spacing: .25em;

    font-size: 12px;

}


.home-collections-header h2 {

    font-size: clamp(50px, 7vw, 100px);

    line-height: .95;

    font-weight: 500;

    letter-spacing: -.05em;

    margin: 25px 0;


}


.home-collections-header p {

    max-width: 600px;

    color: #59635e;

    font-size: 20px;

    line-height: 1.8;

}


.home-category-grid {

    display: grid;

    grid-template-columns:repeat(4, 1fr);

    gap: 25px;

}


/* Homepage category cards: image above the caption. */
.home-category-card-v2 {
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-decoration: none;
    color: var(--ink);
}

.home-category-card-v2 img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.home-category-card-v2:hover img,
.home-category-card-v2:focus-visible img {
    transform: scale(1.06);
}

.home-category-info {
    width: 100%;
    padding: 18px 8px 8px;
    text-align: center;
}

.home-category-info span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.home-category-info h3 {
    color: var(--ink);
    font-size: 30px;
    font-weight: 400;
    margin: 15px 0;
}

.home-category-info div {
    color: #A35846;
    font-size: 13px;
    letter-spacing: .08em;
}

.home-collections-link {

    display: block;

    width: max-content;

    margin: 70px auto 0;

    color: #102520;

    text-decoration: none;

    border-bottom: 1px solid #A35846;

    padding-bottom: 10px;

}


@media (max-width: 900px) {

    .home-category-grid {

        grid-template-columns:repeat(2, 1fr);

    }

}


@media (max-width: 600px) {

    .home-category-grid {

        grid-template-columns:1fr;

    }


}

/* =====================================
   HOMEPAGE HERO V2
===================================== */

.hero-v2 {

    min-height: 100vh;

    position: relative;

    display: flex;

    align-items: center;

    padding: 120px 8vw;

    overflow: hidden;

    color: white;

}


.hero-v2-image {

    position: absolute;

    inset: 0;

    background-image: url("hero-rug-optimized.webp");

    background-size: cover;

    background-position: center;

    transform: scale(1.05);

}


.hero-v2-overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(
            to right,
            rgba(0, 0, 0, .65),
            rgba(0, 0, 0, .25)
    );

}


.hero-v2-content {

    position: relative;

    z-index: 2;

    max-width: 950px;
    min-width: 0;

}


.hero-v2-kicker {

    color: #d2c7a6;

    text-transform: uppercase;

    letter-spacing: .3em;

    font-size: 12px;

}


.hero-v2 h1 {

    font-size: clamp(60px, 8vw, 120px);

    line-height: .92;

    font-weight: 400;

    letter-spacing: -.05em;

    margin: 30px 0;

}


.hero-v2 p {

    max-width: 600px;

    font-size: 21px;

    line-height: 1.8;

    opacity: .9;

}


.hero-v2-button {

    display: inline-block;

    margin-top: 40px;

    padding: 18px 40px;

    background: #A35846;

    color: white;

    text-decoration: none;

}


.hero-v2-scroll {

    position: absolute;

    bottom: 40px;

    left: 8vw;

    z-index: 2;

    font-size: 12px;

    letter-spacing: .2em;

    text-transform: uppercase;

    color: #d2c7a6;

}

@keyframes heroScroll {

    50% {

        transform: translateY(8px);

    }

}

/* ==============================
   HOMEPAGE LUXURY CTA
============================== */


.luxury-cta {

    padding: 160px 8vw;

    background: #071f1c;

    color: white;

    text-align: center;

}


.luxury-cta-content {

    max-width: 900px;

    margin: auto;

}


.luxury-cta span {

    color: #d2c7a6;

    text-transform: uppercase;

    letter-spacing: .3em;

    font-size: 12px;

}


.luxury-cta h2 {


    line-height: .95;

    font-weight: 400;

    letter-spacing: -.05em;

    margin: 35px 0;

}


.luxury-cta p {

    max-width: 600px;

    margin: auto;

    font-size: 20px;

    line-height: 1.8;

    opacity: .8;

}


.luxury-cta-button {
    display: inline-block;

    margin-top: 50px;

    padding: 18px 40px;

    border: 1px solid #d2c7a6;

    background: transparent;

    color: white;

    cursor: pointer;

    font-size: 15px;

    transition: .3s;

}


.luxury-cta-button:hover {

    background: #d2c7a6;

    color: #071f1c;

}

.collection-image {
    height: 70vh;
    overflow: hidden;
    position: relative;
    background: #eee;
}


.collection-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

}

.collection-image img {

    width: 140%;

    height: 140%;

    object-fit: cover;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) rotate(90deg) scale(1.1);

}


@media (max-width: 800px) {


    .collection-info {

        grid-template-columns:1fr;

        padding: 50px 25px;

    }


    .collection-info h2 {

        font-size: 55px;

    }

}

/* COLLECTION GRID V3 */


.collections-gallery {

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 40px;

    padding: 100px 8vw;

}


.collection-card a {

    text-decoration: none;

    color: #102520;

}


.collection-card-image {

    aspect-ratio: 3/4;

    overflow: hidden;

    background: #f5f0e6;

}


.collection-card-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform .8s ease;

}


.collection-card:hover img {

    transform: scale(1.05);

}


.collection-card-info {

    padding-top: 25px;
    text-align: center;


}


.collection-type {

    font-size: 11px;

    letter-spacing: .25em;

    text-transform: uppercase;

    color: #A35846;

}


.collection-card-info h2 {

    font-size: 34px;

    font-weight: 400;

    margin: 12px 0;

}


.collection-action {

    font-size: 13px;

    letter-spacing: .15em;

    text-transform: uppercase;

}

/* HOME ABOUT LINK */

.home-about-link {

    padding: 120px 8vw;

    text-align: center;

    background: #faf8f3;

}


.home-about-content {

    max-width: 800px;

    margin: auto;

}


.home-about-content span {

    color: #A35846;

    text-transform: uppercase;

    letter-spacing: .25em;

    font-size: 12px;

}


.home-about-content h2 {

    font-size: clamp(45px, 6vw, 80px);

    line-height: 1;

    font-weight: 400;

    letter-spacing: -.04em;

    margin: 30px 0;

}


.home-about-content p {

    font-size: 20px;

    line-height: 1.8;

    color: #59635e;

    max-width: 650px;

    margin: 0 auto 40px;

}


.home-about-content a {

    color: #102520;

    text-decoration: none;

    border-bottom: 1px solid #A35846;

    padding-bottom: 10px;

    letter-spacing: .08em;

}

/* Center Collections hero content */

.collections-v2-hero {
    align-items: center;
    text-align: center;
}

.collections-v2-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.collections-v2-content p {
    margin-left: auto;
    margin-right: auto;
}

.collections-v2-mark {
    display: flex;
    justify-content: center;
}

.category-info-intro p {
    max-height: 260px;
    text-align: justify;
    text-align-last: start;
    hyphens: auto;
    overflow-y: auto;
    padding-right: 14px;
    margin-left: auto;
    margin-right: auto;

    scrollbar-width: thin;
    scrollbar-color: #A35846 transparent;
}

.category-info-intro p::-webkit-scrollbar {
    width: 6px;
}

.category-info-intro p::-webkit-scrollbar-track {
    background: transparent;
}

.category-info-intro p::-webkit-scrollbar-thumb {
    background: #A35846;
    border-radius: 10px;
}

.home-collections-header {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    text-align: center;
}

.home-collections-header p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-category-grid {
    justify-content: center;
}


.site-logo {
    width: 150%;
}

/* Keep collection cards readable on tablets and phones. */
@media (max-width: 950px) {
    .collections-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .collections-gallery {
        grid-template-columns: minmax(0, 1fr);
        padding: 50px 20px;
    }

    .rug-detail-box {
        padding: 60px 24px 24px;
    }

    #rugDetailTitle {
        font-size: 36px;
        overflow-wrap: anywhere;
        margin-bottom: 30px;
    }
}

/* Shared template controls and native dialog defaults. */
.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    padding: 12px 18px;
    background: var(--ink);
    color: white;
    transform: translateY(-200%);
}

.skip-link:focus {
    transform: translateY(0);
}

:where(a, button, [tabindex]):focus-visible {
    outline: 3px solid #A35846;
    outline-offset: 4px;
}

#main-content, #rugs, #collections, #why-keshmiri, #contact {
    scroll-margin-top: 115px;
}

.menu-toggle {
    display: none;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    padding: 10px 16px;
    cursor: pointer;
}

.nav .logo {
    flex: 0 0 auto;
    width: clamp(110px, 12vw, 170px);
}

.nav .site-logo {
    display: block;
    width: 100%;
}

.footer .logo {
    display: block;
    width: min(100%, 130px);
}

.footer .site-logo {
    display: block;
    width: 100%;
    height: auto;
}

.signature-hero {
    background: var(--ink);
}

.category-image-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 160px;
    background: #f8f5ef;
    color: var(--muted);
    font-size: 44px;
}

.home-category-card-v2 > .category-image-placeholder {
    height: 360px;
}

.home-category-grid > .lead,
.collections-gallery > .lead {
    grid-column: 1 / -1;
}

.rug-detail-modal, .info-modal {
    margin: 0;
    border: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    color: var(--ink);
}

.rug-detail-modal {
    padding: 0;
    background: transparent;
}

.rug-detail-modal::backdrop, .info-modal::backdrop {
    background: transparent;
}

.dialog-open {
    overflow: hidden;
}

.rug-detail-description {
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.about-deluxe:not(.has-reveal-motion) .reveal-on-scroll {
    opacity: 1;
    transform: none;
}

@media (max-width: 950px) {
    .nav {
        height: auto;
        min-height: 82px;
        flex-wrap: wrap;
        gap: 16px;
        padding: 16px 18px;
    }

    .nav .menu {
        display: flex;
        order: 3;
        width: 100%;
        flex-wrap: wrap;
        gap: 12px 24px;
    }

    .nav .menu a {
        padding: 10px 0;
    }

    .js-navigation .menu-toggle {
        display: block;
        margin-left: auto;
    }

    .js-navigation .menu:not(.is-open) {
        display: none;
    }
}

@media (max-width: 620px) {
    .info-modal {
        padding: 16px;
    }

    .info-modal-box {
        width: 100%;
        padding: 50px 24px 24px;
    }

    .pagination-controls, .pagination-pages {
        flex-wrap: wrap;
    }
}

@media (max-width: 620px) {
    .why-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
    }

    .why-tab {
        min-width: 0;
    }

    .why-tab strong {
        font-size: clamp(22px, 6vw, 30px);
    }
}

/* Keep compact layouts readable without clipping their content. */
@media (max-width: 950px) {
    .menu-toggle,
    .nav .menu a,
    .footer a {
        min-height: 44px;
    }

    .nav .menu a,
    .footer a {
        display: flex;
        align-items: center;
    }

    .nav .menu {
        max-height: calc(100svh - 100px);
        overflow-y: auto;
    }
}

@media (max-width: 620px) {
    .hero-v2 {
        min-height: calc(100svh - 82px);
        padding: 72px 24px 100px;
    }

    .hero-v2 h1 {
        font-size: clamp(42px, 11vw, 60px);
        line-height: 1;
    }

    .hero-v2 p {
        font-size: 18px;
        line-height: 1.65;
    }

    .hero-v2-button,
    .luxury-cta-button {
        padding: 18px 24px;
    }

    .luxury-cta {
        padding: 88px 24px;
    }

    .footer {
        padding: 40px 24px;
        gap: 24px;
    }

    .footer > * {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}
