/* About page: Hoang Phong logo palette, isolated from shared site components. */
.hp-about {
    --navy: #073774;
    --deep: #062756;
    --orange: #ff8509;
    --red: #e43c14;
    --muted: #54667f;
    color: var(--deep);
    background: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: break-word
}

    .hp-about * {
        box-sizing: border-box
    }

    .hp-about .hp-wrap {
        width: calc(100% - 64px);
        max-width: 1200px;
        margin: 0 auto
    }

    .hp-about h1, .hp-about h2, .hp-about h3, .hp-about p, .hp-about figure {
        margin: 0
    }

    .hp-about h1, .hp-about h2, .hp-about h3 {
        font-weight: 700;
        letter-spacing: -.035em;
        line-height: 1.5;
        color: var(--deep)
    }

    .hp-about h1 {
        font-size: clamp(38px,3vw,64px);
        font-family: 'BaiJamjuree-SemiBold';
    }

    .hp-about h2 {
        font-size: clamp(26px,3.1vw,26px);
        font-family: 'BaiJamjuree-SemiBold';
    }

    .hp-about h3 {
        font-size: 21px;
        line-height: 1.4
    }

    .hp-about a {
        text-decoration: none
    }

        .hp-about a:focus-visible {
            outline: 3px solid var(--orange);
            outline-offset: 5px
        }

    .hp-about .hp-eyebrow {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #b84210;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .13em;
        margin-bottom: 12px;
    }

        .hp-about .hp-eyebrow:before {
            content: "";
            width: 25px;
            height: 3px;
            background: linear-gradient(90deg,var(--orange),var(--red));
            flex: none
        }

    .hp-about .hp-section {
        padding: 61px 0;
        scroll-margin-top: 110px
    }

    .hp-about .hp-scroll-progress {
        position: fixed;
        left: 0;
        top: 0;
        height: 3px;
        background: linear-gradient(90deg,var(--orange),var(--red));
        width: 100%;
        transform: scaleX(0);
        transform-origin: left;
        z-index: 1100;
        pointer-events: none
    }

    .hp-about .hp-hero {
        position: relative;
        background: radial-gradient(ellipse at 90% 15%,#ffe4bd 0,transparent 40%),linear-gradient(135deg,#f3f8ff,#fff 70%);
        padding: 24px 0 0;
        isolation: isolate;
        overflow: hidden
    }

        .hp-about .hp-hero:before {
            content: "";
            position: absolute;
            right: -100px;
            top: -230px;
            width: 650px;
            height: 650px;
            border: 1px solid #ffbc7766;
            border-radius: 50%;
            box-shadow: 0 0 0 65px #ffae390a,0 0 0 130px #ffae3908;
            z-index: -1
        }

    .hp-about .hp-breadcrumb {
        display: flex;
        gap: 12px;
        font-size: 13px;
        color: var(--muted);
        flex-wrap: wrap
    }

        .hp-about .hp-breadcrumb a {
            color: var(--navy)
        }

    .hp-about .hp-hero-grid {
        display: grid;
        grid-template-columns: 0.9fr 1.06fr;
        gap: 10px;
        align-items: center;
        padding: 33px 0 58px;
    }

        .hp-about .hp-hero-grid > * {
            min-width: 0
        }

    .hp-about h1 em {
        font-style: normal;
        color: #df480e;
        background: linear-gradient(110deg,#b93908,#f17d00);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .hp-about .hp-lead {
        font-size: 19px;
        margin-top: 24px;
        color: var(--muted);
        max-width: 510px;
        line-height: 1.4;
    }

    .hp-about .hp-actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 22px;
        margin-top: 28px
    }

    .hp-about .hp-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 52px;
        padding: 13px 25px;
        border-radius: 9px;
        background: linear-gradient(110deg,#ad3508,#cb4709);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        box-shadow: 0 8px 20px #cf4c0926;
        transition: transform .25s,box-shadow .25s
    }

    .hp-about .hp-btn-dark {
        background: linear-gradient(110deg,var(--navy),#07539c);
        box-shadow: 0 8px 20px #07377420
    }

    .hp-about .hp-text-link {
        padding: 12px 0;
        color: var(--navy);
        font-size: 14px;
        border-bottom: 1px solid #a4b9d4
    }

    .hp-about .hp-location {
        margin-top: 27px;
        font-size: 17px;
        color: var(--muted)
    }

    .hp-about .hp-visual {
        border: 7px solid white;
        border-radius: 22px;
        box-shadow: 0 24px 65px #07377420;
        background: #fff;
        position: relative;
        transform: rotate(1.5deg)
    }

        .hp-about .hp-visual img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 12px
        }

    .hp-about .hp-image-label {
        font-size: 16px;
        letter-spacing: .07em;
        font-weight: 700;
        padding: 14px 10px;
        color: var(--navy);
        display: flex;
        align-items: center;
        gap: 9px;
        font-family: 'BaiJamjuree-SemiBold';
    }

        .hp-about .hp-image-label i {
            color: #e16806;
            font-size: 19px
        }

    .hp-about .hp-visual figcaption {
        padding: 16px 10px 10px;
        font-size: 16px;
        color: var(--muted);
        font-family: 'BaiJamjuree-SemiBold';
    }

        .hp-about .hp-visual figcaption span {
            color: #e16806;
            margin-right: 8px
        }

    .hp-about .hp-facts {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
        background: #fff;
        border: 1px solid #e1e9f3;
        border-bottom: 3px solid var(--orange);
        padding: 28px;
        border-radius: 16px 16px 0 0
    }

        .hp-about .hp-facts > div {
            padding-left: 18px;
            border-left: 2px solid #ffd5a6
        }

        .hp-about .hp-facts strong, .hp-about .hp-facts span {
            display: block
        }

        .hp-about .hp-facts strong {
            font-size: 19px;
            color: var(--navy);
            font-family: 'BaiJamjuree-SemiBold';
        }

        .hp-about .hp-facts span {
            font-size: 14px;
            color: var(--muted);
            margin-top: 4px
        }

    .hp-about .hp-story {
        display: grid;
        grid-template-columns: .95fr 1.05fr;
        gap: 40px;
        align-items: center
    }

section#ve-hoang-phong .hp-story {
    display: grid;
    grid-template-columns: .45fr 1.05fr;
    gap: 72px;
    align-items: center
}

