﻿/* ==========================================================
   ABOUT PAGE 2.0 START
   Page: about.html
   Purpose: Complete About page layout and responsive design
========================================================== */

/* ==========================================================
   ABOUT PAGE BASE
========================================================== */

body.about-page {
    background:
        linear-gradient(180deg,
            #fffdf9 0%,
            #ffffff 40%,
            #fffaf6 100%);
    color: #334155;
}

.about-page main {
    overflow: hidden;
}

.about-page .about-section {
    position: relative;
    padding: 5rem 0;
}

.about-page .about-section-header {
    max-width: 820px;
    margin: 0 auto 3rem;
    text-align: center;
}

.about-page .about-section-header h2 {
    margin: 0 0 1rem;

    color: #173754;
    font-size: clamp(2.15rem, 4vw, 3.35rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.about-page .about-section-header p {
    max-width: 740px;
    margin: 0 auto;

    color: #5c6976;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* ==========================================================
   ABOUT PAGE RESET
========================================================== */

.about-page .card,
.about-page .card:hover {
    transform: none;
}

/* ==========================================================
   ABOUT MAIN HERO
========================================================== */

.about-page .about-main-hero {
    position: relative;
    overflow: hidden;

    padding: clamp(4.5rem, 8vw, 7rem) 0;

    background:
        radial-gradient(circle at 12% 18%,
            rgba(189, 54, 64, 0.10),
            transparent 34%),
        radial-gradient(circle at 88% 82%,
            rgba(23, 55, 84, 0.08),
            transparent 34%),
        linear-gradient(135deg,
            #fffdf9 0%,
            #fff7f1 52%,
            #f7fbff 100%);
}

.about-page .about-main-hero::before {
    content: "";
    position: absolute;

    width: 320px;
    height: 320px;

    left: -160px;
    bottom: -170px;

    border-radius: 50%;
    background: rgba(23, 55, 84, 0.045);

    pointer-events: none;
}

.about-page .about-main-hero::after {
    content: "";
    position: absolute;

    width: 280px;
    height: 280px;

    top: -140px;
    right: -110px;

    border-radius: 50%;
    background: rgba(189, 54, 64, 0.055);

    pointer-events: none;
}

.about-page .about-main-hero .container {
    position: relative;
    z-index: 1;
}

.about-page .about-main-hero-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.about-page .about-main-hero h1 {
    margin: 0 0 1.4rem;

    color: #173754;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.about-page .about-main-hero p {
    max-width: 760px;
    margin: 0 auto;

    color: #536474;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    line-height: 1.8;
}


/* ==========================================================
   ABOUT HERO IMAGE
========================================================== */

.about-page .about-hero-image-section {
    padding: 0 0 5rem;
    margin: 0;
}

.about-page .about-hero-card {
    max-width: 1180px;
    margin: -1.5rem auto 0;

    overflow: hidden;

    border: 1px solid rgba(23, 55, 84, 0.10);
    border-radius: 28px;

    background: #ffffff;

    box-shadow:
        0 26px 60px rgba(23, 55, 84, 0.14),
        0 8px 20px rgba(189, 54, 64, 0.06);
}

.about-page .about-hero-card img {
    display: block;
    width: 100%;
    height: auto;
}


/* ==========================================================
   ABOUT STORY SECTIONS
========================================================== */

.about-page .about-story-section {
    padding: 5rem 0;
}

.about-page .about-story-section:nth-of-type(even) {
    background: rgba(255, 250, 246, 0.72);
}

.about-page .about-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    align-items: center;
    gap: clamp(2.5rem, 6vw, 5rem);
}

.about-page .about-story-layout.is-reversed .about-story-image {
    order: 2;
}

.about-page .about-story-layout.is-reversed .about-story-content {
    order: 1;
}

.about-page .about-story-content h2 {
    margin: 0 0 1rem;

    color: #173754;
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.about-page .about-story-content p {
    margin: 0 0 1.2rem;

    color: #5c6976;
    font-size: 1.05rem;
    line-height: 1.85;
}

.about-page .about-story-content p:last-child {
    margin-bottom: 0;
}

.about-page .about-image-frame {
    overflow: hidden;

    border: 1px solid rgba(23, 55, 84, 0.10);
    border-radius: 26px;

    background: #ffffff;

    box-shadow:
        0 22px 48px rgba(23, 55, 84, 0.13),
        0 7px 18px rgba(189, 54, 64, 0.05);
}

.about-page .about-image-frame img {
    display: block;
    width: 100%;
    height: auto;
}


/* ==========================================================
   ABOUT FEATURE QUOTE
========================================================== */

.about-page .about-feature-quote {
    margin-top: 1.8rem;
    padding: 1.35rem 1.5rem;

    border-left: 4px solid var(--about-red, #bd3640);
    border-radius: 0 16px 16px 0;

    background: rgba(189, 54, 64, 0.06);

    color: #173754;
    font-size: 1.08rem;
    font-weight: 750;
    line-height: 1.7;
}


/* ==========================================================
   MISSION STATEMENT
========================================================== */

.about-page .about-mission-section {
    padding: 5rem 0;

    background:
        linear-gradient(135deg,
            #173754 0%,
            #1d4b68 58%,
            #173754 100%);
}

.about-page .about-statement-card {
    max-width: 960px;
    margin: 0 auto;
    padding: clamp(2.2rem, 5vw, 4.2rem);

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;

    background: rgba(255, 255, 255, 0.075);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 24px 54px rgba(6, 24, 38, 0.25);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.about-page .about-statement-card h2 {
    margin: 0 0 1.2rem;

    color: #ffffff;
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.about-page .about-statement-card p {
    max-width: 780px;
    margin: 0 auto;

    color: rgba(255, 255, 255, 0.90);
    font-size: 1.12rem;
    line-height: 1.85;
}


/* ==========================================================
   ABOUT PHILOSOPHY
========================================================== */

.about-page .about-philosophy-section {
    padding: 5rem 0;

    background:
        radial-gradient(circle at top left,
            rgba(189, 54, 64, 0.055),
            transparent 30%),
        #fffdf9;
}

.about-page .about-philosophy-closing {
    max-width: 900px;
    margin: 2.5rem auto 0;
    padding: 1.6rem 1.8rem;

    text-align: center;

    border: 1px solid rgba(189, 54, 64, 0.15);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.82);

    color: #173754;
    font-size: 1.08rem;
    font-weight: 750;
    line-height: 1.7;

    box-shadow: 0 14px 30px rgba(23, 55, 84, 0.07);
}


/* ==========================================================
   WHAT WE BELIEVE
========================================================== */

.about-page .about-beliefs-section {
    padding: 5rem 0;

    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #fffaf6 100%);
}

.about-page .beliefs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 1.35rem;
}

.about-page .belief-card {
    display: flex;
    flex-direction: column;
    align-items: center;

    min-height: 270px;
    padding: 1.8rem 1.4rem;

    text-align: center;

    border: 1px solid rgba(23, 55, 84, 0.09);
    border-radius: 22px;

    background:
        linear-gradient(145deg,
            #ffffff 0%,
            #fffdf9 100%);

    box-shadow:
        0 16px 34px rgba(23, 55, 84, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.90);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.about-page .belief-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(189, 54, 64, 0.20);

    box-shadow:
        0 24px 46px rgba(23, 55, 84, 0.13),
        0 7px 18px rgba(189, 54, 64, 0.06),
        0 0 0 1px rgba(189, 54, 64, 0.10);
}

.about-page .belief-card:hover .belief-icon {
    transform: translateY(-3px) scale(1.06);

    box-shadow:
        0 22px 40px rgba(189, 54, 64, 0.18),
        0 10px 22px rgba(23, 55, 84, 0.10),
        inset 0 2px 3px rgba(255, 255, 255, 0.95),
        inset 0 -2px 4px rgba(189, 54, 64, 0.08);
}

.about-page .belief-card:hover .belief-icon i {
    transform: scale(1.08);
}


.about-page .belief-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 82px;
    height: 82px;
    margin-bottom: 1.4rem;

    border-radius: 50%;
    border: 1px solid rgba(189, 54, 64, 0.18);

    background:
        radial-gradient(circle at 30% 25%,
            rgba(255, 255, 255, .95),
            rgba(255, 255, 255, .45) 45%),
        linear-gradient(180deg,
            #fff7f8 0%,
            #ffe7ea 100%);

    box-shadow:
        0 14px 28px rgba(189, 54, 64, .12),
        0 6px 18px rgba(23, 55, 84, .08),
        inset 0 2px 3px rgba(255, 255, 255, .95),
        inset 0 -2px 4px rgba(189, 54, 64, .06);

    transition:
        transform .30s ease,
        color .30s ease,
        text-shadow .30s ease;
}

.about-page .belief-icon i {
    color: var(--about-red, #bd3640);
    font-size: 2rem;

    text-shadow:
        0 1px 0 rgba(255, 255, 255, .65),
        0 2px 6px rgba(189, 54, 64, .20);

    transition:
        transform .30s ease,
        color .30s ease,
        text-shadow .30s ease;
}

.about-page .belief-card h3 {
    margin: 0 0 0.75rem;

    color: #173754;
    font-size: 1.18rem;
    font-weight: 850;
    line-height: 1.3;
}

.about-page .belief-card p {
    margin: 0;

    color: #5c6976;
    font-size: 0.94rem;
    line-height: 1.65;
}


/* ==========================================================
   YOU ARE NOT ALONE
========================================================== */

.about-page .about-support-section {
    padding: 5rem 0;

    background:
        radial-gradient(circle at 85% 25%,
            rgba(189, 54, 64, 0.07),
            transparent 30%),
        linear-gradient(180deg,
            #fffdf9 0%,
            #f8fbfd 100%);
}

.about-page .about-support-layout {
    overflow: hidden;

    border: 1px solid rgba(23, 55, 84, 0.10);
    border-radius: 28px;

    background: #ffffff;

    box-shadow:
        0 24px 54px rgba(23, 55, 84, 0.14);
}

/* Remove Bootstrap row side margins */
.about-page .about-support-layout>.row {
    margin: 0;
    align-items: stretch;
}

/* Remove Bootstrap column padding */
.about-page .about-support-layout>.row>[class*="col-"] {
    padding: 0;
    display: flex;
}

/* Image */
.about-page .about-support-image {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 560px;

    object-fit: cover;
    object-position: center;

    border: 0;
    border-radius: 0;

    box-shadow: none;
}

/* Content panel */
.about-page .about-support-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    min-width: 0;
    min-height: 560px;

    padding: clamp(2rem, 4vw, 3.5rem);

    border: 0;
    border-radius: 0;

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.98),
            rgba(255, 250, 246, 0.96));

    box-shadow: none;
}

.about-page .about-support-content h2 {
    margin: 0 0 1.25rem;

    color: #173754;
    font-size: clamp(2.1rem, 3.5vw, 3.25rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.about-page .about-support-content p {
    margin: 0 0 1rem;

    color: #5c6976;
    font-size: 1.04rem;
    line-height: 1.8;
}

.about-page .about-support-content p:last-child {
    margin-bottom: 0;
}

/* Tablet and mobile */
@media (max-width: 991px) {
    .about-page .about-support-layout>.row {
        flex-direction: column;
    }

    .about-page .about-support-image {
        height: 420px;
        min-height: 420px;
    }

    .about-page .about-support-content {
        min-height: 0;
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 576px) {
    .about-page .about-support-layout {
        border-radius: 20px;
    }

    .about-page .about-support-image {
        height: 320px;
        min-height: 320px;
    }

    .about-page .about-support-content {
        padding: 2rem 1.3rem;
    }

    .about-page .about-support-content h2 {
        font-size: 2rem;
    }
}

/* ==========================================================
   WHAT WE CREATE
========================================================== */

.about-page .about-create-section {
    padding: 5rem 0;

    background: #ffffff;
}

.about-page .about-create-section .row {
    align-items: stretch;
}

.about-page .about-create-section .create-card {
    min-height: 320px;
}


/* ==========================================================
   CREATE CARD LINKS
========================================================== */

.about-page .create-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.about-page .create-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.about-page .create-card-link .create-card {
    cursor: pointer;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.about-page .create-card-link:hover .create-card {
    transform: translateY(-6px);
}

.about-guiding-principle .lead.mb-0 {
    color: #dbe7f0 !important;
}

/* ==========================================================
   COMING SOON BADGES
========================================================== */

.about-page .coming-soon-badge {
    display: inline-block;
    margin-top: 1rem;
    padding: .45rem 1rem;
    border-radius: 999px;

    background: #c73742;
    color: #ffffff;

    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

/* ==========================================================
   OUR PROMISE
========================================================== */

.about-page .about-promise-section {
    padding: 5rem 0;

    background:
        linear-gradient(135deg,
            #fff7f2 0%,
            #ffffff 48%,
            #f4f9fc 100%);
}

.about-page .about-promise-card {
    max-width: 940px;
    margin: 0 auto;
    padding: clamp(2.3rem, 5vw, 4rem);

    text-align: center;

    border: 1px solid rgba(189, 54, 64, 0.14);
    border-radius: 28px;

    background: #ffffff;

    box-shadow:
        0 24px 52px rgba(23, 55, 84, 0.11),
        0 8px 20px rgba(189, 54, 64, 0.05);
}

.about-page .about-promise-card h2 {
    margin: 0 0 1rem;

    color: #173754;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.about-page .about-promise-card p {
    max-width: 760px;
    margin: 0 auto;

    color: #5c6976;
    font-size: 1.08rem;
    line-height: 1.8;
}

.about-page .about-guiding-question {
    display: inline-block;

    margin-top: 1.6rem;
    padding: 0.8rem 1.3rem;

    border-radius: 999px;

    background: var(--about-red, #bd3640);
    color: #ffffff;

    font-size: 1.05rem;
    font-weight: 800;
}


/* ==========================================================
   FUTURE VISION
========================================================== */

.about-page .about-future-section {
    padding: 5rem 0;

    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #fffaf6 100%);
}

.about-page .about-future-staircase {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    align-items: start;
    gap: 1.5rem;

    margin-top: 3rem;
}

.about-page .future-step {
    position: relative;
    overflow: hidden;

    border: 1px solid rgba(23, 55, 84, 0.10);
    border-radius: 24px;

    background: #ffffff;

    box-shadow:
        0 18px 38px rgba(23, 55, 84, 0.09);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.about-page .future-step:nth-child(2) {
    margin-top: 2.5rem;
}

.about-page .future-step:nth-child(3) {
    margin-top: 5rem;
}

.about-page .future-step:hover {
    transform: translateY(-6px) !important;

    box-shadow:
        0 26px 50px rgba(23, 55, 84, 0.14);
}

.about-page .future-step-image {
    overflow: hidden;

    background: #fff7f2;
}

.about-page .future-step-image img {
    display: block;
    width: 100%;
    height: auto;
}

.about-page .future-step-content {
    position: relative;
    padding: 1.8rem 1.5rem 1.7rem;
}

.about-page .future-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    margin-bottom: 1rem;

    border-radius: 50%;

    background: var(--about-red, #bd3640);
    color: #ffffff;

    font-size: 1rem;
    font-weight: 850;

    box-shadow:
        0 9px 20px rgba(189, 54, 64, 0.24);
}

.about-page .future-step h3 {
    margin: 0 0 0.75rem;

    color: #173754;
    font-size: 1.35rem;
    font-weight: 850;
    line-height: 1.25;
}

.about-page .future-step p {
    margin: 0;

    color: #5c6976;
    font-size: 0.96rem;
    line-height: 1.7;
}

.about-page .about-future-closing {
    max-width: 900px;
    margin: 3rem auto 0;

    color: #173754;
    font-size: 1.12rem;
    font-weight: 750;
    line-height: 1.75;
    text-align: center;
}


/* ==========================================================
   MEET THE FOUNDER
========================================================== */

.about-page .about-founder-section {
    padding: 5rem 0;

    background:
        radial-gradient(circle at 15% 20%,
            rgba(23, 55, 84, 0.06),
            transparent 32%),
        linear-gradient(135deg,
            #f7fbff 0%,
            #ffffff 55%,
            #fff7f2 100%);
}

.about-page .about-founder-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);

    align-items: center;
    gap: clamp(2.5rem, 6vw, 5rem);
}

.about-page .about-founder-image {
    overflow: hidden;

    border: 1px solid rgba(23, 55, 84, 0.10);
    border-radius: 28px;

    background: #ffffff;

    box-shadow:
        0 24px 54px rgba(23, 55, 84, 0.14);
}

.about-page .about-founder-image img {
    display: block;
    width: 100%;
    height: auto;
}

.about-page .about-founder-content h2 {
    margin: 0 0 1rem;

    color: #173754;
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.about-page .about-founder-content p {
    margin: 0 0 1rem;

    color: #5c6976;
    font-size: 1.04rem;
    line-height: 1.8;
}

.about-page .about-founder-quote {
    margin-top: 1.7rem;
    padding: 1.4rem 1.5rem;

    border-left: 4px solid var(--about-red, #bd3640);
    border-radius: 0 16px 16px 0;

    background: rgba(189, 54, 64, 0.06);

    color: #173754;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.65;
}


/* ==========================================================
   THANK YOU SECTION
========================================================== */

.about-page .about-thank-you-section {
    padding: 5rem 0;

    background: #ffffff;
}

.about-page .about-thank-you-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    align-items: center;
    gap: clamp(2.5rem, 6vw, 5rem);
}

.about-page .about-thank-you-content h2 {
    margin: 0 0 1rem;

    color: #173754;
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.about-page .about-thank-you-content p {
    margin: 0 0 1rem;

    color: #5c6976;
    font-size: 1.04rem;
    line-height: 1.8;
}


/* ==========================================================
   GUIDING PRINCIPLE
========================================================== */

.about-page .about-guiding-principle {
    padding: 4rem 0;

    background:
        linear-gradient(135deg,
            #173754 0%,
            #1e4d68 56%,
            #173754 100%);
}

.about-page .about-guiding-principle h2 {
    max-width: 920px;
    margin: 0 auto;

    color: #ffffff;
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -0.035em;
    text-align: center;
}


/* ==========================================================
   FINAL CALL TO ACTION
========================================================== */

.about-page .about-final-cta {
    padding: 5rem 0;

    background:
        radial-gradient(circle at top left,
            rgba(189, 54, 64, 0.08),
            transparent 32%),
        linear-gradient(135deg,
            #fffdf9 0%,
            #fff7f2 52%,
            #f7fbff 100%);
}

.about-page .about-cta-card {
    max-width: 1000px;
    margin: 0 auto;
    padding: clamp(2.4rem, 5vw, 4.2rem);

    text-align: center;

    border: 1px solid rgba(23, 55, 84, 0.10);
    border-radius: 28px;

    background: rgba(255, 255, 255, 0.92);

    box-shadow:
        0 26px 56px rgba(23, 55, 84, 0.12),
        0 8px 20px rgba(189, 54, 64, 0.05);
}

.about-page .about-cta-card h2 {
    margin: 0 0 1rem;

    color: #173754;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.about-page .about-cta-card p {
    max-width: 720px;
    margin: 0 auto 1.8rem;

    color: #5c6976;
    font-size: 1.06rem;
    line-height: 1.8;
}

.about-page .cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 1rem;
    flex-wrap: wrap;
}

.about-page .cta-buttons .purchase-btn {
    min-width: 190px;
    margin: 0;
}


/* ==========================================================
   ABOUT PAGE TABLET
========================================================== */

@media (max-width: 991px) {

    .about-page .about-section,
    .about-page .about-story-section,
    .about-page .about-philosophy-section,
    .about-page .about-beliefs-section,
    .about-page .about-support-section,
    .about-page .about-create-section,
    .about-page .about-promise-section,
    .about-page .about-future-section,
    .about-page .about-founder-section,
    .about-page .about-thank-you-section,
    .about-page .about-final-cta {
        padding: 4.25rem 0;
    }

    .about-page .about-story-layout,
    .about-page .about-support-layout,
    .about-page .about-founder-layout,
    .about-page .about-thank-you-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-page .about-story-layout.is-reversed .about-story-image,
    .about-page .about-story-layout.is-reversed .about-story-content {
        order: initial;
    }

    .about-page .beliefs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page .about-future-staircase {
        grid-template-columns: 1fr;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-page .future-step:nth-child(2),
    .about-page .future-step:nth-child(3) {
        margin-top: 0;
    }

    .about-page .about-founder-image,
    .about-page .about-thank-you-layout .about-image-frame {
        max-width: 620px;
        margin: 0 auto;
    }
}


/* ==========================================================
   ABOUT PAGE MOBILE
========================================================== */

@media (max-width: 576px) {

    .about-page .about-main-hero {
        padding: 3.8rem 0;
    }

    .about-page .about-main-hero h1 {
        font-size: 2.65rem;
        line-height: 1.05;
    }

    .about-page .about-main-hero p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .about-page .about-section,
    .about-page .about-story-section,
    .about-page .about-philosophy-section,
    .about-page .about-beliefs-section,
    .about-page .about-support-section,
    .about-page .about-create-section,
    .about-page .about-promise-section,
    .about-page .about-future-section,
    .about-page .about-founder-section,
    .about-page .about-thank-you-section,
    .about-page .about-final-cta {
        padding: 3.5rem 0;
    }

    .about-page .about-story-content h2,
    .about-page .about-support-content h2,
    .about-page .about-founder-content h2,
    .about-page .about-thank-you-content h2 {
        font-size: 2rem;
    }

    .about-page .about-story-content p,
    .about-page .about-support-content p,
    .about-page .about-founder-content p,
    .about-page .about-thank-you-content p {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .about-page .beliefs-grid {
        grid-template-columns: 1fr;
    }

    .about-page .belief-card {
        min-height: 0;
        padding: 1.6rem 1.25rem;
    }

    .about-page .about-support-content,
    .about-page .about-promise-card,
    .about-page .about-statement-card,
    .about-page .about-cta-card {
        padding: 2rem 1.3rem;
        border-radius: 20px;
    }

    .about-page .about-image-frame,
    .about-page .about-support-image,
    .about-page .about-founder-image,
    .about-page .future-step {
        border-radius: 20px;
    }

    .about-page .about-guiding-principle {
        padding: 3.2rem 0;
    }

    .about-page .about-guiding-principle h2 {
        font-size: 2rem;
    }

    .about-page .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .about-page .cta-buttons .purchase-btn {
        width: 100%;
        max-width: 320px;
    }
}

/* ==========================================================
   ABOUT PAGE 2.0 END
========================================================== */

/* ==========================================================
   ABOUT BELIEF CARDS START
========================================================== */

.about-page .about-beliefs-section {
    background: #fff8f6;
}

.about-page .about-beliefs-section .row>[class*="col-"] {
    display: flex;
}

.about-page .belief-card {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;
    min-height: 290px;
    padding: 1.8rem 1.4rem;

    text-align: center;

    background: #ffffff;
    border: 1px solid rgba(189, 54, 64, 0.18);
    border-radius: 22px;

    box-shadow:
        0 16px 34px rgba(23, 55, 84, 0.10),
        0 6px 16px rgba(189, 54, 64, 0.06);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.about-page .belief-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 24px 46px rgba(23, 55, 84, 0.15),
        0 10px 22px rgba(189, 54, 64, 0.10);
}

.about-page .belief-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 82px;
    height: 82px;
    margin: 0 auto 1.35rem;

    border: 1px solid rgba(189, 54, 64, 0.24);
    border-radius: 50%;

    background:
        radial-gradient(circle at 30% 22%,
            rgba(255, 255, 255, 0.98),
            rgba(255, 255, 255, 0.35) 42%),
        linear-gradient(180deg,
            #fff5f6 0%,
            #ffdce0 100%);

    box-shadow:
        0 14px 28px rgba(189, 54, 64, 0.16),
        inset 0 2px 3px rgba(255, 255, 255, 0.95);
}

.about-page .belief-icon i {
    color: #bd3640;
    font-size: 2rem;
    line-height: 1;
}

.about-page .belief-card h3 {
    margin: 0 0 0.8rem;

    color: #173754;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.3;
}

.about-page .belief-card p {
    margin: 0;

    color: #5c6976;
    font-size: 0.95rem;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .about-page .belief-card {
        min-height: 0;
    }
}

/* ==========================================================
   ABOUT BELIEF CARDS END
========================================================== */
/* ==========================================================
   ABOUT HERO IMAGE - MOBILE
========================================================== */

@media (max-width: 767.98px) {

    .about-page .about-hero-image-section {
        padding-bottom: 1.25rem;
    }

    .about-page .about-hero-card {
        margin: -1rem auto 0;
        border-radius: 20px;
    }
}