/* ==========================================================================
   VINDHYA MILLETS - CONTACT PAGE BRAND REDESIGN
   Matches Reference Mockup (media_1788578700241.png)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap');

/* --- PAGE WRAPPER & ORGANIC BACKGROUND --- */
.contact-brand-page {
    position: relative;
    background-color: #faf7f2;
    background-image: 
        radial-gradient(circle at 6% 16%, rgba(245, 230, 205, 0.65) 0%, transparent 45%),
        radial-gradient(circle at 94% 84%, rgba(240, 222, 190, 0.55) 0%, transparent 45%),
        linear-gradient(180deg, #fcfaf5 0%, #f7f3eb 100%);
    color: #2b241d;
    padding: 24px 0 54px;
    overflow: hidden;
    min-height: calc(100vh - 100px);
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Left side wheat & botanical stalk */
.contact-brand-page::before {
    content: '';
    position: absolute;
    top: 40px;
    left: -20px;
    width: 200px;
    height: 560px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 260' fill='none' stroke='%23caa058' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' opacity='0.52'%3E%3Cpath d='M45 260 C 42 170 52 100 48 10'/%3E%3Cellipse cx='38' cy='28' rx='6' ry='16' transform='rotate(-25 38 28)' fill='%23e2be78' fill-opacity='0.75'/%3E%3Cellipse cx='56' cy='42' rx='6' ry='16' transform='rotate(25 56 42)' fill='%23e2be78' fill-opacity='0.75'/%3E%3Cellipse cx='36' cy='62' rx='6.5' ry='17' transform='rotate(-30 36 62)' fill='%23dfb86c' fill-opacity='0.8'/%3E%3Cellipse cx='58' cy='78' rx='6.5' ry='17' transform='rotate(30 58 78)' fill='%23dfb86c' fill-opacity='0.8'/%3E%3Cellipse cx='34' cy='102' rx='7' ry='18' transform='rotate(-28 34 102)' fill='%23d9ad5c' fill-opacity='0.85'/%3E%3Cellipse cx='60' cy='118' rx='7' ry='18' transform='rotate(28 60 118)' fill='%23d9ad5c' fill-opacity='0.85'/%3E%3Cellipse cx='36' cy='142' rx='6.5' ry='17' transform='rotate(-25 36 142)' fill='%23d9ad5c' fill-opacity='0.8'/%3E%3Cellipse cx='58' cy='158' rx='6.5' ry='17' transform='rotate(25 58 158)' fill='%23d9ad5c' fill-opacity='0.8'/%3E%3Cpath d='M25 180 C 15 150 10 120 18 90' stroke='%233a7d44' stroke-width='2' opacity='0.5'/%3E%3Cpath d='M18 90 C 25 105 30 135 25 180' fill='%2352935d' fill-opacity='0.4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

/* Right side wheat & botanical leaves */
.contact-brand-page::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: -20px;
    width: 220px;
    height: 580px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 260' fill='none' stroke='%23caa058' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' opacity='0.52'%3E%3Cpath d='M52 260 C 55 160 46 95 50 10'/%3E%3Cellipse cx='58' cy='28' rx='6' ry='16' transform='rotate(25 58 28)' fill='%23e2be78' fill-opacity='0.75'/%3E%3Cellipse cx='40' cy='42' rx='6' ry='16' transform='rotate(-25 40 42)' fill='%23e2be78' fill-opacity='0.75'/%3E%3Cellipse cx='62' cy='62' rx='6.5' ry='17' transform='rotate(30 62 62)' fill='%23dfb86c' fill-opacity='0.8'/%3E%3Cellipse cx='38' cy='78' rx='6.5' ry='17' transform='rotate(-30 38 78)' fill='%23dfb86c' fill-opacity='0.8'/%3E%3Cellipse cx='64' cy='102' rx='7' ry='18' transform='rotate(28 64 102)' fill='%23d9ad5c' fill-opacity='0.85'/%3E%3Cellipse cx='36' cy='118' rx='7' ry='18' transform='rotate(-28 36 118)' fill='%23d9ad5c' fill-opacity='0.85'/%3E%3Cellipse cx='62' cy='142' rx='6.5' ry='17' transform='rotate(25 62 142)' fill='%23d9ad5c' fill-opacity='0.8'/%3E%3Cellipse cx='38' cy='158' rx='6.5' ry='17' transform='rotate(-25 38 158)' fill='%23d9ad5c' fill-opacity='0.8'/%3E%3Cpath d='M75 190 C 85 160 90 125 82 95' stroke='%233a7d44' stroke-width='2' opacity='0.5'/%3E%3Cpath d='M82 95 C 75 110 70 145 75 190' fill='%2352935d' fill-opacity='0.4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

/* Main Container */
.contact-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 3;
}

/* --- TOP SECTION (HEADER + 4 QUICK CARDS + CURSIVE STAMP) --- */
.contact-top-row {
    display: grid;
    grid-template-columns: 0.95fr 1.85fr;
    gap: 32px;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 48px;
}

/* Left Title Area */
.contact-title-col {
    display: flex;
    flex-direction: column;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9f5b1d;
    margin-bottom: 8px;
}

.contact-eyebrow-icon {
    display: inline-flex;
    color: #b56c22;
}

.contact-heading {
    font-size: clamp(2.3rem, 3.6vw, 3.3rem);
    font-weight: 800;
    line-height: 1.12;
    color: #1a281c;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.c-hl-healthier {
    color: #1f4e2c;
}

.c-hl-tomorrow {
    color: #c4681c;
}

.contact-subheading {
    font-size: 0.94rem;
    line-height: 1.6;
    color: #5d675b;
    max-width: 470px;
    margin: 0;
}

/* Right Quick Cards & Cursive Stamp Area */
.contact-quick-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-end;
    position: relative;
}

.contact-quick-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.c-quick-card {
    background: #ffffff;
    border: 1.5px solid rgba(226, 217, 203, 0.75);
    border-radius: 20px;
    padding: 20px 16px;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    overflow: hidden;
    position: relative;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
    box-shadow: 0 8px 24px -4px rgba(45, 30, 15, 0.05), 0 2px 6px -1px rgba(0, 0, 0, 0.02);
}

.c-quick-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px -4px rgba(45, 30, 15, 0.1), 0 4px 12px rgba(0, 0, 0, 0.03);
    border-color: rgba(196, 104, 28, 0.4);
}