.hp-about .hp-company-mark {
    width: 170px;
    max-width: 100%;
    margin-bottom: 26px;
    padding: 10px;
    border: 1px solid #e6edf6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 12px 12px 0 #f1f6fd
}

    .hp-about .hp-company-mark img {
        display: block;
        width: 100%;
        height: auto
    }

.hp-about .hp-brand {
    margin-top: 24px;
    padding-left: 18px;
    border-left: 3px solid var(--orange);
    font-size: 17px;
    font-weight: 700
}

    .hp-about .hp-brand span {
        font-size: 14px;
        font-weight: 400;
        color: var(--muted)
    }

.hp-about .hp-copy p {
    color: var(--muted);
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.hp-about .hp-copy .hp-intro {
    font-size: 20px;
    color: var(--navy);
    line-height: 1.5;
}

.hp-about .hp-copy blockquote {
    margin: 24px 0 0;
    padding: 22px;
    background: #f2f6fc;
    border-left: 3px solid var(--orange);
    border-radius: 0 12px 12px 0;
    color: var(--navy);
    font-weight: 600;
    font-size: 19px;
    font-family: 'BaiJamjuree-SemiBold';
}

.hp-about .hp-soft {
    background: #f3f7fc
}

.hp-about .hp-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    background: transparent;
    margin-bottom: 38px
}

    .hp-about .hp-heading > p {
        max-width: 486px;
        color: var(--muted);
        font-size: 16px;
        line-height: 1.6;
    }

.hp-about .hp-cards {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
}

    .hp-about .hp-cards article {
        background: white;
        border: 1px solid #dfe8f5;
        border-radius: 18px;
        overflow: hidden;
        transition: transform .3s,box-shadow .3s
    }

.hp-about .hp-card-image {
    overflow: hidden;
}

    .hp-about .hp-card-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .65s
    }

.hp-about .hp-card-body {
    position: relative;
    padding: 26px 30px 30px
}

.hp-about .hp-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #fff1e3;
    color: #bb4709;
    font-size: 22px;
    border-radius: 13px
}

.hp-about .hp-cards article:nth-child(even) .hp-icon {
    color: var(--navy);
    background: #eaf2ff
}

.hp-about .hp-number {
    position: absolute;
    top: 22px;
    right: 28px;
    font-size: 36px;
    font-weight: 700;
    color: #e2eaf5;
    line-height: 1.5
}

.hp-about .hp-cards h3 {
    margin: 18px 0 12px;
    font-weight: normal;
    font-family: 'HP Bai Jamjuree';
}

