* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}


/* sarangus989@gmial.com */


.main {
    position: relative;
    width: 100%;
    height: 100%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #C85A24 60%,
            transparent,
            transparent)
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/inter/Inter-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/inter/Inter-Bold.ttf) format('truetype');
}


@font-face {
    font-family: Inter-Light;
    src: url(../fonts/inter/Inter-Light.ttf)format('truetype');
}


::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

.fr-up {
    overflow: hidden;
    position: relative;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 25px !important;
    padding: 15px;
    padding-right: 25px;
    margin-left: -25px;
}

.msk {
    position: relative;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    visibility: hidden;
}

h1 {
    font-family: Inter-Bold;
}

h2 {
    font-family: Inter-ExtraLight;
    font-size: 38px;
    line-height: 45px;
    font-weight: 100;
    position: relative;

}


h3 {
    font-size: 28px;
    font-weight: 600;
}

h4,
p,
a {
    font-family: Inter-Regular;
    text-decoration: none !important;
}


li {
    list-style: none;
}

p {
    font-size: 15px;
    font-weight: 100;
    line-height: 21px;
    margin-bottom: 0 !important;
}

ul {
    margin-bottom: 0 !important;
}


/* sarangus989@gmial.com */

/* header */

/* .hdr-logo .logo {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background-color: #afafaf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr-logo .logo h3 {
    font-size: 20px;
    color: #fff;
}

.header {
    padding: 20px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #fffdfd;
    border-radius: 0 0 50px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.44);
}

.header.header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24%;
    height: 100%;
    background: linear-gradient(to right, #aeaeae, #141816);
    clip-path: polygon(0 0, calc(100% - 0px) 0px, 100% 0%, 78% 100%, 0 100%);
}

.header-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.hdr-menu ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

.cntct-btn {
    padding: 10px 30px;
    background: #C85A24;
    border: 1.5px solid #C85A24;
    color: #fffdfd;
    border-radius: 5px;
}

.hdr-menu a {
    color: #000000;
    font-size: 14px;
}

.hdr-container {
    padding: 0 100px;
} */




/* ===== utility bar ===== */
.hdr-utility {
    background: #241b13;
    color: #d3c9b6;
    font-size: 12.5px;
}

.hdr-utility__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 9px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.hdr-utility__left {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.hdr-utility__item {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.hdr-utility__item svg {
    width: 12px;
    height: 12px;
    color: #e8b978;
    flex-shrink: 0;
}

.hdr-utility__item a {
    color: #d3c9b6;
    text-decoration: none;
    transition: color 0.25s ease;
}

.hdr-utility__item a:hover {
    color: #e8b978;
}

.hdr-utility__right {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e8b978;
    font-weight: 600;
}

@media (max-width: 700px) {
    .hdr-utility__right {
        display: none;
    }
}

@media (max-width: 560px) {
    .hdr-utility__item:nth-child(2) {
        display: none;
    }
}

/* ===== main header ===== */
.header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: #fff;
    border-bottom: 1px solid #aca69c;
    border-radius: 0 0px 50px 50px;
}

.hdr-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
}

.header-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}

.logo__mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #c46a2c 0%, #8f4520 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15px;
    font-weight: 700;
}

.logo h3 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #1c1f1a;
    margin: 0;
}

/* ===== liquid nav (desktop) ===== */
.liquid-nav {
    position: relative;
    display: flex;
    align-items: center;
}

.liquid-nav__indicator {
    position: absolute;
    top: 50%;
    height: 42px;
    border-radius: 30px;
    background: #fdf2ea;
    transform: translateY(-50%);
    transition: left 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
        width 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
}

.liquid-nav.active .liquid-nav__indicator {
    opacity: 1;
}

.liquid-nav ul {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.liquid-nav>ul>li {
    position: relative;
}

.liquid-nav a.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #4a4f45;
    padding: 12px 18px;
    border-radius: 30px;
    transition: color 0.3s ease;
    cursor: pointer;
}

.liquid-nav a.nav-link.hovered,
.liquid-nav a.nav-link.is-active {
    color: #b8622b;
}

.nav-link__caret {
    width: 10px;
    height: 10px;
    transition: transform 0.25s ease;
}

.has-dropdown.open .nav-link__caret {
    transform: rotate(180deg);
}

/* ===== products dropdown ===== */
.products-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    width: 260px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 55px rgba(28, 31, 26, 0.18);
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 50;
}

.has-dropdown.open .products-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.products-dropdown::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 3px;
}

.products-dropdown__list {
    display: flex;
    flex-direction: column;
}

.products-dropdown__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s ease, padding-left 0.2s ease;
}

.products-dropdown__item:hover {
    background: #fdf9f3;
    padding-left: 18px;
}

.products-dropdown__name {
    font-size: 14px;
    font-weight: 700;
    color: #1c1f1a;
}

.products-dropdown__price {
    font-size: 12px;
    color: #9a9488;
    flex-shrink: 0;
}

.products-dropdown__footer {
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid #f0ece3;
    text-align: center;
}

.products-dropdown__footer a {
    font-size: 13px;
    font-weight: 700;
    color: #c46a2c;
    text-decoration: none;
}

.products-dropdown__footer a:hover {
    text-decoration: underline;
}

/* ===== CTA ===== */
.cntct-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #c46a2c 0%, #8f4520 100%);
    color: #fff;
    border-radius: 30px;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(143, 69, 32, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}

