:root {
    --gold: #c8922d;
    --green: #183d2a;
    --ink: #29271f;
    --line: #e7d8bc;
    --serif: 'Cormorant Garamond', serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fffdf9;
    color: var(--ink);
    font: 13px 'Manrope', sans-serif
}

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

.topbar {
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30%;
    background: linear-gradient(90deg, #b77c13, #e8b64d, #bd8114);
    font-size: 9px;
    font-weight: 700
}

.navbar {
    min-height: 84px;
    border-bottom: 1px solid var(--line)
}

.brand {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: .7;
    font: 700 18px var(--serif);
    letter-spacing: 3px
}

.brand b {
    font: 40px var(--serif);
    color: var(--gold)
}

.brand small {
    display: block;
    font: 5px 'Manrope';
    letter-spacing: 1.5px;
    margin-top: 8px
}

.nav-link {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 10px !important
}

.nav-link:hover {
    color: var(--gold)
}

.icons {
    font-size: 20px
}

.hero {
    height: 540px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 253, 247, .98), rgba(255, 253, 247, .72) 38%, transparent 66%), url('../images/mithila-hero.png') center/cover
}

.h1 {
    background-position: 75% 60%
}

.h2 {
    background-position: 55% 28%
}

.hero-copy {
    width: 510px;
    margin-left: 9%
}

.hero em,
.heading em,
.story-copy em,
.newsletter em,
.quote em {
    font-style: normal;
    font-size: 9px;
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 2px
}

.hero h1 {
    font: 700 clamp(43px, 5vw, 72px)/.88 var(--serif);
    text-transform: uppercase;
    margin: 15px 0
}

.hero p {
    line-height: 1.8
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    padding: 10px 17px
}

.gold {
    background: var(--gold);
    border: 1px solid var(--gold);
    color: #fff
}

.gold:hover {
    background: #a97519;
    color: #fff
}

.values {
    padding: 16px 4%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-block: 1px solid var(--line)
}

.values div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid var(--line)
}

.values div:last-child {
    border: 0
}

.values i,
.steps i,
.trust i,
.impact-icons i {
    font-style: normal;
    color: var(--gold);
    font-size: 29px
}

.values span {
    font-size: 9px;
    font-weight: 600;
    max-width: 90px
}

main>section {
    padding: 55px 4%
}

.heading {
    text-align: center;
    margin-bottom: 24px
}

.heading h2,
.journey h2,
.story h2,
.trust h2,
.newsletter h2,
.world h2 {
    font: 700 28px/1 var(--serif);
    text-transform: uppercase;
    margin: 6px 0
}

.discover,
.categories,
.experiences,
.journal {
    display: grid;
    gap: 12px
}

.discover {
    grid-template-columns: repeat(5, 1fr)
}

.categories {
    grid-template-columns: repeat(6, 1fr)
}

.experiences,
.journal {
    grid-template-columns: repeat(4, 1fr)
}

.tile,
.category,
.journal article {
    display: block;
    text-align: center;
    border: 1px solid var(--line);
    background: #fff;
    padding-bottom: 12px;
    transition: .25s
}

.tile:hover,
.category:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 25px #4a351721
}

.photo,
.product-img,
.story-img,
.portrait {
    background-image: url('../images/mithila-hero.png');
    background-size: cover
}

.tile .photo {
    height: 235px
}

.tile h3,
.category h3,
.product h3,
.journal h3 {
    font: 700 18px var(--serif);
    margin: 10px 5px 0
}

.tile p {
    font-size: 9px;
    margin: 2px
}

.tile b {
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--gold);
    color: var(--gold);
    border-radius: 50%;
    width: 23px;
    height: 23px;
    margin-top: 5px
}

.category {
    padding: 7px
}

.category .photo {
    height: 145px;
    background-size: 360%
}

.category h3 {
    font-size: 14px
}

.cream {
    background: #fbf8f1;
    border-block: 1px solid var(--line)
}

.products {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 9px;
    overflow: auto
}

.product {
    min-width: 170px;
    border: 1px solid var(--line);
    background: #fff;
    padding: 9px;
    position: relative
}

.product>button {
    position: absolute;
    right: 8px;
    border: 0;
    background: #fff;
    border-radius: 50%;
    font-size: 20px
}

.product-img {
    height: 205px;
    background-size: 440%
}

.stars {
    color: #bd7b0b;
    font-size: 10px
}

.stars small {
    color: #777
}

.product h3 {
    font-size: 15px
}

.product p {
    font-size: 8px;
    margin: 2px 0
}

.product strong {
    display: block;
    margin: 4px 0
}

.product .btn {
    font-size: 7px;
    padding: 7px 5px
}

