        :root {
            --hc-primary: #2c1810;
            --hc-light: #f7f1eb;
            --hc-text: #3e2b23;
        }

        body {
            font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
            color: var(--hc-text);
            background-color: #fff;
        }

        .text-hc {
            color: var(--hc-primary) !important;
        }

        .bg-hc {
            background-color: var(--hc-primary) !important;
        }

        .navbar {
            box-shadow: 0 2px 15px rgba(44, 24, 16, 0.08);
        }

        .navbar-logo {
            height: 40px;
            width: auto;
            max-width: 150px;
            object-fit: contain;
            display: block;
        }

        .search-dropdown {
            position: fixed;
            top: 78px;
            left: 50%;
            transform: translateX(-50%);
            width: min(920px, calc(100% - 24px));
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 16px 35px rgba(44, 24, 16, 0.22);
            z-index: 1060;
            padding: 1.25rem 1.4rem 1.3rem;
            border: 1px solid #e4d5c7;
            display: none;
        }

        .search-row {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }

        .search-icon {
            color: #9a6d3d;
            font-size: 1.7rem;
        }

        .search-input {
            flex: 1;
            border: 2px solid #986d42;
            border-radius: 0;
            height: 50px;
            font-size: 2rem;
            color: #6d4a2f;
        }

        .search-input::placeholder {
            color: #aaa39c;
        }

        .search-input:focus {
            border-color: #7b512a;
            box-shadow: none;
        }

        .search-close {
            border: 0;
            background: transparent;
            color: #9a8673;
            font-size: 2rem;
            line-height: 1;
            padding: 0;
        }

        .search-divider {
            border-color: #e5dbd1;
            margin: 1rem 0 0.95rem;
        }

        .popular-title {
            color: #8f8377;
            margin-bottom: 0.7rem;
        }

        .search-chip {
            display: inline-block;
            background: #efebe6;
            color: #8e7b67;
            text-decoration: none;
            border-radius: 999px;
            padding: 0.35rem 0.8rem;
            margin-right: 0.45rem;
            margin-bottom: 0.3rem;
        }

        .search-chip:hover {
            background: #e5ddd4;
            color: #6b5136;
        }

        .story-hero {
            background: #f2efe8;
            text-align: center;
            padding: 4.2rem 0 4.8rem;
        }

        .story-tag {
            color: #8d5b2f;
            font-family: "Great Vibes", cursive;
            font-size: 2.45rem;
            letter-spacing: 0.03rem;
            margin-bottom: 0.45rem;
            line-height: 1;
        }

        .story-title {
            color: #3a2414;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-weight: 600;
            font-size: 3.2rem;
            margin-bottom: 1.35rem;
            line-height: 1.08;
            letter-spacing: 0.01rem;
        }

        .story-intro {
            color: #7a5b43;
            font-size: 1.15rem;
            font-weight: 400;
            max-width: 980px;
            margin: 0 auto;
            line-height: 1.55;
        }

        .mission-wrap {
            background: #f6f6f8;
            padding: 5rem 0;
        }

        .mission-image {
            width: 100%;
            border-radius: 18px;
            object-fit: cover;
            height: 420px;
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
        }

        .mission-title {
            color: #2f1a10;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 2.15rem;
            font-weight: 600;
            margin-bottom: 1.2rem;
        }

        .mission-text {
            color: #6e5643;
            font-size: 1.06rem;
            font-weight: 400;
            line-height: 1.65;
            margin-bottom: 1.15rem;
        }

        .mission-btn {
            background: #95612f;
            border: 0;
            border-radius: 8px;
            color: #fff;
            padding: 0.8rem 1.45rem;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            transition: transform 0.25s ease;
        }

        .mission-btn:hover {
            color: #fff;
            transform: translateY(-2px);
        }

        .about-stats {
            background: #93612f;
            padding: 2.9rem 0;
        }

        .stat-item {
            text-align: center;
            color: #fff;
            padding: 0.25rem 0;
        }

        .stat-number {
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 2.35rem;
            font-weight: 600;
            letter-spacing: 0.01rem;
            line-height: 1;
            margin-bottom: 0.42rem;
        }

        .stat-label {
            font-size: 0.9rem;
            font-weight: 500;
            letter-spacing: 0.06rem;
            text-transform: uppercase;
            color: #f4e6d9;
        }

        .values-section {
            background: #f2efe8;
            padding: 5.5rem 0;
        }

        .values-title {
            color: #2f1a10;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 3.15rem;
            margin-bottom: 0.7rem;
            text-align: center;
            letter-spacing: 0.01rem;
        }

        .values-subtitle {
            color: #7d624a;
            font-size: 1.08rem;
            max-width: 700px;
            margin: 0 auto 3rem;
            text-align: center;
            line-height: 1.6;
        }

        .value-card {
            background: #f8f8f8;
            border-radius: 18px;
            border: 1px solid #ece7df;
            padding: 2.1rem 1.3rem;
            text-align: center;
            height: 100%;
            transition: transform 0.28s ease, box-shadow 0.28s ease;
        }

        .value-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 34px rgba(45, 28, 17, 0.12);
        }

        .value-icon {
            width: 68px;
            height: 68px;
            border-radius: 50%;
            background: #ece9e4;
            color: #93612f;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.7rem;
            margin-bottom: 1.1rem;
            box-shadow: inset 0 0 0 1px #ddd4c8;
        }

        .value-heading {
            color: #2f1a10;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 1.52rem;
            margin-bottom: 0.75rem;
            line-height: 1.25;
        }

        .value-text {
            color: #7b654f;
            font-size: 0.98rem;
            line-height: 1.65;
            margin: 0;
        }

        .team-section {
            background: #f6f6f8;
            padding: 5rem 0 4.6rem;
        }

        .team-title,
        .journey-title {
            color: #2f1a10;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 3rem;
            text-align: center;
            margin-bottom: 0.75rem;
        }

        .team-subtitle,
        .journey-subtitle {
            color: #7d624a;
            text-align: center;
            font-size: 1.08rem;
            line-height: 1.6;
            max-width: 760px;
            margin: 0 auto 2.7rem;
        }

        .team-card {
            text-align: center;
        }

        .team-photo {
            width: 128px;
            height: 128px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
            box-shadow: 0 10px 20px rgba(42, 25, 15, 0.14);
        }

        .team-name {
            color: #2f1a10;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 1.55rem;
            margin-bottom: 0.15rem;
        }

        .team-role {
            color: #7e6651;
            font-size: 1rem;
            margin: 0;
        }

        .founder-desk-card {
            background: linear-gradient(135deg, #5f0707 0%, #7a0909 55%, #4f0303 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 22px 40px rgba(45, 18, 18, 0.28);
            position: relative;
            border: 1px solid rgba(246, 198, 133, 0.3);
        }

        .founder-desk-card .row {
            align-items: flex-end !important;
        }

        .founder-desk-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 18% 25%, rgba(255, 196, 86, 0.18), transparent 45%),
                        radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.08), transparent 40%);
            pointer-events: none;
        }

        .founder-content {
            padding: 2.5rem 2.2rem;
            color: #fcebdc;
            position: relative;
            z-index: 1;
        }

        .founder-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            font-size: 0.78rem;
            text-transform: uppercase;
            letter-spacing: 0.18em;
            color: #f2d8bb;
            margin-bottom: 0.95rem;
            padding: 0.34rem 0.62rem;
            border: 1px solid rgba(255, 222, 190, 0.35);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.08);
        }

        .founder-main-title {
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 2.35rem;
            line-height: 1.12;
            color: #fff9ef;
            margin-bottom: 0.35rem;
            text-transform: uppercase;
            letter-spacing: 0.02em;
        }

        .founder-lead {
            color: #f4d7b6;
            font-size: 1.4rem;
            font-family: "Playfair Display", "Times New Roman", serif;
            margin-bottom: 1.35rem;
        }

        .founder-quote-mark {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffdfbf;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 219, 184, 0.4);
            margin-bottom: 0.95rem;
            font-size: 1rem;
        }

        .founder-section-title {
            color: #ffe6ca;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 1.3rem;
            margin: 1.05rem 0 0.35rem;
        }

        .founder-copy {
            color: #f8e8d9;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 0.7rem;
        }

        .founder-signoff {
            color: #f7d7b3;
            font-size: 1.05rem;
            margin: 1.35rem 0 0.15rem;
            font-style: italic;
        }

        .founder-name {
            color: #fff5e7;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 1.58rem;
            margin-bottom: 0.2rem;
            line-height: 1.2;
        }

        .founder-role {
            color: #f2d2b2;
            margin: 0;
            font-weight: 500;
        }

        .founder-image-col {
            height: 100%;
            min-height: 360px;
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            padding: 0;
            padding-bottom: 0 !important;
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
        }

        .founder-image {
            width: 100%;
            max-width: 370px;
            height: auto;
            object-fit: contain;
            display: block;
            margin-top: auto;
            margin-bottom: 0;
            border-radius: 18px;
            box-shadow: 0 28px 38px rgba(0, 0, 0, 0.28),
                        0 10px 18px rgba(0, 0, 0, 0.22),
                        inset -2px -2px 0 rgba(255, 255, 255, 0.35),
                        inset 2px 2px 0 rgba(0, 0, 0, 0.06);
            transform: perspective(900px) rotateX(2deg);
            transition: transform 0.35s ease, box-shadow 0.35s ease;
            position: relative;
            z-index: 2;
        }

        .founder-desk-card:hover .founder-image {
            transform: perspective(900px) rotateX(3deg);
            box-shadow: 0 34px 44px rgba(0, 0, 0, 0.32),
                        0 12px 22px rgba(0, 0, 0, 0.24),
                        inset -2px -2px 0 rgba(255, 255, 255, 0.4),
                        inset 2px 2px 0 rgba(0, 0, 0, 0.08);
        }

        .journey-section {
            background: #f2efe8;
            padding: 4.8rem 0 5rem;
        }

        .journey-actions {
            display: flex;
            justify-content: center;
            gap: 0.9rem;
            flex-wrap: wrap;
        }

        .journey-btn-primary {
            background: #95612f;
            color: #fff;
            border: 1px solid #95612f;
            padding: 0.72rem 1.5rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
        }

        .journey-btn-primary:hover {
            color: #fff;
        }

        .journey-btn-outline {
            background: transparent;
            color: #95612f;
            border: 1px solid #95612f;
            padding: 0.72rem 1.5rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
        }

        .journey-btn-outline:hover {
            color: #95612f;
        }

        .site-footer {
            background: #2b0f08;
            color: #f2e8df;
        }

        .footer-brand {
            font-size: 1.7rem;
            line-height: 1;
            color: #e6ae2f;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-style: italic;
        }

        .footer-brand-sub {
            color: #fff4e8;
            font-weight: 600;
            font-size: 1.7rem;
            font-style: normal;
            margin-left: 0.3rem;
        }

        .footer-text {
            color: #dac9bc;
            line-height: 1.45;
        }

        .footer-heading {
            color: #fff4ea;
            font-size: 1.55rem;
            margin-bottom: 1rem;
            font-family: "Playfair Display", "Times New Roman", serif;
        }

        .footer-link {
            color: #e8d8cc;
            text-decoration: none;
            display: block;
            margin-bottom: 0.7rem;
        }

        .footer-link:hover {
            color: #ffffff;
        }

        .social-pill {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.12);
            color: #f9efe7;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            margin-right: 0.4rem;
        }

        .social-pill:hover {
            background: rgba(255, 255, 255, 0.22);
            color: #fff;
        }

        .footer-divider {
            border-color: rgba(255, 255, 255, 0.13);
            margin: 2.2rem 0;
        }

        .newsletter-title {
            color: #fff4ea;
            font-family: "Times New Roman", serif;
            font-size: 2rem;
        }

        .newsletter-input {
            border: 0;
            border-radius: 0.8rem;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            padding: 0.9rem 1rem;
        }

        .newsletter-input::placeholder {
            color: #b8a79b;
        }

        .newsletter-input:focus {
            box-shadow: none;
            background: rgba(255, 255, 255, 0.14);
            color: #fff;
        }

        .btn-newsletter {
            background: #d6a825;
            border: 0;
            color: #2c1810;
            border-radius: 0.8rem;
            padding: 0.9rem 1.5rem;
            font-weight: 600;
        }

        .btn-newsletter:hover {
            background: #c79617;
            color: #2c1810;
        }

        .footer-logo {
            width: min(300px, 100%);
            height: auto;
            max-width: 100%;
            object-fit: contain;
            display: block;
        }

        .payment-chip {
            width: 32px;
            height: 20px;
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.3);
            display: inline-block;
            margin-left: 0.7rem;
        }

        .payment-brand-icon {
            font-size: 1.8rem;
            color: #d9c9be;
            margin-left: 0.55rem;
            line-height: 1;
        }

        .payment-upi-icon {
            width: 34px;
            height: 22px;
            margin-left: 0.55rem;
            border-radius: 4px;
            object-fit: contain;
            background: #fff;
            padding: 2px;
        }

        .payment-logo-badge {
            width: 34px;
            height: 22px;
            margin-left: 0.55rem;
            border-radius: 4px;
            object-fit: contain;
            background: #fff;
            padding: 1px;
        }

        .copyright-text {
            color: #ccb8aa;
        }

        @media (max-width: 768px) {
            .search-dropdown {
                top: 70px;
                padding: 1rem;
            }

            .search-input {
                height: 44px;
                font-size: 1.7rem;
            }

            .navbar-logo {
                height: 30px;
                max-width: 100px;
            }

            .footer-logo {
                height: 72px;
            }

            .story-tag {
                font-size: 2rem;
            }

            .story-title {
                font-size: 2.1rem;
            }

            .story-intro,
            .mission-text {
                font-size: 1.05rem;
            }

            .mission-title {
                font-size: 2.1rem;
            }

            .mission-image {
                height: 300px;
            }

            .stat-number {
                font-size: 1.75rem;
            }

            .stat-label {
                font-size: 0.78rem;
            }

            .values-title {
                font-size: 2.2rem;
            }

            .values-subtitle {
                font-size: 1rem;
                margin-bottom: 2rem;
            }

            .value-card {
                padding: 1.75rem 1.05rem;
            }

            .value-heading {
                font-size: 1.3rem;
            }

            .value-text {
                font-size: 0.92rem;
            }

            .team-title,
            .journey-title {
                font-size: 2.1rem;
            }

            .team-subtitle,
            .journey-subtitle {
                font-size: 0.98rem;
                margin-bottom: 2rem;
            }

            .team-name {
                font-size: 1.25rem;
            }

            .team-role {
                font-size: 0.92rem;
            }

            .founder-content {
                padding: 1.7rem 1.2rem 1.5rem;
            }

            .founder-kicker {
                font-size: 0.68rem;
                letter-spacing: 0.14em;
            }

            .founder-main-title {
                font-size: 1.72rem;
            }

            .founder-lead {
                font-size: 1.12rem;
                margin-bottom: 1rem;
            }

            .founder-quote-mark {
                width: 38px;
                height: 38px;
                margin-bottom: 0.75rem;
            }

            .founder-section-title {
                font-size: 1.08rem;
            }

            .founder-copy {
                font-size: 0.93rem;
                line-height: 1.6;
            }

            .founder-name {
                font-size: 1.3rem;
            }

            .founder-image-col {
                min-height: 220px;
                justify-content: flex-end;
                padding: 0;
            }

            .founder-image {
                max-width: 250px;
            }
        }

/* Auto-extracted inline style attributes */
.inl-1 { color:#cdbcb0; }