.cntct-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(143, 69, 32, 0.38);
}

.cntct-btn p {
    margin: 0;
}

/* ===== mobile toggle ===== */
.hdr-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 210;
    position: relative;
}

.hdr-toggle span {
    width: 22px;
    height: 2px;
    background: #1c1f1a;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hdr-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hdr-toggle.open span:nth-child(2) {
    opacity: 0;
}

.hdr-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ===== mobile slide-in panel ===== */
.mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: min(340px, 86vw);
    background: #fff;
    z-index: 205;
    box-shadow: -20px 0 50px rgba(28, 31, 26, 0.2);
    transform: translateX(100%);
    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
    padding: 100px 28px 30px;
    overflow-y: auto;
}

.mobile-panel.open {
    transform: translateX(0);
}

.mobile-panel__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(20, 16, 10, 0.4);
    z-index: 204;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-panel__backdrop.open {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.mobile-nav>li {
    border-bottom: 1px solid #f0ece3;
}

.mobile-nav a.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 4px;
    text-decoration: none;
    font-size: 15.5px;
    font-weight: 600;
    color: #1c1f1a;
}

.mobile-nav a.nav-link.is-active {
    color: #b8622b;
}

.mobile-nav a.nav-link .nav-link__caret {
    width: 12px;
    height: 12px;
    color: #9a9488;
    transition: transform 0.25s ease;
}

.mobile-nav li.has-dropdown.open a.nav-link .nav-link__caret {
    transform: rotate(180deg);
}

.mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-nav li.has-dropdown.open .mobile-submenu {
    max-height: 300px;
}

.mobile-submenu__item {
    display: block;
    padding: 10px 4px 10px 14px;
    text-decoration: none;
    color: #4a4f45;
    font-size: 14px;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.mobile-submenu__item:hover {
    color: #b8622b;
    padding-left: 20px;
}

.mobile-panel .cntct-btn {
    justify-content: center;
    margin-top: 6px;
}
.cntct-btn i{
    display: none;
}

@media (max-width: 900px) {
    .liquid-nav {
        display: none;
    }

    .hdr-toggle {
        display: flex;
    }
}


/* header close  */



/* index */

.hero {
    height: 650px;
    position: relative;
    width: 100%;
    background-image: url(../imgs/4.jpeg);
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.hero-btm-bx {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 44%;
    height: 30px;
    background-color: #613707;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 65px 100%);
    z-index: 1;
}

.hero-btm-bx2 {
    position: absolute;
    min-height: 110px;
    bottom: -50px;
    left: 50%;
    transform: translatex(-50%);
    width: 61%;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 2;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(to right, #000, #00000000);
    z-index: 1;
}

.hero-cont {
    display: flex;
    align-items: end;
    position: relative;
    height: 600px;
    z-index: 2;
}

.hero-cont-inr {
    margin-bottom: 74px;
}

.hero-cont-inr h1 {
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
    line-height: 60px;
    margin-bottom: 1 0px;
    position: relative;
    width: fit-content;
    z-index: 2;
}

/* .hero-cont-inr h1::after {
    content: "";
    position: absolute;
    right: -42px;
    top: 40px;
    width: 80%;
    height: 22px;
    background-color: #000000;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 20px, 100% 100%, 0 100%);
} */
 .hero-cont-inr h1::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 30px;
    width: 80%;
    height: 34px;
    background-color: #a2a2a2;
    z-index: -1;
    /* clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 20px, 100% 100%, 0 100%); */
}

.hero-cont-inr h1 span {
    font-size: 47px;
    text-transform: uppercase;
    color: #fff;
}

.hero-top-bg-p {
    padding: 10px 30px;
    background-color: #392A1E;
    width: fit-content;
    margin-bottom: 25px;
    border-radius: 20px;
    border: 1px solid #8B8B8B;
}

.hero-top-bg-p p {
    color: #fff;
}

.hero-cont-inr h4 {
    font-size: 17px;
    color: #fff;
    max-width: 700px;
    line-height: 25px;
}

.hero-btns .hero-btn1 {
    padding: 10px 30px;
    background-color: #C85A24;
    width: fit-content;
    border-radius: 5px;
    border: 1px solid #C85A24;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-btns .hero-btn2 {
    padding: 10px 30px;
    background-color: #392A1E;
    width: fit-content;
    border-radius: 5px;
    color: #ffffff;
    border: 1px solid #D7D4D4;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.hero-mock {
    height: 340px;
    background: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1600&h=600&fit=crop') center / cover;
    position: relative;
}

.hero-mock::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 16, 10, 0.55) 0%, rgba(20, 16, 10, 0.25) 100%);
}

.hero-btm-bx2 {
    position: absolute;
    max-width: 888px;
    margin: -70px auto 0;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 30px 60px rgba(28, 31, 26, 0.16);
    padding: 20px 25px;
    /* z-index: 5; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.hero-highlight {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 24px;
    border-left: 1px solid #ece7dd;
}

.hero-highlight:first-child {
    border-left: none;
    padding-left: 0;
}

.hero-highlight__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fdf2ea;
    color: #c46a2c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-highlight__icon svg {
    width: 22px;
    height: 22px;
}

.hero-highlight__value {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 19px;
    font-weight: 700;
    color: #1c1f1a;
    line-height: 1.1;
}

.hero-highlight__label {
    font-size: 12.5px;
    color: #9a9488;
    font-weight: 600;
    margin-top: 2px;
}

@media (max-width: 900px) {
    /* .hero-btm-bx2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 0;
        margin: -50px 20px 0;
        padding: 26px 24px;
    } */

    /* .hero-highlight:nth-child(3) {
        border-left: none;
    } */
}