.journey {
    background: linear-gradient(90deg, #edf0e5, #fffdf4, #edf0e5)
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center
}

.steps>div {
    position: relative;
    padding: 0 15px
}

.steps>div:not(:last-child):after {
    content: '→';
    position: absolute;
    right: -8px;
    top: 20px;
    font-size: 22px
}

.steps h3 {
    font: 700 15px var(--serif);
    margin: 5px
}

.steps p {
    font-size: 8px
}

.story {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 410px
}

.story-copy {
    padding: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.story-copy.gift {
    background: #fbf0d9
}

.story-copy h2 {
    font-size: 29px
}

.story-copy p {
    font-size: 10px;
    line-height: 1.8
}

.story-img.left {
    background-position: 7% 55%;
    filter: saturate(.65)
}

.story-img.right {
    background-position: 72% 70%
}

.experiences .tile .photo {
    height: 170px
}

.journal article {
    text-align: left;
    padding-bottom: 0
}

.journal .photo {
    height: 165px
}

.journal article>small,
.journal article>h3,
.journal article>a {
    margin-left: 12px;
    margin-right: 12px
}

.journal article>small {
    display: block;
    margin-top: 10px;
    color: var(--gold);
    font-size: 7px;
    font-weight: 700
}

.journal article>a {
    display: block;
    font-size: 8px;
    margin-bottom: 13px
}

.trust-row {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 20px
}

.trust {
    border: 1px solid var(--line);
    padding: 25px;
    text-align: center
}

.trust>div {
    display: flex;
    justify-content: space-around;
    gap: 10px
}

.trust span,
.impact-icons span {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80px
}

.trust small,
.impact-icons small {
    font-size: 8px
}

.quote {
    display: grid;
    grid-template-columns: 1fr 130px;
    align-items: center
}

.quote blockquote {
    font: 600 15px/1.5 var(--serif)
}

.portrait {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-position: 94% 28%
}

.partners {
    border-block: 1px solid var(--line)
}

.partners>div:last-child {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 25px;
    font: 600 22px var(--serif);
    color: #6e6a61
}

.impact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px
}

.impact-icons {
    display: flex;
    justify-content: space-around
}

.newsletter {
    background: #f4dfb0;
    padding: 30px;
    position: relative
}

.newsletter p {
    font-size: 9px
}

.form-control {
    border-radius: 0;
    font-size: 10px
}

.world {
    text-align: center;
    min-height: 210px;
    background: linear-gradient(#fff8e6aa, #fff8e6e6), url('../images/mithila-hero.png') center 69%/cover
}

.world i {
    font-style: normal;
    font-size: 32px;
    color: var(--gold)
}

.world p {
    font: 600 12px var(--serif)
}

footer {
    padding-top: 40px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(5, 1fr);
    gap: 25px;
    padding: 0 4%
}

.footer-grid p {
    font-size: 9px;
    line-height: 1.7
}

.footer-grid h3 {
    font: 700 14px var(--serif);
    text-transform: uppercase
}

.footer-grid>div>a:not(.brand) {
    display: block;
    font-size: 8px;
    margin: 7px 0
}

.copy {
    background: var(--green);
    color: #fff;
    text-align: center;
    padding: 13px;
    margin-top: 30px;
    font-size: 7px
}

.backtop {
    position: fixed;
    right: 18px;
    bottom: 18px;
    background: var(--gold);
    color: #fff;
    border: 0;
    width: 38px;
    height: 38px;
    opacity: 0
}

.backtop.show {
    opacity: 1
}

@media(max-width:900px) {
    .navbar-collapse {
        padding: 12px
    }

    .hero {
        height: 570px;
        align-items: flex-end;
        padding-bottom: 55px;
        background-image: linear-gradient(0deg, #fffdf8fa, #fffdf8d8 48%, transparent 78%), url('../images/mithila-hero.png');
        background-position: 64% center
    }

    .hero-copy {
        width: auto;
        margin: 0 20px
    }

    .values {
        overflow: auto;
        grid-template-columns: repeat(5, 140px)
    }

    .discover {
        grid-template-columns: repeat(2, 1fr)
    }

    .discover .tile:last-child {
        display: none
    }

    .categories {
        grid-template-columns: repeat(2, 1fr)
    }

    .products {
        grid-template-columns: repeat(6, 180px)
    }

    .experiences,
    .journal {
        grid-template-columns: repeat(2, 1fr)
    }

    .steps {
        display: flex;
        overflow: auto
    }

    .steps>div {
        min-width: 160px
    }

    .story {
        grid-template-columns: 1fr;
        grid-template-rows: 250px auto auto 250px
    }

    .trust-row,
    .impact {
        grid-template-columns: 1fr
    }

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

    .portrait {
        display: none
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .topbar span {
        display: none
    }
}

/* Premium refinement */
body {
    font-size: 16px;
    line-height: 1.65
}

.brand img {
    width: 210px;
    height: 62px;
    object-fit: contain
}

.nav-link {
    font-size: 11px
}

.topbar {
    font-size: 11px
}

.hero {
    height: 620px
}

.hero-copy {
    width: 560px
}

.hero h1 {
    font-size: clamp(42px, 4.2vw, 62px);
    line-height: .96
}

.hero p {
    font-size: 17px;
    line-height: 1.75;
    max-width: 540px
}

.hero em,
.heading em,
.story-copy em,
.community em,
.impact em {
    font-size: 12px
}

.values {
    padding-block: 24px
}

.values span {
    font-size: 13px;
    max-width: 120px
}

.heading h2,
.journey h2,
.story h2,
.why-section h2,
.testimonials h2,
.impact h2,
.community h2,
.world h2 {
    font-size: 32px
}

.heading>p {
    max-width: 650px;
    margin: 10px auto 0;
    color: #6d685f;
    font-size: 15px
}

.discover {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1280px;
    margin: auto
}

.discover .tile {
    border: 0;
    padding: 0 0 24px;
    box-shadow: 0 18px 55px rgba(55, 38, 14, .11);
    position: relative;
    overflow: hidden
}

.discover .tile .photo {
    height: 370px
}

.discover .tile h3 {
    font-size: 25px;
    margin-top: 22px
}

.discover .tile p {
    font-size: 14px
}

.discover .tile b {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 38px;
    height: 38px
}

.category {
    border-radius: 18px;
    padding: 10px 10px 14px;
    overflow: hidden
}

.category .photo {
    border-radius: 12px
}

.category h3 {
    font-size: 17px
}

.favourites {
    position: relative;
    padding-inline: 6%;
    background: radial-gradient(circle at top, #fffefb, #f5eddf)
}

.product-swiper {
    padding: 10px 8px 55px
}

.product {
    border: 1px solid rgba(200, 146, 45, .22);
    border-radius: 16px;
    padding: 13px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(53, 37, 13, .08);
    height: 100%;
    overflow: visible
}

.product-link {
    display: block;
    overflow: hidden;
    border-radius: 11px
}

.product-img {
    height: 290px;
    transition: transform .5s
}

.product-link:hover .product-img {
    transform: scale(1.04)
}

.product h3 {
    font-size: 21px;
    margin-top: 10px
}

.product p {
    font-size: 12px
}

.product strong {
    font-size: 17px
}

.product .btn {
    font-size: 10px;
    padding: 9px 12px
}

.product .wish {
    z-index: 5;
    top: 23px;
    right: 23px;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 15px #0002
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--gold)
}

.swiper-pagination-bullet-active {
    background: var(--gold)
}

.journey {
    margin: 0;
    padding: 78px 6%;
    background: linear-gradient(125deg, #eef2e8, #fffaf0 52%, #ede6d5);
    position: relative
}

.steps {
    gap: 20px;
    max-width: 1250px;
    margin: 38px auto 0
}

.steps>div {
    padding: 28px 20px;
    background: #ffffffa8;
    border: 1px solid #fff;
    border-radius: 80px 80px 18px 18px;
    box-shadow: 0 18px 40px #354c2612
}

.steps i {
    font-size: 42px
}

.steps h3 {
    font-size: 19px
}

.steps p {
    font-size: 12px
}

.story-copy em {
    font-size: 13px;
    line-height: 1.5
}

.story-copy p {
    font-size: 15px
}

.reels-section {
    background: #163c2a;
    color: #fff
}

.reels-section .heading h2 {
    color: #fff
}

.reels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1300px;
    margin: auto
}

.reel {
    height: 480px;
    border-radius: 999px 999px 24px 24px;
    overflow: hidden;
    position: relative;
    background: #000
}

.reel .photo {
    position: absolute;
    inset: 0;
    height: 100%;
    transition: .5s
}

.reel:after {
    content: '';
    position: absolute;
    inset: 30% 0 0;
    background: linear-gradient(transparent, #07160fe8)
}

.reel>div:last-child {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 26px
}

.reel h3 {
    font: 700 25px var(--serif);
    margin: 5px 0
}

.reel p {
    font-size: 13px;
    margin: 0
}

.reel small {
    color: #e4b85f;
    letter-spacing: 2px
}

.reel .play {
    position: absolute;
    z-index: 3;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--green)
}

.reel:hover .photo {
    transform: scale(1.05)
}

.journal {
    gap: 22px
}

.journal article {
    border: 0;
    box-shadow: 0 15px 45px #49321414;
    background: #fff;
    padding-bottom: 20px
}

.journal .photo {
    height: 245px
}

.journal article>small {
    font-size: 10px;
    margin-top: 18px
}

.journal h3 {
    font-size: 23px;
    line-height: 1.1
}

.journal article>a {
    font-size: 12px;
    color: var(--gold)
}

.why-section {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    background: #f6efe2
}

.why-copy {
    padding: 8% 10%
}

.why-copy>em {
    color: var(--gold);
    font-style: normal;
    letter-spacing: 2px;
    font-size: 12px
}

.why-copy h2 {
    margin: 13px 0
}

.why-copy>p {
    font-size: 17px;
    max-width: 600px
}

.why-image {
    background: url('../images/mithila-hero.png') 78% 55%/cover
}

.why-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 40px
}

.why-icons span {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.why-icons i {
    font-style: normal;
    color: var(--gold);
    font-size: 34px
}

.why-icons small {
    font-size: 11px;
    font-weight: 700
}

.testimonials {
    padding: 75px 6%;
    background: #fff
}

.testimonial-swiper {
    padding: 10px 5px 70px
}

.testimonial-card {
    height: 100%;
    min-height: 265px;
    border: 1px solid var(--line);
    padding: 34px;
    border-radius: 16px;
    background: #fffdf9
}

.testimonial-card blockquote {
    font: 600 21px/1.5 var(--serif);
    margin: 17px 0 28px
}

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

.guest>span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: grid;
    place-items: center
}

.guest div {
    display: flex;
    flex-direction: column
}

.guest small {
    font-size: 11px
}

.testimonial-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-prev,
.testimonial-next {
    position: relative;
    inset: auto;
    margin: 0 20px
}

.testimonial-pagination {
    position: relative;
    inset: auto !important;
    width: auto !important
}

.partners {
    padding: 55px 5%;
    background: #faf7ef
}

.partner-swiper {
    max-width: 1250px
}

.partner-logo {
    height: 100px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: #fff;
    font: 700 24px var(--serif);
    color: #625b50;
    letter-spacing: 1px
}

.impact {
    padding: 80px 8%;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 50px;
    align-items: center;
    background: var(--green);
    color: #fff
}

.impact-copy p {
    font-size: 17px;
    max-width: 520px
}

.impact-copy em {
    color: #dfb053;
    font-style: normal;
    letter-spacing: 2px
}

.impact-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.impact-icons span {
    max-width: none;
    border-left: 1px solid #ffffff3d;
    padding: 20px
}

.impact-icons strong {
    font: 700 40px var(--serif);
    color: #e5b759
}

.impact-icons small {
    font-size: 12px;
    color: #fff
}

.community {
    padding: 70px 8%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    background: #f3dca9
}

.community em {
    font-style: normal;
    letter-spacing: 2px;
    color: #805b13
}

.community .newsletter {
    padding: 0;
    background: none
}

.community .newsletter p {
    font-size: 15px
}

.community .newsletter small {
    display: block;
    margin-top: 10px;
    font-size: 10px
}

.community .form-control {
    font-size: 14px;
    padding: 15px
}

.world p {
    font-size: 15px
}

footer {
    background: #132f22;
    color: #f7f0e1;
    padding-top: 60px
}

.footer-grid {
    grid-template-columns: 2fr repeat(5, 1fr);
    gap: 38px
}

.footer-grid .brand img {
    filter: brightness(0) invert(1);
    width: 230px
}

.footer-grid p {
    font-size: 12px;
    color: #d7d0c3
}

.footer-grid h3 {
    font-size: 18px;
    color: #dfb053
}

.footer-grid>div>a:not(.brand) {
    font-size: 12px;
    color: #e8e2d7;
    margin: 11px 0
}

.copy {
    background: #0b2117;
    font-size: 10px;
    padding: 18px
}

@media(max-width:900px) {
    body {
        font-size: 15px
    }

    .brand img {
        width: 170px;
        height: 52px
    }

    .hero {
        height: 650px
    }

    .hero h1 {
        font-size: 43px
    }

    .hero p {
        font-size: 15px
    }

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

    .discover .tile {
        display: block
    }

    .discover .tile .photo {
        height: 300px
    }

    .categories {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-img {
        height: 260px
    }

    .steps {
        display: flex
    }

    .story-copy em {
        font-size: 12px
    }

    .reels {
        display: flex;
        overflow: auto;
        padding-bottom: 10px
    }

    .reel {
        min-width: 260px;
        height: 440px
    }

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

    .why-section {
        grid-template-columns: 1fr
    }

    .why-image {
        min-height: 360px
    }

    .why-icons {
        grid-template-columns: repeat(2, 1fr)
    }

    .impact,
    .community {
        grid-template-columns: 1fr
    }

    .impact-icons {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

/* Precision typography and header refinement */
p {
    font-size: 14px;
    line-height: 1.75
}

.navbar {
    transition: background .3s, box-shadow .3s, min-height .3s
}

.navbar:not(.scrolled) {
    position: absolute !important;
    top: 28px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .86), transparent) !important;
    border: 0;
    min-height: 128px;
    align-items: flex-start;
    padding-top: 16px
}

.navbar:not(.scrolled) .brand img {
    width: 330px;
    height: 100px
}

.navbar.scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    min-height: 82px;
    background: #fff !important;
    box-shadow: 0 8px 30px rgba(26, 20, 10, .12)
}

.navbar.scrolled .brand img {
    width: 210px;
    height: 62px
}

.brand img {
    object-fit: contain;
    filter: contrast(1.18) saturate(1.08);
    transform: translateZ(0);
    transition: width .3s, height .3s
}

.nav-link {
    font-size: 14px;
    font-weight: 700
}

.icons {
    font-size: 23px
}

.btn {
    font-size: 16px;
    padding: 12px 21px
}

.values span {
    font-size: 18px;
    line-height: 1.35;
    max-width: 165px
}

.values i {
    font-size: 38px
}

.hero em,
.heading em,
.story-copy em,
.community em,
.impact em,
.why-copy>em {
    font-size: 14px
}

.heading h2,
.journey h2,
.story h2,
.why-section h2,
.testimonials h2,
.impact h2,
.community h2,
.world h2 {
    font-size: 40px
}

.stars {
    font-size: 18px
}

.product .btn {
    font-size: 14px;
    padding: 10px 13px
}

.steps>div:not(:last-child):after {
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    font-size: 32px;
    z-index: 3
}

.reel {
    border-radius: 20px
}

.journal article {
    border-radius: 20px;
    overflow: hidden
}

.why-copy {
    padding: 9% 10%
}

.why-copy h2 {
    font-size: 48px
}

.why-copy>p {
    font-size: 18px;
    line-height: 1.8
}

.why-icons small {
    font-size: 14px
}

.why-icons i {
    font-size: 42px
}

.testimonial-swiper {
    padding-left: 62px;
    padding-right: 62px
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    min-height: 310px
}

.testimonial-card .guest {
    order: 1;
    margin-bottom: 18px
}

.testimonial-card .stars {
    order: 2
}

.testimonial-card blockquote {
    order: 3;
    font-size: 23px
}

.guest>span {
    width: 58px;
    height: 58px;
    background-image: url('../images/mithila-hero.png');
    background-size: 430%;
    background-position: 92% 28%;
    font-size: 0;
    border: 3px solid #f0d9a9
}

.guest b {
    font-size: 16px
}

.guest small {
    font-size: 13px
}

.testimonial-controls {
    position: static;
    height: 0
}

.testimonial-prev,
.testimonial-next {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 20px #0001
}

.testimonial-prev {
    left: 2px
}

.testimonial-next {
    right: 2px
}

.testimonial-pagination {
    position: absolute !important;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto
}

.impact-copy h2 {
    font-size: 52px
}

.impact-copy p {
    font-size: 18px
}

.impact-icons strong {
    font-size: 58px
}

.impact-icons small {
    font-size: 15px;
    line-height: 1.4
}

.footer-grid>div:first-child {
    padding-right: 35px
}

.footer-grid p {
    font-size: 15px;
    line-height: 1.8
}

.footer-grid .brand img {
    width: 125px;
    height: auto;
    filter: brightness(0) invert(1) contrast(1.4)
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 22px
}

.social-links a {
    width: 40px;
    height: 40px !important;
    border: 1px solid #dcae55;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    color: #fff !important;
    font-size: 16px !important;
    margin: 0 !important;
    transition: .2s
}

.social-links a:hover {
    background: #dcae55;
    color: #173e2b !important;
    transform: translateY(-3px)
}

@media(max-width:1199px) {
    .nav-link {
        font-size: 13px
    }

    .navbar:not(.scrolled) {
        position: relative !important;
        top: 0;
        background: #fff !important;
        min-height: 90px
    }

    .navbar:not(.scrolled) .brand img {
        width: 220px;
        height: 68px
    }

    .hero {
        margin-top: 0
    }
}

@media(max-width:900px) {
    .values span {
        font-size: 15px
    }

    .heading h2,
    .journey h2,
    .story h2,
    .testimonials h2,
    .impact h2,
    .community h2,
    .world h2 {
        font-size: 34px
    }

    .why-copy h2 {
        font-size: 38px
    }

    .steps>div:not(:last-child):after {
        right: -9px
    }

    .testimonial-swiper {
        padding-left: 45px;
        padding-right: 45px
    }

    .impact-copy h2 {
        font-size: 42px
    }

    .impact-icons strong {
        font-size: 46px
    }

    .footer-grid p {
        font-size: 14px
    }
}

/* Navigation, logo and carousel control refinements */
.topbar {
    font-size: 13px
}

.navbar .container-fluid {
    position: relative
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 19px;
    transform: translateY(-7px);
    white-space: nowrap
}

.nav-actions a {
    position: relative;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--ink);
    font-size: 26px;
    transition: .2s
}

.nav-actions a:hover {
    color: var(--gold);
    transform: translateY(-2px)
}

.cart-count {
    position: absolute;
    right: -1px;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--gold);
    color: #fff;
    font-size: 10px;
    font-weight: 700
}

.navbar-nav {
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(-7px)
}

.navbar-collapse {
    align-items: flex-start
}

.hero-prev,
.hero-next {
    display: flex !important;
    width: 54px;
    height: 54px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(24, 61, 42, .82);
    opacity: 1;
    margin: 0 26px;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .18)
}