.c-quick-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.c-quick-card:hover .c-quick-icon {
    transform: scale(1.08) rotate(3deg);
}

.icon-call {
    background: #eaf3eb;
    color: #246d37;
    border: 1px solid rgba(36, 109, 55, 0.18);
}

.icon-wa {
    background: #eaf3eb;
    color: #229944;
    border: 1px solid rgba(34, 153, 68, 0.18);
}

.icon-mail {
    background: #fbf0e4;
    color: #c4681c;
    border: 1px solid rgba(196, 104, 28, 0.2);
}

.icon-loc {
    background: #fbf0e4;
    color: #c4681c;
    border: 1px solid rgba(196, 104, 28, 0.2);
}

.c-quick-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    flex-grow: 1;
}

.c-quick-label {
    font-size: 0.72rem;
    font-weight: 800;
    color: #8c8376;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
    line-height: 1.2;
}

.c-quick-val {
    font-size: 0.92rem;
    font-weight: 800;
    color: #1e281e;
    line-height: 1.28;
    margin-bottom: 4px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.c-val-email {
    font-size: 0.8rem !important;
    letter-spacing: -0.2px;
    word-break: normal;
    overflow-wrap: break-word;
    line-height: 1.25;
}

.c-val-loc {
    display: block;
    line-height: 1.25;
}

.c-val-loc .c-val-state {
    display: inline-block;
    font-size: 0.82rem;
    color: #4b5563;
    font-weight: 700;
}

.c-quick-sub {
    font-size: 0.72rem;
    color: #8c8376;
    font-weight: 500;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
    margin-top: auto;
}

/* Handwritten Cursive Stamp */
.c-cursive-stamp {
    font-family: 'Caveat', cursive;
    color: #875122;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.12;
    transform: rotate(-10deg);
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 6px 8px;
    flex-shrink: 0;
}

.c-cursive-stamp::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 6px;
    right: 6px;
    height: 1.5px;
    background: rgba(140, 86, 37, 0.45);
    transform: rotate(-2deg);
    border-radius: 2px;
}


/* --- DUAL COLUMN MAIN LAYOUT (FORM + LOCATION) --- */
.contact-main-duo {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 28px;
    align-items: stretch;
    position: relative;
}

/* Corner rustic millet bowl element (anchored to contact-main-duo bottom-left) */
.c-corner-bowl {
    position: absolute;
    bottom: -35px;
    left: -70px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: url('../images/contact-millet-bowl.jpg') center/cover no-repeat;
    box-shadow: 0 16px 45px rgba(50, 35, 15, 0.24);
    border: 4px solid #ffffff;
    pointer-events: none;
    z-index: 1;
    transform: rotate(-14deg);
    opacity: 0.98;
}

