/* ============================================================
   CORPORATE PAGE STYLES
   ============================================================ */

/* ── General ── */
.corporate-page {
    background: #f9f5fc;
    overflow-x: hidden;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.corp-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    padding-bottom: 0;
}

.corp-hero-bg-blob {
    position: absolute;
    top: -242px;
    left: -201px;
    width: 625px;
    height: 625px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,150,255,0.18) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.corp-hero-headline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(52px, 6.9vw, 100px);
    line-height: 0.95;
    color: #111;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 60px;
    margin-bottom: 18px;
}

.corp-hero-sub {
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
}

.corp-hero-images {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(8px, 2.2vw, 32px);
    padding: 0 clamp(16px, 5.7vw, 82px);
    position: relative;
    z-index: 2;
}

/* All 4 images identical size — outer pair sits 64px higher than inner pair */
.corp-hero-img-wrap {
    flex: 0 0 clamp(150px, 20.5vw, 295px);
    height: clamp(170px, 22.2vw, 320px);
    border-radius: 20px;
    overflow: hidden;
}

/* Inner pair drops down by 64px (Figma: y=348 outer vs y=412 inner) */
.corp-hero-img-wrap:nth-child(2),
.corp-hero-img-wrap:nth-child(3) {
    margin-top: clamp(32px, 4.4vw, 64px);
}

.corp-hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================================================
   MAIN CONTENT AREA (white card)
   ============================================================ */
.corp-main-card {
    background: #fff;
    border-radius: 32px;
    margin: 32px auto 0;
    max-width: 1276px;
    padding: 80px 48px;
    position: relative;
}

/* ============================================================
   ABOUT / SERVICE ROWS (alternating image+text via MudGrid)
   ============================================================ */
.corp-row {
    align-items: center;
    margin-bottom: 0;
}


.corp-row-img-col {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.corp-row-img {
    width: 380px;
    height: 380px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.corp-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.corp-row-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 16px;
}

.corp-section-label {
    font-size: 18px;
    font-weight: 600;
    color: #ff6f61;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.corp-section-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1;
    color: #111;
    margin: 0;
}

.corp-section-body {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

.corp-section-btn {
    display: inline-block;
    background: #3e1268;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 28px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.corp-section-btn:hover {
    background: #5a1e96;
    color: #fff !important;
}

/* ============================================================
   STATS BANNER
   ============================================================ */
.corp-stats-banner {
    background: #3e1268;
    border-radius: 24px;
    padding: 56px 80px;
    margin: 80px auto;
    max-width: 1276px;
    text-align: center;
}

.corp-stats-label {
    color: #ff8d87;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.48px;
    margin-bottom: 16px;
}

.corp-stats-headline {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.12px;
    margin-bottom: 48px;
}

.corp-stats-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    flex-wrap: wrap;
}

.corp-stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    color: #fff;
}

.corp-stat-number {
    font-family: 'DM Sans', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.6px;
}

.corp-stat-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    opacity: 0.85;
}

.corp-stat-divider {
    width: 1px;
    height: 90px;
    background: rgba(255,255,255,0.3);
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.corp-how-section {
    max-width: 1276px;
    margin: 0 auto 80px;
    padding: 0 48px;
}

.corp-how-heading,
.corp-values-heading {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(48px, 6.1vw, 88px);
    color: #111;
    text-align: center;
    margin-bottom: 56px;
}

.corp-how-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.corp-how-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corp-how-img-wrap {
    border-radius: 32px;
    overflow: hidden;
    height: 280px;
    background: #eee;
}

.corp-how-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corp-how-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.2;
}

.corp-how-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   OUR VALUES
   ============================================================ */
.corp-values-section {
    max-width: 1276px;
    margin: 0 auto 80px;
    padding: 0 48px;
}

.corp-values-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.corp-value-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 2px 16px rgba(62,18,104,0.07);
}

.corp-value-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #f7f0fc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corp-value-icon .mud-icon-root {
    color: #3e1268;
}

.corp-value-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 0;
}

.corp-value-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* ============================================================
   CORPORATE ENQUIRY FORM (CTA)
   ============================================================ */
.corp-cta-section {
    max-width: 1276px;
    margin: 0 auto 48px;
    padding: 0 48px;
}

.corp-cta-card {
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: #fff;
    box-shadow: 0 4px 32px rgba(62,18,104,0.10);
    position: relative;
}

.corp-cta-left {
    background: #3e1268;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    min-height: 520px;
}

.corp-cta-tag {
    background: rgba(255,255,255,0.12);
    display: inline-block;
    padding: 6px 18px;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    align-self: flex-start;
    margin-top: -48px;
    margin-left: -8px;
}

.corp-cta-left-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 48px;
}

.corp-cta-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(36px, 4vw, 60px);
    line-height: 1.1;
    color: #fff;
    margin: 0;
}

.corp-cta-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
    margin: 0;
}

.corp-cta-chef-img {
    position: absolute;
    bottom: 0;
    right: -20px;
    height: 280px;
    object-fit: contain;
}

.corp-cta-right {
    background: #fff;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corp-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.corp-form-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.corp-cta-right .mud-input-outlined .mud-input-outlined-border {
    border-color: #e0d6f0;
}

.corp-form-submit-btn {
    background: #ff4545 !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    border-radius: 8px;
    padding: 14px;
    margin-top: 8px;
}

.corp-form-submit-btn:hover {
    background: #e03030 !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    .corp-values-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .corp-how-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .corp-hero-headline {
        font-size: 40px;
    }
    .corp-hero-img-wrap {
        flex: 0 0 22vw;
        height: 26vw;
    }
    .corp-hero-img-wrap:nth-child(2),
    .corp-hero-img-wrap:nth-child(3) {
        margin-top: 5vw;
    }
    .corp-main-card {
        padding: 40px 20px;
        margin: 16px;
    }
    .corp-row {
        flex-direction: column !important;
        gap: 32px;
    }
    .corp-row-img {
        flex: 0 0 280px;
        height: 280px;
        width: 280px;
        align-self: center;
    }
    .corp-stats-banner {
        padding: 40px 24px;
        margin: 40px 16px;
    }
    .corp-stats-headline {
        font-size: 36px;
        letter-spacing: -0.72px;
    }
    .corp-stat-number {
        font-size: 56px;
        letter-spacing: -1.12px;
    }
    .corp-stats-row {
        gap: 32px;
    }
    .corp-stat-divider {
        display: none;
    }
    .corp-how-section,
    .corp-values-section,
    .corp-cta-section {
        padding: 0 16px;
    }
    .corp-how-cards {
        grid-template-columns: 1fr;
    }
    .corp-values-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .corp-cta-card {
        grid-template-columns: 1fr;
    }
    .corp-cta-left {
        min-height: 280px;
    }
    .corp-cta-chef-img {
        display: none;
    }
}

@media (max-width: 480px) {
    .corp-values-cards {
        grid-template-columns: 1fr;
    }
}