.hero-prev:hover,
.hero-next:hover {
    background: var(--gold)
}

.hero-prev .carousel-control-prev-icon,
.hero-next .carousel-control-next-icon {
    width: 22px;
    height: 22px
}

.favourites {
    overflow: hidden
}

.product-swiper {
    max-width: 1320px;
    overflow: visible
}

.product-prev {
    left: -56px
}

.product-next {
    right: -56px
}

.product-prev,
.product-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--gold);
    box-shadow: 0 9px 24px rgba(50, 33, 10, .14)
}

.product-prev:after,
.product-next:after {
    font-size: 17px;
    font-weight: 800
}

.reels-section .heading>p {
    color: #fff !important
}

.testimonial-swiper .swiper-wrapper {
    align-items: stretch
}

.testimonial-swiper .swiper-slide {
    height: auto
}

.testimonial-card {
    height: 100%
}

.testimonial-prev:after,
.testimonial-next:after {
    font-size: 13px;
    font-weight: 900
}

.testimonial-prev,
.testimonial-next {
    width: 38px;
    height: 38px
}

.footer-grid .brand {
    background: transparent !important
}

.footer-grid .brand img {
    content: url('../images/logo.png');
    background: transparent !important;
    filter: none;
    mix-blend-mode: normal
}

.copy {
    font-size: 14px
}