@media (max-width: 1250px) {
    .c-corner-bowl {
        width: 145px;
        height: 145px;
        left: -40px;
        bottom: -20px;
    }
}

@media (max-width: 1040px) {
    .c-corner-bowl {
        display: none;
    }
}

/* --- LEFT COLUMN: SEND US A MESSAGE CARD --- */
.c-form-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 34px 34px 28px;
    border: 1px solid rgba(226, 217, 203, 0.75);
    box-shadow: 0 12px 34px rgba(45, 30, 15, 0.05);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.c-form-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #17261a;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}

.c-form-desc {
    font-size: 0.92rem;
    color: #6a6256;
    margin-bottom: 22px;
}

.c-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.c-field-wrap {
    display: flex;
    flex-direction: column;
}

.c-field-full {
    margin-bottom: 20px;
}

.c-label {
    font-size: 0.84rem;
    font-weight: 700;
    color: #231c15;
    margin-bottom: 7px;
}

.c-input-box {
    position: relative;
    display: flex;
    align-items: center;
}

.c-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    color: #8c8275;
    pointer-events: none;
    transition: color 0.2s ease;
}

.textarea-icon {
    top: 15px;
    transform: none;
}

.c-input,
.c-select,
.c-textarea {
    width: 100%;
    padding: 12px 14px 12px 42px;
    font-size: 0.92rem;
    font-weight: 500;
    color: #241d15;
    background: #ffffff;
    border: 1.5px solid #e3dbd0;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    box-sizing: border-box;
}

.c-input::placeholder,
.c-textarea::placeholder {
    color: #9f968a;
    font-weight: 400;
}

.c-input:focus,
.c-select:focus,
.c-textarea:focus {
    border-color: #246d37;
    box-shadow: 0 0 0 3.5px rgba(36, 109, 55, 0.12);
}

.c-input:focus + .c-input-icon,
.c-input-box:focus-within .c-input-icon {
    color: #246d37;
}

/* Custom Select styling */
.c-select-box {
    position: relative;
}

.c-select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 38px;
    cursor: pointer;
}

.c-chevron-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #8c8275;
    pointer-events: none;
}

.c-textarea {
    min-height: 110px;
    resize: vertical;
    line-height: 1.55;
}

/* Form Action Buttons */
.c-form-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.c-btn-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: linear-gradient(135deg, #441e0f 0%, #301407 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 13px 30px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 8px 22px rgba(68, 30, 15, 0.25);
}

.c-btn-send:hover {
    background: linear-gradient(135deg, #246d37 0%, #174a23 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(36, 109, 55, 0.32);
}

.c-btn-send:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.c-btn-send .btn-icon {
    width: 16px;
    height: 16px;
    stroke-width: 2.2;
}

.c-btn-clear {
    background: none;
    border: none;
    color: #72685c;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}

.c-btn-clear:hover {
    color: #246d37;
    background: rgba(36, 109, 55, 0.07);
}

/* Privacy Assurance Note */
.c-privacy-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #787063;
    font-weight: 500;
    margin-top: auto;
}

.c-privacy-note .privacy-icon {
    width: 16px;
    height: 16px;
    color: #246d37;
    flex-shrink: 0;
}

/* Decorative grain watermark at bottom-right of form card */
.c-grain-watermark {
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 120px;
    height: 120px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23d7caa8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.38'%3E%3Cpath d='M10 90 C 40 80 60 50 85 15'/%3E%3Cellipse cx='50' cy='52' rx='5' ry='12' transform='rotate(35 50 52)' fill='%23ece2ce' fill-opacity='0.5'/%3E%3Cellipse cx='65' cy='38' rx='5' ry='12' transform='rotate(40 65 38)' fill='%23ece2ce' fill-opacity='0.5'/%3E%3Cellipse cx='80' cy='22' rx='5' ry='12' transform='rotate(45 80 22)' fill='%23ece2ce' fill-opacity='0.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}


/* --- RIGHT COLUMN: MIRZAPUR LOCATION & TRUST CARD --- */
.c-location-card {
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid rgba(226, 217, 203, 0.75);
    box-shadow: 0 12px 34px rgba(45, 30, 15, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

/* Top Scenic Stage */
.c-loc-stage {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #182e1c;
}

.c-loc-stage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transition: transform 0.6s ease;
}

.c-location-card:hover .c-loc-stage-img {
    transform: scale(1.03);
}

.c-loc-stage-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 32, 20, 0.35) 0%, rgba(16, 32, 20, 0.65) 100%);
    z-index: 1;
}

