/* =============================================
   HJ Theme — About Page Styles (Cream Castle)
   ============================================= */

.hj-about-page {
    overflow-x: hidden;
    background: #fff;
}

/* ── Shared container ── */
.hj-about-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4rem;
}

/* ── Shared section header (heart + title) ── */
.hj-about-page .hj-section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    text-align: center;
}
.hj-about-page .hj-section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: #2d1b2e;
}
.hj-about-page .hj-heart {
    font-size: 16px;
    color: #e8547a;
}

/* ── Headings / text ── */
.hj-about-heading {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 900;
    color: #2d1b2e;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 18px;
}
.hj-about-heading span {
    color: #e8547a;
}
.hj-about-heading--left {
    text-align: left;
    margin-bottom: 14px;
}
.hj-about-text {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.hj-about-story-content .hj-about-text {
    text-align: left;
    max-width: none;
    margin: 0;
}

/* ── HERO ── */
.hj-about-hero {
    position: relative;
    background: linear-gradient(135deg, #fce4ec 0%, #fff0f5 55%, #fdf4f7 100%);
    padding: 70px 4rem 90px;
    text-align: center;
    overflow: hidden;
}
.hj-about-hero::before {
    content: '🎂';
    position: absolute;
    top: -10px;
    left: 6%;
    font-size: 70px;
    opacity: 0.12;
    transform: rotate(-12deg);
}
.hj-about-hero::after {
    content: '🍦';
    position: absolute;
    bottom: 30px;
    right: 7%;
    font-size: 70px;
    opacity: 0.12;
    transform: rotate(14deg);
}
.hj-about-hero-inner {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.hj-about-tagline {
    font-size: 15px;
    color: #e8547a;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}
.hj-about-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 900;
    color: #2d1b2e;
    line-height: 1.2;
    margin-bottom: 16px;
}
.hj-about-title span {
    display: block;
    color: #e8547a;
    font-size: 0.55em;
    letter-spacing: 2px;
    margin-top: 6px;
}
.hj-about-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    max-width: 520px;
    margin: 0 auto;
}
.hj-about-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 3;
}
.hj-about-hero-wave svg {
    width: 100%;
    height: 100%;
}

/* ── INTRO ── */
.hj-about-intro {
    padding: 56px 0 40px;
}

/* ── OUR STORY ── */
.hj-about-story {
    padding: 40px 0 56px;
}
.hj-about-story-grid {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 36px;
    align-items: center;
    background: #fff8fa;
    border: 1px solid #fce4ec;
    border-radius: 20px;
    padding: 36px;
}
.hj-about-story-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fce4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(232, 84, 122, 0.18);
}

/* ── WHAT WE MAKE ── */
.hj-about-products {
    padding: 56px 0;
    background: #fff8fa;
}
.hj-about-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.hj-about-product-card {
    background: #fff;
    border: 1px solid #fce4ec;
    border-radius: 18px;
    padding: 32px 28px;
    text-align: center;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.hj-about-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(232, 84, 122, 0.14);
}
.hj-about-product-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff0f5;
    border: 2px solid #fce4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 16px;
}
.hj-about-product-card h3 {
    font-size: 18px;
    font-weight: 900;
    color: #2d1b2e;
    margin-bottom: 10px;
}
.hj-about-product-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.85;
}

/* ── MOTTO ── */
.hj-about-motto {
    padding: 56px 0;
}
.hj-about-motto-box {
    background: linear-gradient(135deg, #fce4ec 0%, #fff0f5 50%, #fce4ec 100%);
    border: 2px solid rgba(232, 84, 122, 0.2);
    border-radius: 20px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
}
.hj-about-motto-icon {
    font-size: 28px;
    flex-shrink: 0;
}
.hj-about-motto-text {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 700;
    font-style: italic;
    color: #2d1b2e;
    line-height: 1.7;
    max-width: 720px;
}

/* ── WHY CHOOSE US ── */
.hj-about-why {
    padding: 56px 0;
}
.hj-about-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.hj-about-why-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    background: #fff8fa;
    border: 1px solid #fce4ec;
    border-radius: 14px;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.hj-about-why-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(232, 84, 122, 0.1);
}
.hj-about-why-icon {
    font-size: 30px;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fce4ec;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hj-about-why-title {
    font-size: 15px;
    font-weight: 800;
    color: #2d1b2e;
    margin-bottom: 4px;
}
.hj-about-why-sub {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
}

/* ── CTA ── */
.hj-about-cta-section {
    padding: 50px 0 70px;
}
.hj-about-cta-box {
    background: #2d1b2e;
    border-radius: 20px;
    padding: 44px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    overflow: hidden;
}
.hj-about-cta-box::before {
    content: '🎂🍦🎉';
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    opacity: 0.08;
}
.hj-about-cta-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
}
.hj-about-cta-label {
    font-size: 14px;
    color: #ffb6c9;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 8px;
}
.hj-about-cta-title {
    font-size: clamp(1.15rem, 2.4vw, 1.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 22px;
}
.hj-about-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 13px 32px;
    background: #e8547a;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition:
        background 0.2s,
        transform 0.15s;
    box-shadow: 0 6px 20px rgba(232, 84, 122, 0.35);
}
.hj-about-cta-btn:hover {
    background: #c73d62;
    transform: translateY(-2px);
}
.hj-about-cta-badge-wrap {
    flex-shrink: 0;
    z-index: 2;
}
.hj-about-cta-badge {
    width: 110px;
    height: 110px;
    background: #e8547a;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    box-shadow: 0 8px 24px rgba(232, 84, 122, 0.4);
}
.hj-about-cta-badge span:first-child {
    font-size: 20px;
    font-weight: 900;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .hj-about-container {
        padding: 0 2.5rem;
    }
    .hj-about-hero {
        padding: 60px 2.5rem 80px;
    }
}

@media (max-width: 768px) {
    .hj-about-container {
        padding: 0 1.75rem;
    }
    .hj-about-hero {
        padding: 50px 1.75rem 70px;
    }
    .hj-about-hero::before,
    .hj-about-hero::after {
        font-size: 46px;
    }
    .hj-about-story-grid {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 28px 22px;
        gap: 22px;
    }
    .hj-about-story-content .hj-about-heading--left,
    .hj-about-story-content .hj-about-text {
        text-align: center;
    }
    .hj-about-products-grid {
        grid-template-columns: 1fr;
    }
    .hj-about-why-grid {
        grid-template-columns: 1fr;
    }
    .hj-about-motto-box {
        flex-direction: column;
        padding: 32px 26px;
    }
    .hj-about-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 32px 26px;
    }
    .hj-about-cta-box::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .hj-about-container {
        padding: 0 1rem;
    }
    .hj-about-hero {
        padding: 40px 1rem 60px;
    }
    .hj-about-intro,
    .hj-about-story,
    .hj-about-products,
    .hj-about-motto,
    .hj-about-why {
        padding: 36px 0;
    }
    .hj-about-cta-section {
        padding: 36px 0 50px;
    }
}