@media(min-width:1200px) {
    .navbar .container-fluid {
        display: grid;
        grid-template-columns: minmax(230px, 1fr) minmax(700px, auto) minmax(230px, 1fr);
        align-items: start
    }

    .navbar-collapse {
        display: contents !important
    }

    .navbar-nav {
        grid-column: 2
    }

    .nav-actions {
        grid-column: 3;
        grid-row: 1;
        justify-self: end
    }

    .brand {
        grid-column: 1;
        grid-row: 1
    }
}

@media(max-width:1199px) {

    .navbar-nav,
    .nav-actions {
        transform: none
    }

    .nav-actions {
        justify-content: flex-start;
        margin-top: 10px
    }

    .hero-prev,
    .hero-next {
        margin: 0 12px
    }

    .product-prev {
        left: 4px
    }

    .product-next {
        right: 4px
    }
}

@media(max-width:600px) {
    .topbar {
        font-size: 10px
    }

    .hero-prev,
    .hero-next {
        width: 40px;
        height: 40px;
        margin: 0 7px
    }

    .hero-prev .carousel-control-prev-icon,
    .hero-next .carousel-control-next-icon {
        width: 16px;
        height: 16px
    }

    .copy {
        font-size: 12px
    }
}

/* Strict desktop header alignment */
.nav-link {
    white-space: nowrap !important
}

.navbar-nav {
    flex-wrap: nowrap !important
}