/* Stage Badges & Content */
.c-stage-badge {
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(18, 36, 22, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.c-stage-badge i {
    width: 13px;
    height: 13px;
    color: #64e8a6;
}

.c-stage-cursive {
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 2;
    font-family: 'Caveat', cursive;
    color: #ffebbc;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.1;
    transform: rotate(5deg);
    text-align: right;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.c-stage-title-wrap {
    position: absolute;
    bottom: 16px;
    left: 20px;
    z-index: 2;
    color: #ffffff;
}

.c-stage-heading {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.c-stage-sub {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.c-stage-farmer-pill {
    position: absolute;
    bottom: 16px;
    right: 20px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    border-radius: 50px;
    padding: 7px 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.c-stage-farmer-pill .leaf-emoji {
    font-size: 1.1rem;
    line-height: 1;
}

.farmer-pill-text {
    display: flex;
    flex-direction: column;
}

.farmer-pill-text strong {
    font-size: 0.78rem;
    font-weight: 800;
    color: #172a1a;
    line-height: 1.2;
}

.farmer-pill-text small {
    font-size: 0.68rem;
    color: #4b584d;
    font-weight: 600;
}

/* Middle Interactive Map Section */
.c-map-frame {
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
    background: #eef3ef;
}

.c-map-iframe {
    width: 100%;
    height: 270px;
    margin-top: -30px;
    border: 0;
    display: block;
}

/* Floating custom pinpoint card positioned cleanly over the map */
.c-map-floating-pin {
    position: absolute;
    top: 44%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-pin-popup {
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    animation: bouncePin 3s ease-in-out infinite;
}

@keyframes bouncePin {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.c-pin-pin-icon {
    width: 28px;
    height: 28px;
    background: #fbf0e4;
    color: #c4681c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-pin-pin-icon i {
    width: 16px;
    height: 16px;
}

.c-pin-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.c-pin-content strong {
    font-size: 0.82rem;
    font-weight: 800;
    color: #1a2a1c;
}

.c-pin-content span {
    font-size: 0.72rem;
    color: #6a6256;
}

.c-pin-stem {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ffffff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

.c-pin-dot {
    width: 14px;
    height: 14px;
    background: #c4681c;
    border: 2.5px solid #ffffff;
    border-radius: 50%;
    margin-top: 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

/* Bottom 4 Trust Pillars */
.c-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 18px 16px;
    background: #ffffff;
    border-top: 1px solid #f0e8dc;
    text-align: center;
    gap: 8px;
    margin-top: auto;
}

.c-pillar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-pillar-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eef6f0;
    color: #246d37;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: transform 0.25s ease, background 0.25s ease;
}

.c-pillar-item:hover .c-pillar-icon {
    transform: scale(1.1);
    background: #246d37;
    color: #ffffff;
}

.c-pillar-icon i {
    width: 18px;
    height: 18px;
}

.c-pillar-title {
    font-size: 0.82rem;
    font-weight: 800;
    color: #17271a;
    line-height: 1.25;
    margin-bottom: 2px;
}

.c-pillar-desc {
    font-size: 0.72rem;
    color: #726b60;
    line-height: 1.3;
}


/* --- FAQ SECTION ACCORDION (MATCHING REDESIGNED BRAND) --- */
.contact-brand-faq {
    padding: 50px 0 20px;
    position: relative;
    z-index: 3;
}

.faq-card-container {
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid rgba(226, 217, 203, 0.75);
    box-shadow: 0 10px 30px rgba(45, 30, 15, 0.04);
    padding: 36px 44px;
}

.faq-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 32px;
}

.faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9f5b1d;
    background: rgba(196, 104, 28, 0.1);
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.faq-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #18281b;
    margin-bottom: 8px;
}

.faq-subtitle {
    font-size: 0.95rem;
    color: #655d51;
    margin: 0;
}

.faq-accordion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.faq-tile {
    background: #fcfbfa;
    border: 1.5px solid #ece4d8;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-tile.open {
    border-color: #246d37;
    box-shadow: 0 4px 16px rgba(36, 109, 55, 0.08);
}

.faq-question {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1d2b1f;
    transition: color 0.2s ease;
}

.faq-question:hover {
    color: #246d37;
}

.faq-tile.open .faq-question {
    color: #246d37;
}

.faq-toggle-icon {
    width: 18px;
    height: 18px;
    color: #8c8275;
    flex-shrink: 0;
    transition: transform 0.3s ease, color 0.2s ease;
}

.faq-tile.open .faq-toggle-icon {
    transform: rotate(45deg);
    color: #246d37;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s ease;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #5d554a;
    padding: 0 20px;
}

.faq-tile.open .faq-answer {
    max-height: 250px;
    padding-bottom: 18px;
}


/* --- RESPONSIVENESS --- */
@media (max-width: 1460px) {
    .contact-top-row {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 46px;
    }
    
    .contact-title-col {
        max-width: 680px;
    }

    .contact-quick-wrapper {
        justify-content: flex-start;
        width: 100%;
        position: relative;
    }

    .contact-quick-cards {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        width: 100%;
    }

    .c-quick-card {
        padding: 22px 18px;
    }

    .c-cursive-stamp {
        position: absolute;
        top: -65px;
        right: 0;
        transform: rotate(-7deg);
    }
}

@media (max-width: 991px) {
    .contact-main-duo {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-top-row {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-top: 6px;
        margin-bottom: 38px;
    }

    .contact-quick-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .c-quick-card {
        padding: 18px 16px;
    }

    .c-cursive-stamp {
        display: none;
    }

    .faq-accordion-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .contact-brand-page {
        padding: 14px 0 40px;
    }

    .contact-container {
        padding: 0 16px;
    }

    .contact-top-row {
        gap: 24px;
        margin-top: 4px;
        margin-bottom: 34px;
    }

    .contact-eyebrow {
        margin-bottom: 6px;
    }

    .contact-heading {
        font-size: clamp(1.85rem, 7.5vw, 2.3rem);
        line-height: 1.15;
        margin-bottom: 10px;
    }

    .contact-subheading {
        font-size: 0.9rem;
        line-height: 1.55;
        margin-bottom: 6px;
    }

    .contact-quick-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .c-quick-card {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .c-quick-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .c-quick-label {
        font-size: 0.7rem;
        margin-bottom: 3px;
    }

    .c-quick-val {
        font-size: 0.86rem;
        margin-bottom: 3px;
        line-height: 1.25;
    }

    .c-val-email {
        font-size: 0.74rem !important;
        letter-spacing: -0.25px;
    }

    .c-quick-sub {
        font-size: 0.7rem;
        line-height: 1.25;
    }

    .c-form-card {
        padding: 24px 20px;
    }

    .c-form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .c-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .faq-card-container {
        padding: 24px 20px;
    }
}

/* --- DARK MODE SUPPORT FOR QUICK CARDS --- */
body.dark-mode .contact-brand-page {
    background-color: #0c140e;
    background-image: 
        radial-gradient(circle at 6% 16%, rgba(26, 48, 32, 0.5) 0%, transparent 50%),
        radial-gradient(circle at 94% 84%, rgba(35, 45, 28, 0.4) 0%, transparent 50%),
        linear-gradient(180deg, #0d1710 0%, #080e0a 100%);
    color: #e5e7eb;
}

body.dark-mode .contact-brand-page::before,
body.dark-mode .contact-brand-page::after {
    opacity: 0.15;
    filter: brightness(0.65);
}

body.dark-mode .c-cursive-stamp {
    color: #dfb86c;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

body.dark-mode .c-cursive-stamp::after {
    background: rgba(223, 184, 108, 0.4);
}

body.dark-mode .contact-heading {
    color: #f3f4f6;
}

body.dark-mode .c-hl-healthier {
    color: #4ade80;
}

body.dark-mode .c-hl-tomorrow {
    color: #fbbf24;
}

body.dark-mode .contact-subheading {
    color: #9ca3af;
}

body.dark-mode .contact-eyebrow {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.12);
}

body.dark-mode .c-val-loc .c-val-state {
    color: #9ca3af;
}

body.dark-mode .c-quick-card {
    background: #141f18;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.35);
}

body.dark-mode .c-quick-card:hover {
    border-color: rgba(74, 222, 128, 0.35);
    box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.55);
}

body.dark-mode .c-quick-val {
    color: #f3f4f6;
}

body.dark-mode .c-quick-label {
    color: #9ca3af;
}

body.dark-mode .c-quick-sub {
    color: #9ca3af;
}

body.dark-mode .icon-call,
body.dark-mode .icon-wa {
    background: rgba(16, 185, 129, 0.15);
    color: #4ade80;
    border-color: rgba(74, 222, 128, 0.25);
}

body.dark-mode .icon-mail,
body.dark-mode .icon-loc {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    border-color: rgba(245, 158, 11, 0.25);
}