@media (max-width: 560px) {
    .hero-btm-bx2 {
        grid-template-columns: 1fr;
    }

    .hero-highlight {
        border-left: none !important;
        padding: 16px 0;
        /* border-top: 1px solid #ece7dd; */
    }

    .hero-highlight:first-child {
        border-top: none;
    }
}

.spacer {
    height: 100px;
}



/* section-2 */

.products-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 110px 0px 100px;
    position: relative;
}

.products-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: -41px;
    width: 385px;
    height: 258px;
    background: #f6f6f6;
    z-index: -1;
}


.products-section__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 84px;
    padding: 0 30px;
}


.products-section__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 2.2px;
    color: #9c7c2e;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.products-section__eyebrow::after {
    content: "";
    flex: 1;
    max-width: 60px;
    height: 1px;
    background: #9c7c2e;
}

.products-section__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px 0;
    color: #1b2420;
    letter-spacing: -0.2px;
}

.products-section__title strong {
    font-weight: 600;
    color: #24403330;
    color: #244033;
    display: block;
    font-size: 60px;
}

.products-section__intro p {
    font-size: 16px;
    line-height: 1.6;
    color: #5c6459;
    margin: 0;
    max-width: 930px;
    font-weight: 400;
}

.products-section__aside {
    flex-shrink: 0;
    max-width: 422px;
    padding-top: 6px;
    border-left: 1px solid #d9cfb8;
    padding-left: 32px;
}

.products-section__aside p {
    font-size: 15px;
    line-height: 1.8;
    color: #5c6459;
    margin: 0 0 24px 0;
}

.products-section__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #244033;
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #244033;
    transition: gap 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.products-section__cta:hover {
    gap: 16px;
    color: #9c7c2e;
    border-color: #9c7c2e;
}

.products-section__cta svg {
    width: 14px;
    height: 14px;
}

/* GRID */
.products-section__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    background: #ecebe9;
    border: 1px solid #e4ddc9;
    padding: 0 8px;
}

.products-section__card {
    position: relative;
    background: #faf8f4;
    padding: 0 0 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}

.products-section__card-frame {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.products-section__card-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.92) contrast(1.02);
    transition: transform 0.9s cubic-bezier(.2, .8, .2, 1), filter 0.6s ease;
}

.products-section__card:hover .products-section__card-frame img {
    transform: scale(1.06);
    filter: saturate(1) contrast(1.02);
}


.products-section__card-frame::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.products-section__card:hover .products-section__card-frame::after {
    opacity: 1;
}

.products-section__card-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(27, 36, 32, 0.28) 0%, rgba(27, 36, 32, 0) 32%);
    z-index: 1;
}

.products-section__card-index {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 2;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 13px;
    color: #faf8f4;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

.products-section__card-body {
    padding: 30px 26px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: 100%;
}

.products-section__card-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 6px 0;
    color: #1b2420;
}

.products-section__card-rule {
    width: 26px;
    height: 2px;
    background: #9c7c2e;
    margin: 12px 0 16px;
    transition: width 0.4s ease;
}

.products-section__card:hover .products-section__card-rule {
    width: 46px;
}

.products-section__card-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: #7c8377;
    margin: 0 0 22px 0;
}

.products-section__card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #244033;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease, gap 0.3s ease;
    margin-top: 10px;
}

.products-section__card-btn:hover {
    color: #9c7c2e;
    border-color: #9c7c2e;
    gap: 12px;
}

.products-section__card-btn svg {
    width: 12px;
    height: 12px;
}

@media (max-width: 700px) {
    .products-section {
        padding: 70px 24px 90px;
    }

    .products-section__header {
        flex-direction: column;
        gap: 40px;
    }

    .products-section__aside {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #d9cfb8;
        padding-top: 28px;
    }

    .products-section__grid {
        grid-template-columns: 1fr;
    }

    .products-section__title {
        font-size: 32px;
    }
}

/* section-2 close  */

/* calculator */


.calc-section {
    max-width: 1100px;
    margin: 0 auto;
    /* padding: 90px 32px 110px; */
    margin-bottom: 80px;
}

.calc-section__eyebrow {
    display: flex;
    justify-content: center;
    color: #c46a2c;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.calc-section__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0;
    color: #1c1f1a;
}

.calc-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(28, 31, 26, 0.14);
}

/* ===== left summary panel ===== */
.calc-summary {
    position: relative;
    background: #1c1f1a;
    color: #fdfaf3;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.calc-summary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 0%, rgba(196, 106, 44, 0.35) 0%, rgba(196, 106, 44, 0) 55%);
    z-index: 0;
}

.calc-summary>* {
    position: relative;
    z-index: 1;
}

.calc-summary__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8b978;
    margin-bottom: 22px;
    transition: transform 0.3s ease;
}

.calc-summary__icon svg {
    width: 28px;
    height: 28px;
}

.calc-summary__material {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.calc-summary__rate {
    font-size: 13px;
    color: #b7ae9c;
    margin: 0 0 30px 0;
}

.calc-summary__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8f8a7c;
    margin-bottom: 10px;
}

