﻿:root {
    --rg: #C4866E;
    --rg-lt: #E8B4A0;
    --rg-dk: #8A5240;
    --gd: #C9A84C;
    --gd-lt: #E2C97E;
    --gd-dk: #8B6914;
    --bg: #FBF6F1;
    --bg2: #F5ECE4;
    --bg3: #FDFAF7;
    --tx: #1C0F08;
    --tx2: #6B4E42;
    --bdr: rgba(196,134,110,.16);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

    /* ── BASE ── */
    *, *::before, *::after {
        box-sizing: border-box
    }

html {
    scroll-behavior: smooth
}

body {
    font-family: 'DM Sans',sans-serif;
    background: #fff;
    color: var(--tx);
    -webkit-font-smoothing: antialiased;
    font-size: 16px; /* 17px × 1.5 */
    line-height: 1.7
}

p {
    font-size: 1rem !important; /* 1.05rem × 1.5 */
    color: var(--tx2);
    line-height: 1.85;
    font-weight: 300
}

h1, h2, h3, h4, h5 {
    font-family: 'Cormorant Garamond',serif;
    font-weight: 400
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'DM Sans',sans-serif;
    background: var(--bg);
    color: var(--tx);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

    /* grain */
    body::after {
        content: '';
        position: fixed;
        inset: 0;
        z-index: 9999;
        pointer-events: none;
        opacity: .5;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.034'/%3E%3C/svg%3E")
    }

/* ── NAV ── */
.navbox {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    padding: 16px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(251,246,241,.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--bdr);
    transition: box-shadow .3s
}

.nav-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem; /* 0.62rem × 1.5 */
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--tx2);
    text-decoration: none;
    transition: color .3s
}

    .nav-back:hover {
        color: var(--rg-dk)
    }

.nav-logo {
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.6rem; /* 1.4rem × 1.5 */
    font-weight: 400;
    letter-spacing: 3px;
    background: linear-gradient(135deg,var(--rg-dk),var(--rg),var(--gd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 27px;
    background: linear-gradient(135deg, var(--rg-dk), var(--rg), var(--gd));
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem; /* 0.92rem × 1.5 */
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
}

    .nav-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(196,134,110,.35);
        color: #fff
    }

/* ── §1 HERO ── */
.hero {
    background-color: #fff;
    overflow: inherit !important;
}

/* LEFT */
.hl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}


.eyebrow {
    font-size: 1rem !important;
    /* letter-spacing: 5px; */
    text-transform: capitalize;
    color: var(--rg);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.htitle {
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(3rem,4vw,4.3rem); /* clamp(2.6rem,3.5vw,4.2rem) × 1.5 */
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -2px;
    color: var(--tx);
    margin-bottom: 10px
}

    .htitle em {
        font-style: italic;
        background: linear-gradient(135deg,var(--rg-dk),var(--rg),var(--gd));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text
    }

.hsub {
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.4rem !important; /* 1.25rem × 1.5 */
    font-style: italic;
    font-weight: 300;
    color: var(--tx2);
    margin-bottom: 5px;
    line-height:1.2;
    letter-spacing: .3px
}

.price-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
    flex-direction: column;
}

