:root {
    --bg: #0a0b0c;
    --surface: #111314;
    --surface2: #181a1c;
    --border: #242628;
    --border2: #2e3133;
    --accent: #c8e86a;
    --accent2: #5de8c0;
    --text: #edeae4;
    --text2: #b8b4ac;
    --muted: #6a6760;
    --serif: 'Libre Baskerville', Georgia, serif;
    --sans: 'Syne', sans-serif;
}

.philosophy_section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/why-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.philosophy_section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle, rgb(0 0 0) 0%, rgb(39 39 39 / 53%) 100%);
}

.philosophy_section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 100% 10%, rgba(200, 232, 106, 0.07) 0%, transparent 60%),
        radial-gradient(ellipse 40% 55% at 0% 90%, rgba(93, 232, 192, 0.06) 0%, transparent 55%);
}

.philosophy_section .ph-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #fff;
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 16px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
}

.philosophy_section .ph-pill::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 7px var(--accent);
    flex-shrink: 0;
}

.philosophy_section .ph-headline {
    font-size: clamp(30px, 4vw, 45px);
    font-weight: 700;
    line-height: 1.12;
    color: var(--text);
    letter-spacing: -0.5px;
    margin-bottom: 50px;
}

.philosophy_section .ph-header-right {
    text-align: right;
    margin-top: 20px;
}

.philosophy_section .ph-tagline {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.philosophy_section .ph-tagline-label {
    font-size: 8.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.philosophy_section .ph-tagline-text {
    font-family: var(--serif);
    font-size: 25px;
    font-weight: 700;
    color: #e2dfd9;
    font-style: italic;
    line-height: 1.4;
    text-align: right;
}

.philosophy_section .ph-tagline-text span {
    color: #05fd82;
}

.philosophy_section .ph-main {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 24px;
    align-items: start;
}

.philosophy_section .ph-cards-label {
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.philosophy_section .ph-cards-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, #f9fafc, transparent);
}

.philosophy_section .ph-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 30px;
}

.philosophy_section .ph-card {
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 28px 24px 24px;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: background .25s, border-color .25s;
}

.philosophy_section .ph-card-title {
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
    margin-bottom: 10px;
}

.philosophy_section .ph-right {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.philosophy_section .ph-mission {
    background: var(--base-color);
    border: 1px solid var(--border2);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    flex: 1;
}

.philosophy_section .ph-mission::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--accent), var(--accent2));
}

.philosophy_section .ph-mission-watermark {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-family: var(--serif);
    font-size: 90px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.025);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -3px;
}

.philosophy_section .ph-mission-label {
    font-size: 14px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #08ff85;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.philosophy_section .ph-mission-label::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #08ff85;
    display: inline-block;
}

.philosophy_section .ph-mission-text {
    font-family: var(--serif);
    font-size: 16px;
    line-height: 1.85;
    color: var(--text2);
    font-style: italic;
    margin-bottom: 0;
}

.philosophy_section .ph-mission-text strong {
    font-style: normal;
    color: var(--text);
    font-weight: 700;
}

.philosophy_section .ph-card {
    background-color: var(--base-color);
}

.philosophy_section .phi_one {
    background-color: #e8e8e8;
}

.philosophy_section .phi_last {
    background-color: #e9e8e8;
}

.philosophy_section .ph-card .ph-card-title p {
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
}

.philosophy_section .phi_one .ph-card-title p {
    color: #046e3d;
    font-size: 22px;
    font-style: italic;
}

.philosophy_section .phi_last .ph-card-title p {
    color: #046e3d;
    font-size: 22px;
    font-style: italic;
}

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (min-width:1200px) and (max-width:1399px) {
    .philosophy_section .ph-headline {
        font-size: clamp(30px, 4vw, 35px);
    }

    .philosophy_section .ph-pill {
        font-size: 12px;
    }

    .philosophy_section .phi_one .ph-card-title p {
        font-size: 18px;
    }

    .philosophy_section .ph-card .ph-card-title p {
        font-size: 16px;
    }

    .philosophy_section .phi_last .ph-card-title p {
        font-size: 18px;
    }

    .philosophy_section .ph-mission-text {
        font-size: 12px;
    }

    .philosophy_section .ph-mission-label {
        font-size: 12px;
    }

    .philosophy_section .ph-tagline-text {
        font-size: 18px;
    }
}

@media (min-width:1901px) and (max-width:3000px) {
    .philosophy_section .ph-headline {
        font-size: clamp(30px, 4vw, 55px);
    }

    .philosophy_section .ph-pill {
        font-size: 20px;
    }

    .philosophy_section .phi_one .ph-card-title p {
        font-size: 28px;
    }

    .philosophy_section .ph-card .ph-card-title p {
        font-size: 25px;
    }

    .philosophy_section .phi_last .ph-card-title p {
        font-size: 28px;
    }

    .philosophy_section .ph-mission-text {
        font-size: 20px;
    }

    .philosophy_section .ph-mission-label {
        font-size: 18px;
    }

    .philosophy_section .ph-tagline-text {
        font-size: 22px;
    }

    .philosophy_section .ph-card {
        padding: 50px 24px 40px;
    }

    .philosophy_section .ph-cards-label {
        font-size: 14px;
    }
}

@media(max-width:990px) {
    .philosophy_section .ph-main {
        display: grid;
        grid-template-columns: auto;
        gap: 24px;
        align-items: start;
    }

    .philosophy_section .ph-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .philosophy_section .ph-header {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .philosophy_section .ph-header-right {
        text-align: left
    }

    .philosophy_section .ph-tagline {
        align-items: flex-start
    }

    .philosophy_section .ph-tagline-text {
        text-align: left
    }

    .philosophy_section .ph-pill {
        font-size: 12px;
    }

    .philosophy_section .ph-headline {
        font-size: clamp(38px, 4vw, 45px);
    }
}

@media(max-width:640px) {
    .philosophy_section .ph-main {
        display: grid;
        grid-template-columns: auto;
        gap: 24px;
        align-items: start;
    }

    .philosophy_section .ph-headline {
        font-size: clamp(38px, 4vw, 45px);
    }

    .philosophy_section .ph-pill {
        font-size: 12px;
    }

    .philosophy_section {
        padding: 72px 0
    }

    .philosophy_section .ph-grid {
        grid-template-columns: 1fr
    }

    .philosophy_section .ph-right {
        flex-direction: column
    }

    .philosophy_section .ph-strip {
        grid-template-columns: repeat(2, 1fr)
    }

    .philosophy_section .ph-strip-item:nth-child(2) {
        border-right: none
    }

    .philosophy_section .ph-strip-item:nth-child(3) {
        border-top: 1px solid var(--border2)
    }

    .philosophy_section .ph-strip-item:nth-child(4) {
        border-top: 1px solid var(--border2);
        border-right: none
    }

    .philosophy_section .ph-strip-item:nth-child(5) {
        border-top: 1px solid var(--border2)
    }

    .philosophy_section .ph-strip-item:nth-child(6) {
        border-top: 1px solid var(--border2);
        border-right: none
    }
}