.calc-summary__price {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    font-variant-numeric: tabular-nums;
}

.calc-summary__price span {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 6px;
}

.calc-summary__load {
    font-size: 13px;
    color: #b7ae9c;
    margin-bottom: 28px;
}

.calc-summary__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #c46a2c;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: background 0.25s ease, transform 0.2s ease;
}

.calc-summary__cta:hover {
    background: #ad5a24;
    transform: translateY(-2px);
}

.calc-summary__cta svg {
    width: 15px;
    height: 15px;
}

/* ===== right controls panel ===== */
.calc-controls {
    background: #ffffff;
    padding: 40px 40px;
}

.calc-field {
    margin-bottom: 34px;
}

.calc-field__label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #9a9488;
    margin-bottom: 14px;
}

/* custom select */
.calc-select {
    position: relative;
}

.calc-select__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #fdfcfa;
    border: 1.5px solid #ece7dd;
    border-radius: 12px;
    padding: 15px 16px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.calc-select.open .calc-select__control,
.calc-select__control:hover {
    border-color: #c46a2c;
}

.calc-select__value {
    font-size: 15px;
    font-weight: 600;
    color: #1c1f1a;
}

.calc-select__chevron {
    width: 16px;
    height: 16px;
    color: #9a9488;
    transition: transform 0.25s ease;
}

.calc-select.open .calc-select__chevron {
    transform: rotate(180deg);
}

.calc-select__panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ece7dd;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(28, 31, 26, 0.16);
    z-index: 20;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    overflow: hidden;
}

.calc-select.open .calc-select__panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.calc-select__search {
    padding: 10px;
    border-bottom: 1px solid #f0ece3;
}

.calc-select__search input {
    width: 100%;
    border: none;
    background: #f7f4ee;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    color: #1c1f1a;
}

.calc-select__list {
    max-height: 220px;
    overflow-y: auto;
    padding: 6px;
}

.calc-select__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 9px;
    cursor: pointer;
    font-size: 14px;
    color: #3b4038;
    transition: background 0.15s ease;
}

.calc-select__option:hover {
    background: #f7f4ee;
}

.calc-select__option.selected {
    background: #fdf2ea;
    color: #1c1f1a;
    font-weight: 600;
}

.calc-select__option-price {
    font-size: 12.5px;
    color: #b0aa9c;
}

/* slider */
.calc-slider-value {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 14px;
}

.calc-slider-value strong {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    color: #1c1f1a;
}

.calc-slider-value span {
    font-size: 14px;
    color: #9a9488;
}

.calc-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #ece7dd;
    outline: none;
    margin: 0;
}

.calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #c46a2c;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(196, 106, 44, 0.45);
    cursor: pointer;
    margin-top: -9px;
}

.calc-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #c46a2c;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(196, 106, 44, 0.45);
    cursor: pointer;
}

.calc-slider::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 4px;
    background: #ece7dd;
}

.calc-slider-ticks {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
    color: #b0aa9c;
}

@media (max-width: 700px) {
    .calc-card {
        grid-template-columns: 1fr;
    }

    .calc-controls {
        padding: 32px 26px;
    }

    .calc-summary {
        padding: 32px 26px;
    }
}

/* calculator close  */


/* why section  */


.why-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px 100px;
}

.why-header {
    text-align: center;
    /* max-width: 640px; */
    margin: 0 auto 90px;
}

.why-eyebrow {
    color: #6b7066;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
}

.why-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    /* margin: 0 0 22px 0; */
    color: #101210;
}

.why-title span {
    font-weight: 600;
    color: #24403330;
    color: #244033;
    /* display: block; */
    font-size: 60px;
}

.why-header p {
    font-size: 16px;
    line-height: 1.75;
    color: #6b7066;
    margin: 0 auto;
    max-width: 700px;
}

/* horizontal stat bar */
.why-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.why-stat {
    text-align: center;
    padding: 0 24px;
    border-left: 1px solid #e6e3da;
    transition: transform 0.3s ease;
}

.why-stat:first-child {
    border-left: none;
}

.why-stat:hover {
    transform: translateY(-4px);
}

.why-stat__value {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    font-size: 68px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 16px;
    color: #101210;
}

.why-stat__value sup {
    font-size: 22px;
    font-weight: 700;
    color: #b8622b;
    margin-top: 8px;
}

.why-stat__bar {
    width: 30px;
    height: 3px;
    background: #101210;
    margin: 0 auto 16px;
    border-radius: 2px;
    transition: width 0.35s ease, background 0.35s ease;
}

.why-stat:hover .why-stat__bar {
    width: 50px;
    background: #b8622b;
}

.why-stat__label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #8a8f83;
}

@media (max-width: 900px) {
    .why-title {
        font-size: 34px;
    }

    .why-stats {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }

    .why-stat:nth-child(3) {
        border-left: none;
    }
}

@media (max-width: 500px) {
    .why-stats {
        grid-template-columns: 1fr;
    }

    .why-stat {
        border-left: none !important;
        /* border-top: 1px solid #e6e3da; */
        padding: 40px 0 0;
    }

    .why-stat:first-child {
        border-top: none;
        padding-top: 0;
    }

    .why-stat__value {
        font-size: 54px;
    }
}

/* why section close */


/* testimonial */


.testi-section {
    max-width: 100%;
    padding: 20px 0 110px;
    overflow: hidden;
}

.testi-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 60px;
    padding: 0 32px;
}

