        :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;
        }

        .contact-section {
            background: #f2efe8;
            padding: 3rem 0 4.5rem;
        }

        .contact-back {
            color: #7b6248;
            text-decoration: none;
            font-size: 1.1rem;
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            margin-bottom: 1.25rem;
        }

        .contact-back:hover {
            color: #5d472f;
        }

        .contact-heading {
            color: #2f1a10;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 2.45rem;
            text-align: center;
            margin-bottom: 0.8rem;
        }

        .contact-subtitle {
            color: #7d634b;
            text-align: center;
            font-size: 0.98rem;
            line-height: 1.55;
            max-width: 820px;
            margin: 0 auto 2.6rem;
        }

        .contact-info-card,
        .contact-form-card {
            background: #f8f8f8;
            border: 1px solid #e7e1d9;
            border-radius: 16px;
        }

        .contact-info-card {
            padding: 1.5rem 1.4rem;
            height: calc(100% - 0.5rem);
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .contact-icon {
            flex: 0 0 48px;
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: #ece9e4;
            color: #93612f;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            align-self: flex-start;
        }

        .contact-info-content {
            min-width: 0;
            flex: 1 1 auto;
        }

        .contact-info-text {
            color: #6f5a47;
            font-size: 1rem;
            line-height: 1.45;
            margin: 0;
        }

        .contact-form-card {
            padding: 1.8rem;
        }

        .contact-form-title {
            color: #2f1a10;
            font-family: "Playfair Display", "Times New Roman", serif;
            font-size: 1.95rem;
            margin-bottom: 1.1rem;
        }

        .contact-label {
            color: #2f1a10;
            font-size: 0.9rem;
            font-weight: 500;
            margin-bottom: 0.45rem;
        }

        .contact-input,
        .contact-select,
        .contact-textarea {
            border: 1px solid #d7cfc4;
            border-radius: 12px;
            background: #fff;
            color: #4c3a2d;
            font-size: 0.95rem;
            padding: 0.88rem 1rem;
        }

        .contact-input,
        .contact-select {
            min-height: 52px;
        }

        .contact-input:focus,
        .contact-select:focus,
        .contact-textarea:focus {
            border-color: #b59570;
            box-shadow: none;
        }

        .contact-textarea {
            min-height: 170px;
            resize: vertical;
        }

        .contact-input::placeholder,
        .contact-textarea::placeholder {
            color: #9c8a79;
        }

        .contact-submit {
            width: 100%;
            border: 0;
            border-radius: 12px;
            background: #95612f;
            color: #fff;
            font-weight: 600;
            font-size: 0.98rem;
            padding: 0.86rem 1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.55rem;
        }

        .contact-submit:hover {
            color: #fff;
            background: #7f5228;
        }

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

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

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

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

        .footer-heading {
            color: #fff4ea;
            font-size: 2rem;
            margin-bottom: 1rem;
            font-family: "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;
        }

        .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;
            }

            .contact-heading {
                font-size: 2rem;
            }

            .contact-subtitle {
                font-size: 0.92rem;
                margin-bottom: 2rem;
            }

            .contact-form-card {
                padding: 1.3rem;
            }

            .contact-form-title {
                font-size: 1.65rem;
            }
        }
    

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