.price-num {
    font-family: 'Cormorant Garamond',serif;
    font-size: 4rem; /* 3.8rem × 1.5 */
    font-weight: 500;
    line-height: 1;
    background: linear-gradient(135deg,var(--rg-dk),var(--rg),var(--gd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.price-note {
    font-size: 0.9rem; /* 0.78rem × 1.5 */
    color: var(--tx2);
    line-height: 1.2;
    font-weight: 300;
    padding-bottom: 6px
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 30px
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 13px;
    border-radius: 100px;
    border: 1px solid;
    font-size: 0.67rem; /* 0.58rem × 1.5 */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500
}

.tg {
    background: rgba(201,168,76,.07);
    border-color: rgba(201,168,76,.3);
    color: var(--gd-dk)
}

.tr {
    background: rgba(196,134,110,.07);
    border-color: rgba(196,134,110,.28);
    color: var(--rg-dk)
}

.divline {
    height: 1px;
    margin: 4px 0 26px;
    background: linear-gradient(90deg,transparent,var(--bdr),rgba(201,168,76,.18),var(--bdr),transparent)
}

.hdesc {
    font-size: 1.4rem; /* 1.1rem × 1.5 */
    line-height: 1.95;
    color: var(--tx2);
    font-weight: 300;
    margin-bottom: 26px;
}

    .hdesc strong {
        color: var(--tx);
        font-weight: 500
    }

/* CTA — big, animated in on load */
.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    animation: ctaIn .75s .15s ease both
}

@keyframes ctaIn {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.btn-main {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 44px;
    background: linear-gradient(135deg,var(--rg-dk),var(--rg),var(--gd));
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.5rem; /* 1.2rem × 1.5 */
    font-style: italic;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 36px rgba(196,134,110,.35);
    position: relative;
    overflow: hidden;
    transition: all .35s;
    letter-spacing: .3px;
    width:fit-content;
}

    .btn-main::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
        transition: left .5s
    }

    .btn-main:hover::after {
        left: 100%
    }

    .btn-main:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 50px rgba(196,134,110,.5);
        color: #fff;
        text-decoration: none
    }

    .btn-main i {
        font-style: normal
    }

.btn-sec {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 28px;
    border: 1.5px solid rgba(196,134,110,.35);
    background: transparent;
    color: var(--rg-dk);
    border-radius: 3px;
    font-size: 0.8rem; /* 0.7rem × 1.5 */
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer
}

    .btn-sec:hover {
        border-color: var(--rg);
        background: rgba(196,134,110,.06);
        color: var(--rg-dk);
        text-decoration: none
    }

.trust-micro {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 22px
}

.ti {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.845rem; /* 0.63rem × 1.5 */
    color: var(--tx2)
}

    .ti i {
        color: var(--rg);
        font-size: 0.9rem; /* 0.68rem × 1.5 */
    }

/* RIGHT — slider */

.hr {
    position: sticky;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 10px;
}

/* slider container */
.strack {
    position: relative;
    width: 100%;
    max-width: 720px;
    height: 455px;
    min-height: auto;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,.08), 0 8px 20px rgba(196,134,110,.12);
}

/* slide */
.sld {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .9s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sld.on {
        opacity: 1;
    }

    /* image */
    .sld img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* placeholder */
.sld-ph {
    width: 100%;
    height: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: linear-gradient( 160deg, #fff7f2, #f7e4d8 );
}

/* responsive */
@media (max-width: 900px) {

    .hr {
        padding: 24px;
    }

    .strack {
        height: 520px;
        max-width: 100%;
    }

    .btn-main {
        padding: 15px 13px;
    }
}

@media (max-width: 600px) {

    .strack {
        height: 380px;
        border-radius: 20px;
    }
}


.sld-ph i {
    font-size: 6.25rem; /* 5.5rem × 1.5 */
    color: rgba(196,134,110,.18)
}

.sld-ph span {
    font-size: 0.67rem; /* 0.58rem × 1.5 */
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(196,134,110,.38)
}

.scnt {
    position: absolute;
    bottom: 88px;
    left: 24px;
    z-index: 4;
    font-family: 'Cormorant Garamond',serif;
    font-size: 1rem; /* 0.9rem × 1.5 */
    color: rgba(139,82,64,.55);
    letter-spacing: 1px
}

.sarr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(196,134,110,.25);
    background: rgba(251,246,241,.9);
    backdrop-filter: blur(8px);
    color: var(--rg-dk);
    font-size: 1rem; /* 0.8rem × 1.5 */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    transition: all .3s
}

    .sarr:hover {
        background: #fff;
        border-color: var(--rg);
        box-shadow: 0 4px 16px rgba(196,134,110,.2)
    }

.sp {
    left: 18px
}

.sn {
    right: 18px
}

.thumbrow {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 4
}

.th {
    width: 56px;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid rgba(196,134,110,.2);
    cursor: pointer;
    background: rgba(196,134,110,.08);
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

    .th:hover, .th.on {
        border-color: var(--rg);
        box-shadow: 0 0 0 2px rgba(196,134,110,.22)
    }

    .th img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .th i {
        font-size: 0.9rem; /* 0.75rem × 1.5 */
        color: rgba(196,134,110,.3)
    }

/* ── SCROLL REVEAL ── */
.sr {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s ease,transform .7s ease
}

.sl {
    opacity: 0;
    transform: translateX(-42px);
    transition: opacity .7s ease,transform .7s ease
}

.sra {
    opacity: 0;
    transform: translateX(42px);
    transition: opacity .7s ease,transform .7s ease
}

    .sr.on, .sl.on, .sra.on {
        opacity: 1;
        transform: none
    }


/* ── §3 HIGHLIGHTS GRID ── */
.hl-sec {
    background: #FBF6F1;
    padding: 72px 0;
    border-top: 1px solid var(--bdr)
}

.hl-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 48px
}

.hc {
    background: #fff;
    border: 1px solid var(--bdr);
    border-radius: 14px;
    padding: 32px 24px;
    transition: all .4s;
    position: relative;
    overflow: hidden
}

    .hc::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg,var(--rg),var(--gd));
        transform: scaleX(0);
        transition: transform .4s;
        transform-origin: left
    }

    .hc:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 48px rgba(196,134,110,.12)
    }

        .hc:hover::before {
            transform: scaleX(1)
        }