.testi-eyebrow {
    color: #b8622b;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.testi-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 40px;
    font-weight: 600;
    color: #1c1f1a;
    margin: 0 0 16px 0;
}

.testi-header p {
    font-size: 16px;
    line-height: 1.7;
    color: #6b7066;
    margin: 0;
}

/* marquee rows */
.testi-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.testi-marquee+.testi-marquee {
    margin-top: 22px;
}

.testi-track {
    display: flex;
    gap: 22px;
    width: max-content;
    animation: scrollLeft 42s linear infinite;
}

.testi-track--reverse {
    animation: scrollRight 42s linear infinite;
}

.testi-marquee:hover .testi-track {
    animation-play-state: paused;
}

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

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

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

    to {
        transform: translateX(0);
    }
}

.testi-card {
    flex: 0 0 auto;
    width: 340px;
    background: #fff;
    border: 1px solid #efece4;
    border-radius: 18px;
    padding: 26px 26px 24px;
    box-shadow: 0 10px 26px rgba(28, 31, 26, 0.05);
}

.testi-card__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
}

.testi-card__stars svg {
    width: 15px;
    height: 15px;
    fill: #f2b705;
}

.testi-card__quote {
    font-size: 14.5px;
    line-height: 1.65;
    color: #4d5248;
    margin: 0 0 20px 0;
}

.testi-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

.testi-card__name {
    font-size: 13.5px;
    font-weight: 700;
    color: #1c1f1a;
}

.testi-card__role {
    font-size: 12.5px;
    color: #9a9488;
}

@media (max-width: 600px) {
    .testi-title {
        font-size: 30px;
    }

    .testi-card {
        width: 280px;
    }
}

/* testimonial close */

/* bottom cta */


.cta-section {
    position: relative;
    max-width: 100%;
    padding: 100px 32px;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
}

.cta-section__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(ellipse 900px 500px at 50% 0%, rgba(196, 106, 44, 0.08) 0%, rgba(196, 106, 44, 0) 60%),
        radial-gradient(ellipse 700px 500px at 100% 100%, rgba(51, 64, 58, 0.06) 0%, rgba(51, 64, 58, 0) 65%),
        #fdfaf6;
}

.cta-section__bg-dots {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: radial-gradient(rgba(28, 31, 26, 0.12) 1.3px, transparent 1.3px);
    background-size: 22px 22px;
    -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 30%, #000 25%, transparent 75%);
    mask-image: radial-gradient(ellipse 60% 70% at 50% 30%, #000 25%, transparent 75%);
    opacity: 0.85;
}

.cta-eyebrow {
    color: #b8622b;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cta-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 auto 15px;
    max-width: 760px;
    color: #1c1f1a;
}

.cta-title span {
    color: #6b7066;
}

.cta-subtext {
    font-size: 16px;
    line-height: 1.7;
    color: #6b7066;
    margin: 0 auto 36px;
    max-width: 520px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #c46a2c 0%, #8f4520 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 17px 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(143, 69, 32, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin-top: 25px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(143, 69, 32, 0.45);
}

.cta-button__icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-button__icon svg {
    width: 12px;
    height: 12px;
}

@media (max-width: 640px) {
    .cta-title {
        font-size: 30px;
    }
}

/* bottom cta close */



/* index close */

/* product detail */

.page-header {
    height: 350px;
    background-size: cover ! important;
    background-position: 50% 20% !important;
    background-repeat: no-repeat ! important;
    width: 100%;
    position: relative;
    background: url(../imgs/hdr-bg.jpg);
    margin-top: 5px;
    display: flex;
    align-items: end;
    padding-bottom: 70px;
    border-radius: 0 0 50px 50px;
}

.brd-crmb-flx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brd-crmb-flx p {
    color: #fff;
}

.page-headr-cont h2 {
    color: #fff;
    font-family: Inter-Bold;
}




.pd-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 32px 110px;
}

/* ===== hero ===== */
.pd-hero {
    position: relative;
    margin-bottom: 60px;
}

.pd-hero__bignum {
    position: absolute;
    top: -50px;
    left: -10px;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 160px;
    font-weight: 700;
    color: #f1ead9;
    z-index: 0;
    user-select: none;
    line-height: 1;
}

.pd-hero__content {
    position: relative;
    z-index: 1;
}

.pd-hero__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 14px 0;
}

.pd-hero__desc {
    font-size: 15px;
    line-height: 1.7;
    color: #6b7066;
    max-width: 900px;
    margin: 0 0 34px 0;
}

.pd-hero__image-wrap {
    position: relative;
    display: flex;
    /* justify-content: center; */
    margin-bottom: 30px;
    margin: 50px 0;
}

.pd-hero__image {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 480px;
    /* border-radius: 45% 55% 60% 40% / 50% 45% 55% 50%; */
    overflow: hidden;
    transform: rotate(-1.2deg);
    box-shadow: 0 30px 60px rgba(28, 31, 26, 0.16);
    border-radius: 15px;
}

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

.pd-hero__tape {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
    width: 110px;
    height: 34px;
    background: rgba(232, 185, 120, 0.55);
    border: 1px solid rgba(184, 98, 43, 0.25);
    z-index: 2;
}

.pd-hero__foot-title {
    font-family: 'Caveat', cursive;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 8px 0;
}

.pd-hero__foot-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: #6b7066;
    margin: 0;
    max-width: 900px;
}