@media(min-width:1200px) {
    .navbar .container-fluid {
        display: block !important;
        position: relative;
        min-height: 60px
    }

    .navbar .brand {
        position: absolute;
        left: 3%;
        top: 0;
        z-index: 2
    }

    .navbar-collapse {
        display: contents !important
    }

    .navbar-nav {
        position: absolute;
        left: 50%;
        top: 22px;
        transform: translate(-50%, -7px) !important;
        width: max-content;
        margin: 0 !important;
        display: flex !important;
        justify-content: center;
        align-items: center
    }

    .navbar-nav .nav-link {
        padding-left: 7px !important;
        padding-right: 7px !important
    }

    .nav-actions {
        position: absolute;
        right: 3%;
        top: 22px;
        transform: translateY(-7px) !important;
        justify-content: flex-end;
        z-index: 2
    }

    .navbar.scrolled .navbar-nav,
    .navbar.scrolled .nav-actions {
        top: 20px
    }
}

/* Premium practical journey */
.journey {
    padding: 0 !important;
    background: #f7f2e7 !important;
    overflow: hidden
}

.journey-shell {
    padding: 80px 6% 0;
    position: relative;
    background: radial-gradient(circle at 12% 0, rgba(216, 180, 105, .24), transparent 28%), linear-gradient(135deg, #f8f3e9 0%, #fffdf8 55%, #edf1e6 100%)
}

.journey-shell:before {
    content: '';
    position: absolute;
    right: -90px;
    top: -100px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(196, 143, 44, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(196, 143, 44, .05), 0 0 0 90px rgba(196, 143, 44, .025)
}

.journey-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 60px;
    max-width: 1320px;
    margin: 0 auto 52px
}

.journey-intro em {
    display: block;
    color: var(--gold);
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    margin-bottom: 8px
}

.journey-intro h2 {
    font-size: 48px;
    line-height: 1;
    margin: 0
}

.journey-intro>p {
    font-size: 16px;
    line-height: 1.8;
    color: #625e55;
    max-width: 560px;
    margin: 0 0 4px
}

.journey-track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    max-width: 1320px;
    margin: auto
}

.journey-track:before {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    top: 67px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold) 8%, var(--gold) 92%, transparent);
    z-index: 0
}

.journey-card {
    position: relative;
    z-index: 1;
    min-height: 310px;
    padding: 24px 20px 28px;
    text-align: left;
    border: 1px solid rgba(194, 146, 56, .22);
    border-radius: 16px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 18px 45px rgba(54, 41, 17, .08);
    transition: .3s
}

.journey-card:hover {
    transform: translateY(-8px);
    background: #fff;
    box-shadow: 0 24px 55px rgba(54, 41, 17, .14)
}

.step-number {
    position: absolute;
    right: 18px;
    top: 13px;
    font: 700 30px var(--serif);
    color: rgba(197, 144, 44, .22)
}

.journey-icon {
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-bottom: 25px;
    background: var(--green);
    border: 8px solid #f9f5eb;
    color: #e7bb61;
    box-shadow: 0 0 0 1px rgba(197, 144, 44, .42)
}

.journey-icon i {
    font-size: 30px
}

.journey-card small {
    display: block;
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 5px
}

.journey-card h3 {
    font: 700 22px var(--serif);
    margin: 0 0 10px;
    color: var(--green)
}

.journey-card p {
    font-size: 13px;
    line-height: 1.65;
    color: #68645c;
    margin: 0
}

.journey-assurance {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
    margin: 55px -6.8% 0;
    padding: 23px 6%;
    background: var(--green);
    color: #fff
}

.journey-assurance span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    white-space: nowrap
}

.journey-assurance span i {
    color: #e4b85e;
    font-size: 18px
}

.journey-link {
    margin-left: auto;
    padding-bottom: 2px;
    color: #e8bd66;
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    font-weight: 700
}

.journey-link:hover {
    color: #fff
}

@media(max-width:1100px) {
    .journey-track {
        grid-template-columns: repeat(3, 1fr)
    }

    .journey-track:before {
        display: none
    }

    .journey-card:nth-child(4),
    .journey-card:nth-child(5) {
        transform: none
    }

    .journey-assurance {
        justify-content: flex-start
    }

    .journey-link {
        margin-left: 0
    }
}

@media(max-width:700px) {
    .journey-shell {
        padding: 58px 20px 0
    }

    .journey-intro {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 32px
    }

    .journey-intro h2 {
        font-size: 38px
    }

    .journey-intro>p {
        font-size: 14px
    }

    .journey-track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 4px 2px 20px
    }

    .journey-card {
        min-width: 285px;
        scroll-snap-align: start
    }

    .journey-assurance {
        margin: 35px -20px 0;
        padding: 25px 20px;
        display: grid;
        grid-template-columns: 1fr
    }

    .journey-link {
        margin-top: 5px;
        width: max-content
    }
}/* Balanced footer columns */
footer{padding-top:48px}.footer-grid{grid-template-columns:1.6fr repeat(5,1fr);align-items:stretch;gap:0;max-width:1440px;margin:auto;padding:0 4%}.footer-grid>div{min-height:270px;padding:6px 24px;border-left:1px solid rgba(255,255,255,.13)}.footer-grid>div:first-child{border-left:0;padding-left:0;padding-right:34px}.footer-grid .brand{display:block;width:145px;height:115px;margin:0 0 14px;overflow:hidden}.footer-grid .brand img{width:145px!important;height:145px!important;object-fit:contain;transform:translateY(-15px);filter:none!important}.footer-grid p{max-width:300px;font-size:13px;line-height:1.65;margin:0 0 16px}.footer-grid h3{margin:7px 0 20px;font-size:17px}.footer-grid>div>a:not(.brand){font-size:12px;line-height:1.45;margin:10px 0}.social-links{margin-top:14px}.social-links a{width:36px;height:36px!important}.copy{margin-top:35px}
@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(3,1fr);row-gap:35px}.footer-grid>div{min-height:230px}.footer-grid>div:first-child{grid-column:auto}.footer-grid>div:nth-child(4){border-left:0}}@media(max-width:650px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:0}.footer-grid>div{min-height:auto;padding:24px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-grid>div:first-child{grid-column:1/-1;padding:0 0 28px;border-bottom:1px solid rgba(255,255,255,.15)}.footer-grid>div:nth-child(even){border-left:0}.footer-grid .brand{width:130px;height:105px}.footer-grid .brand img{width:130px!important;height:130px!important}.footer-grid p{max-width:100%}}
/* Footer content balance without borders */
.footer-grid{grid-template-columns:1.35fr repeat(5,1fr);gap:34px;align-items:start}.footer-grid>div,.footer-grid>div:first-child{min-height:0!important;height:auto!important;border:0!important;padding:0!important}.footer-grid .brand{width:125px;height:98px;margin-bottom:12px}.footer-grid .brand img{width:125px!important;height:125px!important;transform:translateY(-14px)}.footer-grid p{max-width:245px;font-size:12px;line-height:1.6;margin-bottom:14px}.footer-grid h3{margin-top:5px}.copy{margin-top:42px}
@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(3,1fr);gap:32px}.footer-grid>div{min-height:0!important}}@media(max-width:650px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:28px 20px}.footer-grid>div,.footer-grid>div:first-child{border:0!important;padding:0!important}.footer-grid>div:first-child{grid-column:1/-1}}