.hci {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(196,134,110,.08);
    border: 1px solid rgba(196,134,110,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem; /* 1.2rem × 1.5 */
    color: var(--rg);
    margin-bottom: 18px
}

.hcn {
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.6rem; /* 1.3rem × 1.5 */
    font-weight: 500;
    color: var(--tx);
    margin-bottom: 8px;
    line-height:1.3;
}

.hcd {
    font-size: 1.2rem; /* 0.9rem × 1.5 */
    color: var(--tx2);
    line-height: 1.75;
    font-weight: 300
}

/* ── §3 STORY ── */
.story {
    border-top: 1px solid var(--bdr);
    background: #fff;
}

.simg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .simg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 9s ease;
        border-radius: 10px;
    }

    .simg:hover img {
        transform: scale(1.04)
    }

    .simg::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to right,transparent 65%,var(--bg2) 100%);
        pointer-events: none
    }

.simg-ph {
    width: 100%;
    height: 100%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: linear-gradient(160deg,#fdf0ea,#f5ddd0)
}

    .simg-ph i {
        font-size: 8rem; /* 7rem × 1.5 */
        color: rgba(196,134,110,.16)
    }

    .simg-ph span {
        font-size: 0.7rem; /* 0.6rem × 1.5 */
        letter-spacing: 4px;
        text-transform: uppercase;
        color: rgba(196,134,110,.36)
    }

.stxt {
    padding: 80px 60px 80px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sq {
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(1.5rem,2.2vw,2.3rem); /* clamp(1.5rem,2.2vw,2.3rem) × 1.5 */
    font-weight: 300;
    font-style: italic;
    line-height: 1.52;
    color: var(--tx);
    margin-bottom: 28px;
    position: relative;
    padding-left: 22px;
    border: 0;
    margin: 0;
}

    .sq::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 5px;
        width: 3px;
        background: linear-gradient(to bottom,var(--rg),var(--gd));
        border-radius: 100px
    }

.sbody {
    font-size: 1rem; /* 0.86rem × 1.5 */
    line-height: 2;
    color: var(--tx2);
    font-weight: 300;
    margin-bottom: 30px
}

    .sbody strong {
        color: var(--tx);
        font-weight: 500
    }

.flist {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 20px;
    margin-bottom: 40px
}

    .flist li {
        font-size: 1rem; /* 0.78rem × 1.5 */
        color: var(--tx);
        font-weight: 300;
        display: flex;
        align-items: flex-start;
        gap: 9px;
        line-height: 1.55
    }

        .flist li::before {
            content: '✦';
            color: var(--rg);
            font-size: 0.67rem; /* 0.58rem × 1.5 */
            margin-top: 3px;
            flex-shrink: 0
        }

/* ── §4 GALLERY ── */
.gal-sec {
    background: var(--bg3);
    padding: 108px 0;
    border-top: 1px solid var(--bdr)
}

.ggrid {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
    margin-top: 60px
}

.gc {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    transition: all .45s
}

    .gc:hover {
        transform: translateY(-6px);
        box-shadow: 0 32px 70px rgba(196,134,110,.16)
    }

    .gc:first-child {
        grid-row: 1/3;
        min-height: 580px
    }

    .gc:not(:first-child) {
        aspect-ratio: 4/3
    }

    .gc img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .65s ease
    }

    .gc:hover img {
        transform: scale(1.07)
    }