/* ===== product panels ===== */
.pd-panel {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 50px;
    align-items: center;
    padding: 56px 0;
    border-top: 2px dashed #e6dfcd;
}

.pd-panel--reverse {
    grid-template-columns: 1fr 360px;
}

.pd-panel--reverse .pd-panel__media {
    order: 2;
}

.pd-panel--reverse .pd-panel__body {
    order: 1;
}

.pd-panel__media {
    position: relative;
    display: flex;
    justify-content: center;
}

.pd-panel__blob {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 350px;
    overflow: hidden;
}

.pd-panel--organic .pd-panel__blob {
    border-radius: 62% 38% 55% 45% / 45% 55% 45% 55%;
    transform: rotate(-3deg);
}

.pd-panel--premium .pd-panel__blob {
    border-radius: 40% 60% 45% 55% / 55% 45% 60% 40%;
    transform: rotate(3deg);
}

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

.pd-panel__caption {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #1c1f1a;
    white-space: nowrap;
}

/* stamp badge */
.pd-stamp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2.5px dashed;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-8deg);
    margin-bottom: 20px;
}

.pd-panel--organic .pd-stamp {
    border-color: #4c663f;
    color: #4c663f;
}

.pd-panel--premium .pd-stamp {
    border-color: #b8622b;
    color: #b8622b;
}

.pd-panel__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.pd-panel__desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: #5c6259;
    margin: 0 0 26px 0;
    max-width: 440px;
}

/* hanging price tags */
.pd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin-top: 15px;
    margin-bottom: 26px;
}

.pd-tag {
    position: relative;
    background: #fff;
    border: 1.5px solid #e6e0d0;
    border-radius: 4px 12px 12px 4px;
    padding: 10px 16px 10px 22px;
    text-align: center;
    box-shadow: 0 6px 14px rgba(28, 31, 26, 0.06);
    transform: rotate(-1.5deg);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pd-tags>.pd-tag:nth-child(even) {
    transform: rotate(1.5deg);
}

.pd-tag:hover {
    transform: rotate(0deg) translateY(-3px);
    box-shadow: 0 12px 22px rgba(28, 31, 26, 0.12);
}

.pd-tag::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fdfcf7;
    border: 1.5px solid #e6e0d0;
}

.pd-tag__size {
    font-size: 11.5px;
    font-weight: 700;
    color: #9a9488;
    margin-bottom: 2px;
}

.pd-tag__price {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    color: #1c1f1a;
}

.pd-note {
    font-size: 12.5px;
    line-height: 1.65;
    color: #8a8f83;
    border-left: 2px solid #e6dfcd;
    padding-left: 14px;
}

.pd-note strong {
    display: block;
    color: #1c1f1a;
    font-size: 12.5px;
    margin-bottom: 4px;
}

@media (max-width: 850px) {

    .pd-panel,
    .pd-panel--reverse {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pd-panel--reverse .pd-panel__media {
        order: 1;
    }

    .pd-panel--reverse .pd-panel__body {
        order: 2;
    }

    .pd-hero__bignum {
        font-size: 100px;
        top: -30px;
    }
}

/* product detail close */


/* pricing  */


/* .pricing-section {
    padding: 90px 0px 100px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: .6fr 1fr;
    gap: 70px;
    align-items: center;
}

.pricing-docs {
    position: relative;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-doc {
    position: absolute;
    width: 320px;
    height: 470px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(28, 31, 26, 0.12);
}

.pricing-doc--back {
    transform: rotate(-9deg) translateX(-30px);
    background: #faf9f6;
    border: 1px solid #ece7dd;
    z-index: 1;
}

.pricing-doc--front {
    transform: rotate(4deg) translateX(10px);
    border: 2px solid #4d8fc9;
    z-index: 2;
    padding: 30px 26px;
}

.pricing-doc__cross {
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    color: #b0aa9c;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pricing-doc__cross svg {
    width: 20px;
    height: 20px;
    color: #1c1f1a;
}

.pricing-doc__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 22px 0;
}

.pricing-doc__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.pricing-doc__section-title {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    color: #1c1f1a;
}

.pricing-doc__line {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    color: #6b7066;
    padding: 3px 0;
}

.pricing-doc__line span:last-child {
    font-weight: 600;
    color: #1c1f1a;
}

.pricing-info__eyebrow {
    color: #b8622b;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.pricing-info__title {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 30px 0;
    color: #1c1f1a;
}

.pricing-stat-card {
    display: flex;
    align-items: center;
    gap: 22px;
    border: 1px solid #ece7dd;
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 22px;
}

.pricing-stat-card__value {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 36px;
    font-weight: 700;
    color: #1c1f1a;
    flex-shrink: 0;
}

.pricing-stat-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7066;
}

.pricing-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.pricing-payment-pill {
    border: 1.5px solid #ece7dd;
    border-radius: 30px;
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #1c1f1a;
}

.pricing-cancel {
    border: 1px solid #ece7dd;
    border-left: 4px solid #b8622b;
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 26px;
}

.pricing-cancel__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.pricing-cancel__text {
    font-size: 13.5px;
    line-height: 1.65;
    color: #6b7066;
    margin: 0 0 10px 0;
}

.pricing-cancel__text:last-child {
    margin-bottom: 0;
}

.pricing-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #4a3419 0%, #7a5528 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 15px 24px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(74, 52, 25, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(74, 52, 25, 0.4);
}

.pricing-download svg {
    width: 15px;
    height: 15px;
}

@media (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .pricing-docs {
        height: 380px;
    }

    .pricing-doc {
        width: 240px;
        height: 340px;
    }
} */



.pricing-section {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding: 100px 32px 110px;
    overflow: hidden;
    isolation: isolate;
}

.pricing-section__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    /* background:
      radial-gradient(ellipse 700px 500px at 5% 20%, rgba(196,106,44,0.08) 0%, rgba(196,106,44,0) 60%),
      radial-gradient(ellipse 600px 500px at 100% 80%, rgba(51,64,58,0.06) 0%, rgba(51,64,58,0) 65%),
      #fff; */
}