.hp-about .hp-cards p, .hp-about .hp-clients p {
    color: var(--muted);
    font-size: 15px;
    text-align: justify;
}

.hp-about .hp-clients {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 26px
}

    .hp-about .hp-clients article {
        border: 1px solid #e0e8f4;
        border-radius: 16px;
        overflow: hidden;
        padding: 0 24px 26px;
        transition: transform .3s,box-shadow .3s
    }

.hp-about .hp-client-image {
    width: calc(100% + 48px);
    max-width: none;
    height: auto;
    display: block;
    margin: 0 -24px 24px;
    background: #f4f8ff;
    aspect-ratio: 480/260
}

.hp-about .hp-clients i {
    color: #c64a0b;
    font-size: 24px;
    margin-bottom: 12px
}

.hp-about .hp-clients h3 {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: normal;
    font-family: 'BaiJamjuree-SemiBold';
}

.hp-about .hp-process {
    background: radial-gradient(ellipse at top right,#124c93,transparent 65%),var(--deep);
    color: white
}

    .hp-about .hp-process h2, .hp-about .hp-process h3 {
        color: #fff
    }

    .hp-about .hp-process .hp-eyebrow {
        color: #ffbc6e
    }

.hp-about .hp-process-intro {
    display: grid;
    grid-template-columns: .65fr 1fr;
    gap: 18px;
    align-items: center
}

.hp-about .hp-process-description {
    margin-top: 22px;
    max-width: 420px;
    color: #c5d6ec
}

.hp-about .hp-process-image {
    overflow: hidden;
    border-radius: 16px;
    border: 5px solid #ffffff24
}

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

.hp-about .hp-steps {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 25px;
    padding: 0;
    margin: 48px 0 0;
    list-style: none
}

    .hp-about .hp-steps li {
        padding-top: 26px;
        border-top: 1px solid #4c6d98
    }

        .hp-about .hp-steps li > span {
            display: inline-flex;
            width: 48px;
            height: 48px;
            align-items: center;
            justify-content: center;
            background: #ffffff10;
            color: #ffb35c;
            border: 1px solid #ffb35c70;
            border-radius: 50%;
            font-size: 19px;
            font-weight: 700;
            margin-bottom: 22px
        }

    .hp-about .hp-steps h3 {
        font-size: 19px;
        margin-bottom: 12px;
        font-family: 'BaiJamjuree-SemiBold';
    }

    .hp-about .hp-steps p {
        font-size: 14px;
        color: #c5d6ec;
        text-align: justify;
    }

.hp-about .hp-care-image {
    margin-top: 28px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 30px #07377414
}

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

.hp-about .hp-checks {
    padding: 0;
    margin: 0;
    list-style: none
}

    .hp-about .hp-checks li {
        position: relative;
        padding: 20px 20px 20px 58px;
        background: #f5f8fd;
        border: 1px solid #e5ecf6;
        border-radius: 12px;
        margin-bottom: 14px
    }

        .hp-about .hp-checks li:last-child {
            margin-bottom: 0
        }

        .hp-about .hp-checks li:before {
            content: '✓';
            position: absolute;
            left: 20px;
            top: 20px;
            color: #c7480a;
            font-size: 23px;
            font-weight: 700
        }

    .hp-about .hp-checks strong, .hp-about .hp-checks span {
        display: block
    }

    .hp-about .hp-checks strong {
        font-size: 16px
    }

    .hp-about .hp-checks span {
        font-size: 14px;
        color: var(--muted);
        margin-top: 5px
    }

.hp-about .hp-contact {
    padding: 30px 0;
    background: radial-gradient(circle at right,#ffcc823d,transparent 60%),#fff5e9;
    border-top: 1px solid #ffddb5
}

    .hp-about .hp-contact > .hp-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px
    }

    .hp-about .hp-contact h2 {
        font-size: clamp(23px,3vw,23px);
    }

    .hp-about .hp-contact p:not(.hp-eyebrow) {
        color: var(--muted);
        margin-top: 20px;
        text-align: justify;
    }

.hp-about .hp-contact-logo {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 14px;
    margin-bottom: 20px
}

.hp-about .hp-contact .hp-btn {
    flex-shrink: 0
}

@media(hover:hover) and (prefers-reduced-motion:no-preference) {
    .hp-about .hp-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 30px #07377430
    }

    .hp-about .hp-cards article:hover, .hp-about .hp-clients article:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px #07377412
    }

        .hp-about .hp-cards article:hover img {
            transform: scale(1.035)
        }
}