.gph {
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

    .gph i {
        font-size: 3.5rem; /* 3rem × 1.5 */
        color: rgba(196,134,110,.18)
    }

    .gph span {
        font-size: 0.74rem; /* 0.56rem × 1.5 */
        letter-spacing: 3px;
        text-transform: uppercase;
        color: rgba(196,134,110,.32)
    }

.gov {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 28px 28px;
    background: linear-gradient(to top,rgba(26,12,6,.82),transparent);
    border-radius: 0 0 16px 16px
}

.gc:first-child .gov {
    padding: 80px 36px 36px
}

.gkw {
    font-family: 'Cormorant Garamond',serif;
    font-size: 2rem; /* 2rem × 1.5 */
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 7px
}

.gc:first-child .gkw {
    font-size: 3rem; /* 2.8rem × 1.5 */
}

.gkw em {
    font-style: italic;
    background: linear-gradient(90deg,var(--rg-lt),var(--gd-lt));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.gdesc {
    font-size: 0.9rem; /* 0.73rem × 1.5 */
    color: #fff;
    line-height: 1.65;
    font-weight: 300
}

/* ── RESPONSIVE ── */
@media(max-width:1250px) {
    .hl-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
    @media(max-width:1100px) {
        .hlg {
            grid-template-columns: repeat(2,1fr)
        }

        .ggrid {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto
        }

        .gc:first-child {
            grid-row: auto;
            min-height: 340px
        }

        
    }

    @media(max-width:900px) {
        .hero {
            grid-template-columns: 1fr
        }

        .hl {
            border-right: none;
            border-bottom: 1px solid var(--bdr);
            padding: 48px 28px 52px
        }

        .hr {
            order: -1;
            min-height: 55vw
        }

        .strack {
            min-height: 55vw
        }

        .sld-ph {
            min-height: 55vw
        }



        .simg-ph {
            min-height: 55vw
        }

        .stxt {
            padding: 48px 24px 52px
        }

        .flist {
            grid-template-columns: 1fr
        }

        .ggrid {
            grid-template-columns: 1fr
        }

        .cx {
            padding: 0 24px
        }
    }

    @media(max-width:600px) {
        .htitle {
            font-size: 2.9rem; /* 2.8rem × 1.5 */
            letter-spacing: -1px
        }

        .price-num {
            font-size: 3rem; /* 3rem × 1.5 */
        }

        .thumbrow {
            display: none
        }

        .nav {
            padding: 14px 20px
        }

        .nav-logo, .nav-btn {
            display: none
        }
    }



    /*-----------Grid--------------*/
    @media (min-width: 768px) {
        .container {
            max-width: 750px !important;
        }
    }

    @media (min-width: 992px) {
        .container {
            max-width: 970px !important;
        }
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1170px !important;
        }
    }

    /* NEW - large screens ke liye */
    @media (min-width: 1400px) {
        .container, .nav-header-container {
            width: 100% !important;
            max-width: 1320px !important;
        }
    }

    @media (min-width: 1600px) {
        .container, .nav-header-container {
            width: 100% !important;
            max-width: 1450px !important;
        }
    }

    @media (min-width: 1800px) {
        .container, .nav-header-container {
            width: 100% !important;
            max-width: 1600px !important;
        }
    }



    /* ── §2 SPEC TABLE ── */
    .spec-sec {
        background: #fff;
        padding: 72px 0;
        border-top: 1px solid var(--bdr)
    }

    .sec-ey {
        font-size: 0.775rem; /* 0.65rem × 1.5 */
        letter-spacing: 5px;
        text-transform: uppercase;
        color: var(--rg);
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
        margin-bottom: 14px
    }

    .sec-tt {
        font-family: 'Cormorant Garamond',serif;
        font-size: 2.6rem; /* 2.6rem × 1.5 */
        font-weight: 400;
        color: var(--tx);
        margin-bottom: 8px
    }

        .sec-tt em {
            font-style: italic;
            background: linear-gradient(135deg,var(--rg),var(--gd));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

    .sec-p {
        font-size: 1.1rem; /* 1rem × 1.5 */
        color: var(--tx2);
        line-height: 1.85;
        font-weight: 300
    }

    .spec-table {
        border: 1px solid var(--bdr);
        border-radius: 12px;
        overflow: hidden
    }

    .spec-row {
        display: flex;
        border-bottom: 1px solid var(--bdr)
    }

        .spec-row:last-child {
            border-bottom: none
        }

    .spec-k {
        flex: 0 0 200px;
        padding: 18px 24px;
        background: rgba(196,134,110,.03);
        font-size: 0.9rem; /* 0.82rem × 1.5 */
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
        color: var(--rg-dk);
        display: flex;
        align-items: center;
        gap: 10px;
        border-right: 1px solid var(--bdr)
    }

        .spec-k i {
            font-size: 1rem; /* 0.8rem × 1.5 */
            color: var(--rg)
        }

    .spec-v {
        flex: 1;
        padding: 18px 24px;
        font-size: 1.2rem; /* 1rem × 1.5 */
        color: var(--tx);
        font-weight: 300;
        display: flex;
        align-items: center
    }


    .grievance-text p {
        font-size: 15.5px !important; /* 13px × 1.5 */
        line-height: 1.4;
        margin-bottom: 4px;
        color: #cfcfcf;
    }

    .custome-footer {
        z-index: 999;
    }


    /* responsive */
    @media (max-width:1200px) {
        .btn-main {
            padding: 15px 13px !important;
        }
    }


    :root {
        --rg: #C4866E;
        --rg-dk: #8A5240;
        --gd: #C9A84C;
        --gd-dk: #8B6914;
        --bg: #FBF6F1;
        --bg2: #F5ECE4;
        --bg3: #FDFAF7;
        --tx: #1C0F08;
        --bdr: rgba(196,134,110,.2);
    }

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .lnfc__btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: linear-gradient(135deg, var(--gd) 0%, var(--rg) 100%);
        color: #fff;
        padding: 16px 40px;
        border-radius: 50px;
        font-size: 18.5px; /* 17px × 1.5 */
        font-weight: 600;
        cursor: pointer;
        border: none;
        letter-spacing: 0.4px;
        box-shadow: 0 4px 24px rgba(196,134,110,0.45);
        transition: transform 0.2s, box-shadow 0.2s;
    }

        .lnfc__btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(196,134,110,0.5);
        }

    .lnfc__overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(28,15,8,0.70);
        z-index: 999999;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

        .lnfc__overlay.lnfc__open {
            display: flex;
        }

    /* Modal = flex column, fixed height */
    .lnfc__modal {
        background: var(--bg3);
        border-radius: 20px;
        border: 1px solid rgba(201,168,76,0.35);
        max-width: 600px;
        width: 100%;
        max-height: 90vh;
        display: flex;
        flex-direction: column;
        box-shadow: 0 20px 60px rgba(28,15,8,0.35);
        overflow: hidden;
    }

    /* Scrollable area = header + body together */
    .lnfc__scroll {
        overflow-y: auto;
        flex: 1;
    }

.lnfc__header {
    padding: 6px 12px 5px;
    border-bottom: 1px solid var(--bdr);
    background: linear-gradient(135deg, rgba(201,168,76,0.10) 0%, rgba(196,134,110,0.10) 100%);
    border-radius: 20px 20px 0 0;
    text-align: center;
    position: relative;
}

    .lnfc__crown {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--gd), var(--rg));
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 4px;
        font-size: 22px; /* 22px × 1.5 */
        color: #fff;
    }

    .lnfc__header h2 {
        font-size: 25px; /* 24px × 1.5 */
        font-weight: 700;
        color: #0E0600;
        margin-bottom: 5px;
        line-height: 1.3;
    }

    .lnfc__header p {
        font-size: 15px; /* 15px × 1.5 */
        color: #1A0800;
        font-weight: 600;
        line-height: 1.5;
    }

    .lnfc__close {
        position: absolute;
        top: 16px;
        right: 18px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 1px solid var(--bdr);
        background: var(--bg2);
        color: #1C0F08;
        font-size: 17px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s, color 0.2s;
    }

        .lnfc__close:hover {
            background: var(--rg);
            color: #fff;
            border-color: var(--rg);
        }

    .lnfc__body {
        padding: 28px 36px 20px;
    }

    .lnfc__row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 5px;
    }

        .lnfc__row.lnfc__single {
            grid-template-columns: 1fr;
        }

    .lnfc__field {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

        .lnfc__field label {
            padding: 0;
            margin: 0;
            font-size: 15px;
            font-weight: 700;
            color: #1A0800;
            text-transform: capitalize;
            display: block;
            width: 100%;
            line-height: 1.2;
        }

    .lnfc__req {
        color: #C0392B;
        font-size: 15px;
        margin-left: 2px;
    }

    .lnfc__field input,
    .lnfc__field select,
    .lnfc__field textarea {
        padding: 8px 15px;
        border-radius: 10px;
        border: 1.5px solid rgb(104 65 50);
        background: var(--bg);
        font-size: 17px;
        color: #0E0600;
        font-family: inherit;
        font-weight: 600;
        transition: border-color 0.2s, box-shadow 0.2s;
        outline: none;
        appearance: none;
        margin-bottom: 0;
    }

        .lnfc__field input:focus,
        .lnfc__field select:focus,
        .lnfc__field textarea:focus {
            border-color: var(--gd);
            box-shadow: 0 0 0 3px rgba(201,168,76,0.18);
        }

        .lnfc__field input::placeholder,
        .lnfc__field textarea::placeholder {
            color: rgba(30,10,0,0.38);
            font-weight: 400;
        }

    .lnfc__field select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231A0800' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 14px center;
        padding-right: 38px;
        color: #0E0600;
    }

        .lnfc__field select option {
            color: #0E0600;
            font-weight: 500;
        }

    .lnfc__field textarea {
        resize: vertical;
        min-height: 160px;
        line-height: 1.6;
    }

    .lnfc__divider {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 4px 0 18px;
        color: #1A0800;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .lnfc__divider::before, .lnfc__divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: var(--bdr);
        }

    .lnfc__chips {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .lnfc__chip {
        padding: 10px 16px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        border: 1.5px solid rgba(196,134,110,0.4);
        background: var(--bg);
        color: #1A0800;
        cursor: pointer;
        transition: all 0.2s;
    }

        .lnfc__chip:hover {
            border-color: var(--gd);
            color: var(--gd-dk);
            background: rgba(201,168,76,0.10);
        }

        .lnfc__chip.lnfc__chip--active {
            border-color: var(--gd);
            background: rgb(196 139 104);
            color: #ffffff;
            font-weight: 700;
        }

    /* Sticky footer — only submit btn fixed at bottom */
    .lnfc__footer {
        padding: 16px 36px 20px;
        border-top: 1px solid var(--bdr);
        background: var(--bg3);
        border-radius: 0 0 20px 20px;
        flex-shrink: 0;
    }

    .lnfc__submit {
        width: 100%;
        padding: 18px;
        border-radius: 50px;
        border: none;
        background: linear-gradient(135deg, var(--gd) 0%, var(--rg) 100%);
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        letter-spacing: 0.3px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 4px 20px rgba(196,134,110,0.4);
    }

        .lnfc__submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(196,134,110,0.55);
        }

    .lnfc__note {
        text-align: center;
        font-size: 14px !important;
        color: #1A0800;
        font-weight: 600;
        margin-top: 10px;
        line-height: 1.5;
        margin-bottom: 0;
    }

        .lnfc__note i {
            font-size: 14px;
            vertical-align: -2px;
            margin-right: 4px;
            color: var(--gd-dk);
        }

    .lnfc__scroll .ti {
        font-size: 1.8rem; /* 1.6rem × 1.5 */
        color: #fff;
    }