.pricing-grid {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 20px;
    align-items: center;
}

/* ===== 3D tilt card ===== */
.tilt-stage {
    perspective: 1400px;
    display: flex;
    justify-content: center;
}

.tilt-card {
    position: relative;
    width: 380px;
    height: 510px;
    border-radius: 22px;
    background: #fff;
    padding: 38px 32px;
    transform-style: preserve-3d;
    transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
    box-shadow: 0 30px 70px rgba(28, 31, 26, 0.18);
    cursor: default;
}

.tilt-card__glow {
    position: absolute;
    inset: -2px;
    border-radius: 24px;
    background: conic-gradient(from 180deg, #ffede1, #ffeed7, #ffffff, #fffbe6);
    z-index: -1;
    opacity: 0;
    filter: blur(14px);
    transition: opacity 0.3s ease;
}

.tilt-stage:hover .tilt-card__glow {
    opacity: 0.55;
}

.tilt-card__content {
    transform: translateZ(30px);
}

.tilt-card__cross {
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    color: #b0aa9c;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tilt-card__cross svg {
    width: 18px;
    height: 18px;
    color: #c46a2c;
}

.tilt-card__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 24px 0;
    transform: translateZ(20px);
}

.tilt-card__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    transform: translateZ(10px);
}

.tilt-card__section-title {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #c46a2c;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tilt-card__line {
    display: flex;
    justify-content: space-between;
    font-size: 9.5px;
    color: #6b7066;
    padding: 7.5px 0;
}

.tilt-card__line span:last-child {
    font-weight: 700;
    color: #1c1f1a;
}

.tilt-hint {
    text-align: center;
    font-size: 12px;
    color: #b0aa9c;
    margin-top: 18px;
}

/* ===== info panel ===== */
.pricing-info__eyebrow {
    color: #c46a2c;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pricing-info__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 34px 0;
}

.pricing-stat-card {
    display: flex;
    align-items: center;
    gap: 22px;
    border: 1px solid #ece7dd;
    border-radius: 18px;
    padding: 24px 26px;
    margin-bottom: 22px;
}

.pricing-stat-card__value {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    color: #c46a2c;
    flex-shrink: 0;
}

.pricing-stat-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #5c6259;
}

.pricing-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.pricing-payment-pill {
    border: 1.5px solid #ece7dd;
    border-radius: 30px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: border-color 0.25s ease;
}

.pricing-payment-pill:hover {
    border-color: #c46a2c;
}

.pricing-cancel {
    border: 1px solid #ece7dd;
    border-left: 4px solid #c46a2c;
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 28px;
}

.pricing-cancel__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.pricing-cancel__text {
    font-size: 13.5px;
    line-height: 1.65;
    color: #6b7066;
    margin: 0;
}

.pricing-download {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #4a3419 0%, #8a5a28 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 16px 26px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(74, 52, 25, 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-download:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(74, 52, 25, 0.4);
}

.pricing-download svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .tilt-card {
        width: 280px;
        height: 390px;
    }
}

/* pricing close */


/* contact  */


.contact-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 32px 100px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 70px;
    align-items: start;
}

/* ===== left: info ===== */
.contact-heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.contact-heading span {
    color: #b8622b;
}

.contact-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #6b7066;
    margin: 0 0 36px 0;
    max-width: 380px;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 24px;
}

.contact-detail__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fdf2ea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #b8622b;
}

.contact-detail__icon svg {
    width: 18px;
    height: 18px;
}

.contact-detail__label {
    font-size: 12.5px;
    color: #9a9488;
    margin-bottom: 3px;
}

.contact-detail__value {
    font-size: 14.5px;
    color: #3b4038;
    font-weight: 600;
}

.contact-social {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.contact-social__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1.5px solid #ece7dd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1f1a;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.contact-social__icon:hover {
    background: #1c1f1a;
    border-color: #1c1f1a;
    color: #fff;
}

.contact-social__icon svg {
    width: 16px;
    height: 16px;
}