/* Database-backed homepage product cards */
.favourites img.product-img{display:block;width:100%;height:290px;object-fit:cover;background:#f7f1e5}
.favourites .wishlist-form{position:absolute;right:23px;top:23px;z-index:6;margin:0}
.favourites .wishlist-form .wish{position:static;display:grid;place-items:center}
.favourites .product-actions{display:flex;align-items:stretch;gap:8px;margin-top:14px}
.favourites .product-actions form{margin:0;display:flex}
.favourites .product-actions .btn{height:100%}

/* Four collection cards and edge-to-edge journal imagery */
#shop{padding-inline:3%;width:100%}#shop .categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;width:100%;max-width:none}.categories .category{padding:0 0 18px;border:0;border-radius:20px;background:#fff;box-shadow:0 16px 44px rgba(58,40,15,.11)}.categories .category .photo{height:310px;border-radius:20px 20px 0 0;background-size:cover;background-repeat:no-repeat;background-color:#f5eee2}.categories .category h3{font-size:22px;margin:18px 14px 2px}.journal article{padding:0 0 22px}.journal article>a:first-child{display:block;margin:0!important}.journal article>a:first-child .photo{width:100%;margin:0;border-radius:0}.journal article>small,.journal article>p,.journal article>a:not(:first-child){margin-left:20px;margin-right:20px}.journal article>a:not(:first-child) h3{margin-left:0;margin-right:0}.journal article>p{padding:0;margin-top:10px;margin-bottom:14px}
@media(max-width:1000px){#shop .categories{grid-template-columns:repeat(2,1fr)}.categories .category .photo{height:280px}}
@media(max-width:560px){#shop .categories{grid-template-columns:1fr}.categories .category .photo{height:300px}}

/* Shared storefront navigation rhythm and action feedback */
@media(min-width:1200px){.navbar-nav{gap:14px}.navbar-nav .nav-link{font-size:14px;padding:8px 4px!important;line-height:1.2}}
.home-flash{position:fixed;z-index:1100;top:118px;left:50%;transform:translateX(-50%);width:min(560px,calc(100% - 30px));box-shadow:0 12px 35px rgba(0,0,0,.16)}

/* Database-managed left/right announcement content */
.topbar{justify-content:space-between;gap:30px;padding:0 4%;text-align:left}.topbar-left,.topbar-right{display:block;white-space:nowrap}.topbar-right{text-align:right}
@media(max-width:600px){.topbar{height:auto;min-height:34px;padding:7px 14px;gap:12px;line-height:1.25}.topbar span{display:block}.topbar-left,.topbar-right{white-space:normal;flex:1}.topbar-right{text-align:right}}


/* Premium homepage rating, wishlist and inline action feedback */
.favourites .product-rating{display:flex;align-items:center;gap:3px;min-height:24px;color:var(--gold);font-size:15px;letter-spacing:0}.favourites .product-rating small{margin-left:7px;color:#766e61;font-size:12px;letter-spacing:0}.favourites .wishlist-form{right:15px;top:15px}.favourites .wishlist-form .wish{width:46px;height:46px;border:1px solid rgba(201,154,46,.32);border-radius:50%;background:rgba(255,255,255,.94);color:var(--green);font-size:21px;box-shadow:0 10px 25px rgba(38,28,14,.16);backdrop-filter:blur(8px);transition:transform .2s,background .2s,color .2s,box-shadow .2s}.favourites .wishlist-form .wish:hover{transform:translateY(-2px) scale(1.04);background:var(--green);color:#fff;box-shadow:0 14px 28px rgba(23,61,42,.25)}.favourites .wishlist-form .wish.is-active{background:linear-gradient(135deg,#8b173e,#b62b54);border-color:#8b173e;color:#fff;box-shadow:0 12px 28px rgba(139,23,62,.3)}.favourites .wishlist-form .wish:disabled,.favourites .product-actions button:disabled{cursor:wait;opacity:.72}.favourites .is-loading i{animation:home-action-pulse .7s infinite alternate}.home-action-toast{position:fixed;left:50%;bottom:28px;z-index:1200;max-width:min(420px,calc(100% - 32px));padding:13px 22px;border-radius:30px;background:var(--green);color:#fff;font-size:14px;font-weight:700;box-shadow:0 16px 40px rgba(18,52,36,.28);opacity:0;transform:translate(-50%,18px);pointer-events:none;transition:.25s}.home-action-toast.show{opacity:1;transform:translate(-50%,0)}.home-action-toast.info{background:#9a6d19}.home-action-toast.error{background:#9b2638}@keyframes home-action-pulse{to{transform:scale(1.18)}}


/* More navigation menu and header alignment */
.topbar{color:#fff}
.more-menu .dropdown-menu{margin-top:0;border:1px solid rgba(200,146,45,.25);border-radius:12px;padding:9px;min-width:180px;box-shadow:0 16px 40px rgba(35,25,10,.14)}
.more-menu .dropdown-item{border-radius:8px;padding:10px 13px;font-size:13px;font-weight:700;text-transform:none}
.more-menu .dropdown-item:hover{background:#f7eedc;color:var(--gold)}
@media(min-width:1200px){.more-menu:hover>.dropdown-menu{display:block}.navbar .brand{left:9%}}

/* Language selector and final navigation order */
.language-menu{position:relative;align-self:stretch;display:flex;align-items:center;z-index:1200}
.language-toggle{display:flex;align-items:center;gap:6px;color:#fff!important;font-size:13px;font-weight:700;white-space:nowrap}
.language-toggle i{font-size:10px}
.language-dropdown{display:none;position:absolute;right:0;top:100%;min-width:145px;padding:8px;background:#fff;color:var(--ink);border:1px solid rgba(200,146,45,.3);border-radius:10px;box-shadow:0 14px 34px rgba(40,28,10,.16)}
.language-dropdown a{display:block;padding:9px 12px;border-radius:7px;font-size:13px;font-weight:700;color:var(--ink)}
.language-dropdown a:hover{background:#f7eedc;color:var(--gold)}
.language-menu:hover .language-dropdown,.language-menu:focus-within .language-dropdown{display:block}

/* Header logo left alignment */
@media(min-width:1200px){.navbar .brand{left:3%!important}}

/* Core Brand Promise */
.core-promise{padding:88px 5%;background:linear-gradient(145deg,#fffdf8,#f6ecda);overflow:hidden}
.core-shell,.model-shell{max-width:1440px;margin:auto}
.core-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end;margin-bottom:46px}
.core-heading em,.model-heading em{display:block;color:var(--gold);font-size:14px;font-style:normal;font-weight:800;letter-spacing:2px;text-transform:uppercase}
.core-heading h2,.model-heading h2{font:700 clamp(42px,5vw,68px)/.92 var(--serif);text-transform:uppercase;color:var(--green);margin:10px 0 0}
.core-heading p{font-size:16px;line-height:1.8;margin:0 0 18px}
.core-text-link{font-size:14px;font-weight:800;color:var(--green);border-bottom:1px solid var(--gold);padding-bottom:5px}
.core-pillars{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #dfc998;border-radius:24px;overflow:hidden;background:#fff}
.core-pillar{position:relative;min-height:330px;padding:34px 27px;display:flex;flex-direction:column;border-right:1px solid #eadcc2;transition:.3s}
.core-pillar:last-child{border-right:0}
.core-pillar:hover{background:linear-gradient(155deg,#173d2a,#28583d);color:#fff;transform:translateY(-4px)}
.core-pillar>.bi{font-size:35px;color:var(--gold);margin:34px 0 22px}
.core-index{position:absolute;right:24px;top:22px;font:700 15px var(--serif);color:#bca981}
.core-pillar h3{font:700 29px var(--serif);text-transform:uppercase;margin:0 0 12px}
.core-pillar p{font-size:13px;line-height:1.7;margin:0 0 22px}
.core-pillar b{margin-top:auto;font-size:12px;color:var(--gold);text-transform:uppercase;letter-spacing:1px}

/* The Gharana Model */
.gharana-model{padding:95px 5%;background:linear-gradient(135deg,#102f20,#1f5037);color:#fff;overflow:hidden}
.model-heading{text-align:center;max-width:900px;margin:0 auto 52px}
.model-heading h2{color:#fff}
.model-heading p{max-width:680px;margin:20px auto 0;font-size:16px;line-height:1.8;color:#e8eee9}
.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.model-step{position:relative;min-height:250px;padding:30px 26px;border:1px solid rgba(226,179,84,.28);border-radius:18px;background:rgba(255,255,255,.055);transition:.25s}
.model-step:hover{background:rgba(255,255,255,.11);transform:translateY(-5px)}
.model-step span{font:700 16px var(--serif);color:#e2b354}
.model-step>.bi{position:absolute;right:25px;top:25px;font-size:25px;color:#e2b354}
.model-step h3{font:700 29px var(--serif);text-transform:uppercase;margin:34px 0 10px}
.model-step p{font-size:13px;line-height:1.7;color:#e6ece8;margin:0}
.master-formula{margin-top:28px;padding:30px 34px;display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;border-radius:18px;background:#f3dfb1;color:var(--green)}
.master-formula small{font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}
.master-formula strong{font:700 18px/1.5 var(--serif);letter-spacing:.4px}
.master-formula a{font-size:13px;font-weight:800;white-space:nowrap}

@media(max-width:1100px){.core-pillars{grid-template-columns:repeat(2,1fr)}.core-pillar{border-bottom:1px solid #eadcc2}.model-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.core-promise,.gharana-model{padding:60px 20px}.core-heading{grid-template-columns:1fr;gap:22px}.core-pillars,.model-grid{grid-template-columns:1fr}.core-pillar{min-height:260px;border-right:0}.master-formula{grid-template-columns:1fr;gap:14px}.master-formula strong{font-size:16px}}

/* The Gharana Circle signature visual */
.gharana-circle-section{padding:95px 5% 105px;background:radial-gradient(circle at 50% 54%,#fff 0,#fffaf0 34%,#f2e5cb 100%);overflow:hidden}
.circle-section-heading{text-align:center;max-width:850px;margin:0 auto 34px}
.circle-section-heading em{display:block;color:var(--gold);font-size:14px;font-style:normal;font-weight:800;letter-spacing:2.5px;text-transform:uppercase}
.circle-section-heading h2{font:700 clamp(42px,5vw,68px)/.95 var(--serif);text-transform:uppercase;color:var(--green);margin:11px 0 16px}
.circle-section-heading p{max-width:720px;margin:auto;font-size:15px;line-height:1.8;color:#625b50}
.gharana-orbit{position:relative;width:min(820px,78vw);aspect-ratio:1;margin:18px auto 12px}
.orbit-rings,.orbit-rings span{position:absolute;inset:0;border-radius:50%}
.orbit-rings{inset:8%;border:1px solid rgba(200,146,45,.44);background:conic-gradient(from -18deg,transparent 0 8%,rgba(200,146,45,.2) 8.4% 9%,transparent 9.4% 18%,rgba(23,61,42,.14) 18.4% 19%,transparent 19.4% 100%)}
.orbit-rings:before,.orbit-rings:after{content:"";position:absolute;border-radius:50%;inset:10%;border:1px dashed rgba(23,61,42,.18)}
.orbit-rings:after{inset:21%;border-style:solid;border-color:rgba(200,146,45,.18)}
.orbit-rings span:nth-child(1){inset:4%;border-top:3px solid var(--gold);transform:rotate(24deg)}
.orbit-rings span:nth-child(2){inset:4%;border-right:3px solid var(--green);transform:rotate(82deg)}
.orbit-rings span:nth-child(3){inset:4%;border-bottom:3px solid var(--gold);transform:rotate(142deg)}
.orbit-rings span:after{content:"";position:absolute;top:7%;right:11%;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid var(--gold);transform:rotate(33deg)}
.orbit-center{position:absolute;left:50%;top:50%;width:270px;height:270px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:50%;background:linear-gradient(145deg,#143925,#24563b);color:#fff;border:8px solid #fff8e9;box-shadow:0 22px 60px rgba(23,61,42,.26),0 0 0 1px #d1a64e}
.orbit-center img{width:105px;height:78px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:4px}
.orbit-center://{display:none}
.orbit-center填{display:none}
.orbit-center small{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#e2b354}
.orbit-center strong{max-width:190px;font:700 25px/1 var(--serif);text-transform:uppercase;margin-top:7px}
.orbit-node{position:absolute;left:50%;top:50%;width:155px;min-height:76px;transform:translate(-50%,-50%) rotate(calc(var(--i)*36deg - 90deg)) translateX(clamp(270px,34vw,350px)) rotate(calc(var(--i)*-36deg + 90deg));display:flex;align-items:center;justify-content:center;padding:14px;text-align:center;border-radius:50px;background:#fff;color:var(--green);border:1px solid #d9bc7d;box-shadow:0 10px 26px rgba(48,34,12,.11);font-size:12px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;z-index:2;transition:.25s}
.orbit-node:hover{background:var(--green);color:#fff;border-color:var(--green);transform:translate(-50%,-50%) rotate(calc(var(--i)*36deg - 90deg)) translateX(clamp(270px,34vw,350px)) rotate(calc(var(--i)*-36deg + 90deg)) scale(1.07)}
.orbit-node i{position:absolute;right:-13px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:#fff;font-size:14px;transform:rotate(-90deg)}
.circle-signature-note{max-width:760px;margin:18px auto 0;text-align:center;font:600 18px/1.65 var(--serif);color:#4d493f}

@media(max-width:900px){.gharana-orbit{width:700px}.orbit-node{transform:translate(-50%,-50%) rotate(calc(var(--i)*36deg - 90deg)) translateX(285px) rotate(calc(var(--i)*-36deg + 90deg))}.orbit-node:hover{transform:translate(-50%,-50%) rotate(calc(var(--i)*36deg - 90deg)) translateX(285px) rotate(calc(var(--i)*-36deg + 90deg)) scale(1.04)}}
@media(max-width:700px){.gharana-circle-section{padding:62px 20px}.gharana-orbit{width:100%;aspect-ratio:auto;display:flex;flex-direction:column;gap:10px;margin-top:34px}.orbit-rings{display:none}.orbit-center{position:relative;left:auto;top:auto;width:220px;height:220px;transform:none;margin:0 auto 20px}.orbit-node{position:relative;left:auto;top:auto;width:100%;min-height:58px;transform:none!important;border-radius:14px;justify-content:flex-start;padding-left:22px}.orbit-node i{right:18px;transform:none}.circle-signature-note{font-size:17px;margin-top:28px}}

/* Compact Gharana Circle */
@media(min-width:701px){
.gharana-circle-section{padding-top:70px;padding-bottom:72px}
.circle-section-heading{margin-bottom:12px}
.gharana-orbit{width:620px!important;height:620px;aspect-ratio:1;margin:8px auto}
.orbit-rings{inset:7%;border-color:rgba(23,61,42,.7);border-width:2px;background:none}
.orbit-rings:before{inset:13%;border-color:rgba(200,146,45,.28)}
.orbit-rings:after{inset:26%;border-color:rgba(23,61,42,.12)}
.orbit-rings span{display:none}
.orbit-center{width:220px;height:220px}
.orbit-center img{width:88px;height:64px}
.orbit-center strong{font-size:22px}
.orbit-node{width:96px;height:96px;min-height:96px;padding:10px;border-radius:50%;border:2px solid #b98a2e;box-shadow:0 7px 18px rgba(35,27,12,.12);font-size:10px;line-height:1.25;letter-spacing:.35px;transform:translate(-50%,-50%) rotate(calc(var(--i)*36deg - 90deg)) translateX(266px) rotate(calc(var(--i)*-36deg + 90deg))!important}
.orbit-node:hover{transform:translate(-50%,-50%) rotate(calc(var(--i)*36deg - 90deg)) translateX(266px) rotate(calc(var(--i)*-36deg + 90deg)) scale(1.06)!important}
.orbit-node i{display:none!important}
.circle-signature-note{margin-top:6px}
}

/* Hero supporting CTA */
.hero-supporting-cta{display:inline-flex;align-items:center;gap:8px;margin-left:15px;padding:11px 3px 8px;border-bottom:1px solid var(--gold);color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.4px}
.hero-supporting-cta:hover{color:var(--gold)}
@media(max-width:650px){.hero-supporting-cta{display:flex;width:max-content;margin:13px 0 0}}

/* Preserve intentional hero headline line breaks */
.hero h1{white-space:pre-line}

/* Compact Gharana Model cards with stronger icons */
.model-step{min-height:205px;padding:24px 23px}
.model-step>.bi{right:22px;top:20px;font-size:36px}
.model-step h3{margin:24px 0 8px}
@media(max-width:700px){.model-step{min-height:185px}.model-step>.bi{font-size:32px}}

/* Compact all-category Shop Mithila carousel */
#shop{overflow:hidden;padding-inline:4%}
.category-swiper{position:relative;width:100%;padding:4px 48px 42px;overflow:hidden}
#shop .category-swiper .categories{display:flex!important;gap:0!important;width:auto!important;max-width:none}
.category-swiper .swiper-slide{height:auto}
.category-swiper .category{display:block;height:100%;padding:0 0 12px;border:1px solid rgba(224,202,158,.75);border-radius:14px;background:#fff;box-shadow:none!important;overflow:hidden}
.category-swiper .category:hover{transform:translateY(-3px);border-color:var(--gold)}
.category-swiper .category .photo{height:155px!important;border-radius:14px 14px 0 0;background-size:cover!important;background-position:center!important;margin:0}
.category-swiper .category h3{min-height:38px;margin:12px 8px 0;font-size:15px!important;line-height:1.15;display:flex;align-items:center;justify-content:center}
.category-prev,.category-next{top:46%;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--gold);color:var(--green);box-shadow:0 8px 20px rgba(48,34,12,.13)}
.category-prev{left:2px}.category-next{right:2px}
.category-prev:after,.category-next:after{font-size:12px;font-weight:900}
.category-prev:hover,.category-next:hover{background:var(--green);color:#fff;border-color:var(--green)}
@media(max-width:700px){.category-swiper{padding-left:38px;padding-right:38px}.category-swiper .category .photo{height:145px!important}.category-prev,.category-next{width:32px;height:32px}}

/* Discover Our World — 1000 × 600 image proportion */
.discover .tile .photo{width:100%;height:auto!important;aspect-ratio:5/3;background-size:cover;background-repeat:no-repeat}

/* Requested home proportion refinements */
.core-heading h2{font-size:50px;line-height:.96}
.circle-section-heading h2{font-size:50px;line-height:.96}
.journal .photo{height:190px;background-position:center}
@media(min-width:701px){.gharana-orbit{width:540px!important;height:540px}.orbit-rings{inset:7%}.orbit-center{width:184px;height:184px}.orbit-center img{width:76px;height:54px}.orbit-center strong{font-size:19px}.orbit-node{width:84px;height:84px;min-height:84px;font-size:9px;translate:none;transform:translate(-50%,-50%) rotate(calc(var(--i)*36deg - 90deg)) translateX(230px) rotate(calc(var(--i)*-36deg + 90deg))!important}.orbit-node:hover{transform:translate(-50%,-50%) rotate(calc(var(--i)*36deg - 90deg)) translateX(230px) rotate(calc(var(--i)*-36deg + 90deg)) scale(1.05)!important}}
@media(max-width:700px){.core-heading h2,.circle-section-heading h2{font-size:clamp(34px,10vw,44px)}.journal .photo{height:180px}}
/* Hero heading 50px cap */
.hero h1{font-size:50px;line-height:1}
@media(max-width:650px){.hero h1{font-size:clamp(36px,11vw,44px)}}