.iti .iti__selected-dial-code {
    margin-left: 4px;
    font-size: 20px;
}
span.iti__country-name {
    font-size: 14px;
}
.lnfc__error {
    color: #C0392B;
    font-size: 12px !important;
    margin-top: 0px !important;
    min-height: 9px !important;
}


@media(max-width:480px) {
    .lnfc__row {
        display: grid;
        grid-template-columns: 1fr
    }
}



.breadcrumb-wrap {
    background: var(--bg3);
    padding: 8px 16px;
    margin-top: 8px;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 6px;
}

    .breadcrumb li {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
    }

    .breadcrumb a {
        text-decoration: none;
        color: var(--tx2);
        padding: 4px 8px;
        border-radius: 6px;
        transition: all 0.2s ease;
        white-space: nowrap;
    }

        .breadcrumb a:hover {
            background: var(--bg2);
            color: var(--rg-dk);
        }

    .breadcrumb li.active a {
        color: var(--tx);
        font-weight: 600;
        background: linear-gradient(135deg, var(--gd-lt), var(--rg-lt));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: default;
        pointer-events: none;
    }

    .breadcrumb .sep {
        color: var(--gd);
        font-size: 12px;
        opacity: 0.7;
        user-select: none;
    }

    .breadcrumb .icon-home {
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: -2px;
    }

@media (max-width: 480px) {
    .breadcrumb-wrap {
        padding: 6px 12px;
        border-radius: 8px;
    }

    .breadcrumb li {
        font-size: 12.5px;
    }

    .breadcrumb a {
        padding: 3px 6px;
    }

    .breadcrumb li span.full-label {
        display: none;
    }

    .breadcrumb li span.short-label {
        display: inline;
    }
}

@media (min-width: 481px) {
    .breadcrumb li span.short-label {
        display: none;
    }
}

iframe#launcher {
    display: none;
}