/* ===== right: conversational card ===== */
.convo-card {
    position: relative;
    background: #fff;
    border-radius: 26px;
    padding: 50px 48px;
    min-height: 380px;
    box-shadow: 0 24px 60px rgba(28, 31, 26, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.convo-progress {
    display: flex;
    gap: 6px;
    margin-bottom: 40px;
}

.convo-progress__seg {
    height: 4px;
    flex: 1;
    border-radius: 3px;
    background: #ece7dd;
    overflow: hidden;
}

.convo-progress__seg-fill {
    height: 100%;
    width: 0%;
    background: #c46a2c;
    transition: width 0.4s ease;
}

.convo-step {
    display: none;
}

.convo-step.active {
    display: block;
    animation: convoIn 0.4s ease;
}

@keyframes convoIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

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

.convo-step__number {
    font-size: 13px;
    font-weight: 700;
    color: #c46a2c;
    margin-bottom: 14px;
}

.convo-step__question {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 26px 0;
    line-height: 1.35;
}

.convo-step input,
.convo-step textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ece7dd;
    padding: 12px 4px;
    font-size: 19px;
    font-family: inherit;
    color: #1c1f1a;
    outline: none;
    background: transparent;
    transition: border-color 0.25s ease;
}

.convo-step input:focus,
.convo-step textarea:focus {
    border-color: #c46a2c;
}

.convo-step input.error,
.convo-step textarea.error {
    border-color: #c0392b;
}

.convo-step__error {
    display: none;
    font-size: 12.5px;
    font-weight: 600;
    color: #c0392b;
    margin-top: 8px;
}

.convo-step__error.visible {
    display: block;
    animation: convoIn 0.25s ease;
}

.convo-step textarea {
    resize: vertical;
    min-height: 90px;
}

.convo-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
}

.convo-back {
    font-size: 13.5px;
    font-weight: 600;
    color: #9a9488;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.convo-back:hover {
    color: #1c1f1a;
}

.convo-back:disabled {
    visibility: hidden;
}

.convo-next {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1c1f1a;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 13px 24px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

.convo-next:hover {
    background: #c46a2c;
    transform: translateY(-2px);
}

.convo-next svg {
    width: 13px;
    height: 13px;
}

/* success state */
.convo-success {
    display: none;
    text-align: center;
    padding: 40px 0;
}

.convo-success.active {
    display: block;
    animation: convoIn 0.4s ease;
}

.convo-success__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eef4ea;
    color: #4c663f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.convo-success__icon svg {
    width: 26px;
    height: 26px;
}

.convo-success__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.convo-success__desc {
    font-size: 14.5px;
    color: #6b7066;
}

@media (max-width: 850px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .convo-card {
        padding: 36px 28px;
    }

    .convo-step__question {
        font-size: 21px;
    }
}

/* contact close */




/* footer */


.bk-tp-btn {
    position: fixed;
    right: 60px;
    bottom: 15%;
    z-index: 3;
}

.wtsapp {
    width: 50px;
    object-fit: contain;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 3;
}

.bk-tp-btn button {
    /* background-image: linear-gradient(#a17546, #5a3f21); */
    border: 1px solid #5a3f21;
    /* background-color: #392A1E; */
    background: transparent;
    /* padding: 5px 10px; */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a3f21;
    /* border: none; */
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}






.site-footer {
    position: relative;
    background: #241b13;
    color: #e8dfd0;
    overflow: hidden;
    isolation: isolate;
    z-index: 5;
}

.site-footer__texture {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: repeating-linear-gradient(112deg,
            rgba(255, 255, 255, 0.025) 0px,
            rgba(255, 255, 255, 0.025) 1.5px,
            transparent 1.5px,
            transparent 32px);
}

.site-footer__glow {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(ellipse 700px 400px at 10% 0%, rgba(196, 106, 44, 0.14) 0%, rgba(196, 106, 44, 0) 60%),
        radial-gradient(ellipse 600px 400px at 100% 100%, rgba(120, 150, 90, 0.1) 0%, rgba(120, 150, 90, 0) 65%);
}

.site-footer__wordmark {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Fraunces', Georgia, serif;
    font-size: 180px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.025);
    white-space: nowrap;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.footer-wrap {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 40px 40px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 56px;
}

.footer-brand__logo {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    color: #fdfaf3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.footer-brand__logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: linear-gradient(135deg, #c46a2c 0%, #8f4520 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.footer-brand__desc {
    font-size: 14px;
    line-height: 1.75;
    color: #b7ab97;
    max-width: 280px;
    margin: 0 0 26px 0;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-social__icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8dfd0;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-social__icon:hover {
    background: #c46a2c;
    border-color: #c46a2c;
    transform: translateY(-3px);
}

.footer-social__icon svg {
    width: 16px;
    height: 16px;
}

.footer-col__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #e8b978;
    margin: 0 0 20px 0;
}

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

.footer-col li {
    margin-bottom: 13px;
}

.footer-col a {
    color: #d3c9b6;
    text-decoration: none;
    font-size: 14.5px;
    position: relative;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-col a:hover {
    color: #fdfaf3;
    padding-left: 6px;
}

.footer-col a::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    width: 8px;
    height: 1.5px;
    background: #c46a2c;
    transition: transform 0.25s ease;
    transform-origin: left;
}

.footer-col a:hover::before {
    transform: translateY(-50%) scaleX(1);
}

.footer-hours li {
    font-size: 14.5px;
    color: #d3c9b6;
    margin-bottom: 13px;
}

.footer-hours li strong {
    color: #fdfaf3;
    font-weight: 600;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    margin: 0;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 30px;
    font-size: 13px;
    color: #a89c86;
}

.footer-bottom__left {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.footer-bottom__left span {
    color: #8c8069;
}

.footer-back-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e8dfd0;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.footer-back-top:hover {
    background: #c46a2c;
    transform: translateY(-3px);
}

.footer-back-top svg {
    width: 15px;
    height: 15px;
}

@media (max-width: 900px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }

    .site-footer__wordmark {
        font-size: 90px;
    }
}

@media (max-width: 560px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* footer close  */