.hp-about .hp-reveal {
    animation: hp-about-reveal .75s cubic-bezier(.2,.7,.2,1) both;
    animation-delay: var(--reveal-delay,0ms)
}

@keyframes hp-about-reveal {
    from {
        opacity: 0;
        transform: translateY(22px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:1199px) {
    .hp-about {
    }
}

@media(max-width:1023px) {
    .hp-about .hp-hero-grid {
        gap: 28px
    }

    .hp-about .hp-story {
        gap: 36px
    }

    .hp-about .hp-facts {
        grid-template-columns: repeat(2,1fr)
    }

    .hp-about .hp-process-intro {
        gap: 30px
    }

    .hp-about .hp-steps {
        grid-template-columns: repeat(2,1fr)
    }

    .hp-about .hp-clients {
        gap: 15px
    }

        .hp-about .hp-clients h3 {
            font-size: 19px
        }

    .hp-about .hp-heading > p {
        max-width: 300px
    }
}

@media(max-width:767px) {
    .hp-about .hp-wrap {
        width: calc(100% - 36px)
    }

    .hp-about .hp-number {
        font-size: 28px;
    }

    .hp-about .hp-section {
        padding: 54px 0
    }

    .hp-about .hp-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 21px 0;
    }

    .hp-about h1 {
        font-size: 23px;
        line-height: 1.5;
    }

    .hp-about .hp-lead {
        font-size: 15px;
        line-height: 1.5;
        text-align: justify;
    }

    .hp-about .hp-visual {
        transform: none
    }

    .hp-about .hp-facts {
        padding: 22px 14px;
        gap: 20px 12px
    }

    .hp-about .hp-visual figcaption {
        font-size: 14px;
    }

    .hp-about .hp-facts > div {
        padding-left: 10px
    }

    .hp-about .hp-facts strong {
        font-size: 15px
    }

    .hp-about .hp-facts span {
        font-size: 11px
    }

    .hp-about .hp-story, .hp-about .hp-process-intro {
        grid-template-columns: 1fr;
        gap: 30px
    }
section#ve-hoang-phong .hp-story {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    align-items: center;
}
    .hp-about .hp-company-mark {
        width: 140px
    }

    .hp-about .hp-heading {
        display: block;
        margin-bottom: 28px
    }

        .hp-about .hp-heading > p {
            max-width: none;
            margin-top: 20px;
            font-size: 15px;
            text-align: justify;
        }

    .hp-about .hp-cards, .hp-about .hp-clients {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .hp-about .hp-card-body {
        padding: 22px
    }

    .hp-about .hp-cards h3 {
        font-size: 18px;
    }

    .hp-about .hp-client-image {
        max-height: 210px;
        object-fit: contain
    }

    .hp-about .hp-steps {
        gap: 24px 18px;
        margin-top: 30px
    }

        .hp-about .hp-steps h3 {
            font-size: 15px;
        }

        .hp-about .hp-steps p {
            font-size: 14px;
        }

    .hp-about .hp-contact > .hp-wrap {
        display: block
    }

    .hp-about .hp-contact .hp-btn {
        margin-top: 25px
    }

    .hp-about .hp-contact {
        padding: 45px 0
    }

    .hp-about .hp-actions {
        gap: 15px
    }

    .hp-about .hp-location {
        font-size: 15px;
    }

    .hp-about .hp-image-label {
        font-size: 12px;
    }

    .hp-about .hp-eyebrow {
        letter-spacing: .09em;
        margin-bottom: 9px;
        font-size: 14px;
    }

    .hp-about h2 {
        font-size: 20px;
    }

    .hp-about .hp-contact h2 {
        font-size: 18px;
    }

    .hp-about .hp-copy .hp-intro {
        font-size: 15px;
    }
.hp-about .hp-copy blockquote{
     font-size: 17px;
}
    .hp-about .hp-copy p {
        font-size: 15px;
    }
}

@media(max-width:359px) {
    .hp-about h1 {
        font-size: 35px
    }

    .hp-about .hp-steps {
        grid-template-columns: 1fr
    }

    .hp-about .hp-btn {
        width: 100%
    }
}

@media(prefers-reduced-motion:reduce) {
    .hp-about * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important
    }

    .hp-about .hp-scroll-progress {
        display: none
    }
}