body.hst-about-page {
    margin: 0 !important;
    color: #222;
    background: #fff;
    font-family: var(--hst-font-family);
    overflow-x: hidden;
}

body.hst-about-page #masthead,
body.hst-about-page .main-header-bar,
body.hst-about-page .site-header,
body.hst-about-page .ast-container,
body.hst-about-page #content,
body.hst-about-page #page {
    display: contents;
}

.hst-about-main {
    width: 100%;
}

.hst-about-hero {
    height: 960px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hst-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.22);
}

.hst-about-hero__inner {
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 208px;
    position: relative;
    z-index: 1;
}

.hst-about-hero h1 {
    margin: 0 0 28px;
    color: #fff;
    font-size: var(--hst-font-hero-title, 80px);
    font-weight: 600;
    line-height: 1.35;
}

.hst-about-hero p {
    margin: 0 0 118px;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--hst-font-hero-subtitle, 48px);
    font-weight: 400;
    line-height: 1.2;
}

.hst-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 164px;
    min-height: 52px;
    height: auto;
    padding: 0 34px;
    background: #e60012;
    color: #fff !important;
    font-size: var(--hst-font-button);
    font-weight: 600;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hst-about-btn:hover {
    background: #c40010;
    box-shadow: 0 4px 12px rgba(230, 0, 18, 0.28);
    transform: translateY(-1px);
}

.hst-about-btn span {
    width: 24px;
    height: 2px;
    position: relative;
    background: currentColor;
}

.hst-about-btn span::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.hst-values-section {
    padding: 0 0 104px;
    background: #fff;
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.hst-values-grid {
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    box-sizing: border-box;
}

.hst-value-card {
    min-height: 356px;
    padding: 64px 70px 52px;
    background: #f6f6f6;
    text-align: center;
    box-sizing: border-box;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.hst-value-card:nth-child(1),
.hst-value-card:nth-child(4) {
    background: #fff;
}

.hst-value-icon {
    display: inline-block;
    width: 86px;
    height: 86px;
    margin-bottom: 28px;
    background: center / contain no-repeat;
}

.hst-icon-vision { background-image: url('../images/figma-icon-vision.svg'); }
.hst-icon-mission { background-image: url('../images/figma-icon-mission.svg'); }
.hst-icon-values { background-image: url('../images/figma-icon-values.svg'); }
.hst-icon-spirit { background-image: url('../images/figma-icon-spirit.svg'); }
.hst-icon-client { background-image: url('../images/figma-icon-client.svg'); }
.hst-icon-tech { background-image: url('../images/figma-icon-tech.svg'); }
.hst-icon-service { background-image: url('../images/figma-icon-service.svg'); }
.hst-icon-custom { background-image: url('../images/figma-icon-custom.svg'); }
.hst-icon-warehouse { background-image: url('../images/figma-icon-warehouse.svg'); }
.hst-icon-training { background-image: url('../images/figma-icon-training.svg'); }
.hst-icon-response { background-image: url('../images/figma-icon-response.svg'); }
.hst-icon-feedback { background-image: url('../images/figma-icon-feedback.svg'); }
.hst-icon-brand { background-image: url('../images/figma-icon-brand.svg'); }
.hst-icon-trade { background-image: url('../images/figma-icon-trade.svg'); }
.hst-icon-solution { background-image: url('../images/figma-icon-solution.svg'); }

.hst-value-card:hover,
.hst-value-card:focus-within {
    background: #e60012;
    transform: translateY(-3px);
}

.hst-value-card:hover .hst-value-icon,
.hst-value-card:focus-within .hst-value-icon {
    filter: brightness(0) invert(1);
}

.hst-value-card h2 {
    margin: 0 0 28px;
    color: #111;
    font-size: var(--hst-font-content-title);
    font-weight: 700;
    line-height: 1.2;
}

.hst-value-card p {
    margin: 0;
    color: #111;
    font-size: var(--hst-font-body-lg);
    line-height: 1.75;
}

.hst-value-card:hover h2,
.hst-value-card:hover p,
.hst-value-card:focus-within h2,
.hst-value-card:focus-within p {
    color: #fff;
}

.hst-section-title {
    text-align: center;
    margin-bottom: 86px;
}

.hst-section-title h2 {
    margin: 0;
    color: #333;
    font-size: var(--hst-font-section-title);
    font-weight: 700;
}

.hst-company-section {
    padding: 72px 0 90px;
}

.hst-company-section .hst-section-title {
    margin-bottom: 76px;
}

.hst-company-intro {
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto 62px;
    display: grid;
    grid-template-columns: 251px 1fr;
    gap: 90px;
    align-items: start;
}

.hst-side-title p,
.hst-side-title h3 {
    margin: 0;
    color: #333;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
}

.hst-side-title h3 {
    margin-top: 12px;
    font-size: 32px;
}

.hst-side-title span {
    display: block;
    width: 42px;
    height: 6px;
    margin-top: 22px;
    background: #e60012;
}

.hst-company-copy p {
    margin: 0 0 22px;
    color: #333;
    font-size: var(--hst-font-body);
    line-height: 1.95;
}

.hst-building-img {
    display: block;
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto;
}

.hst-team-section {
    padding: 90px 0 94px;
}

.hst-culture-section {
    padding: 68px 0 76px;
    background: #fff;
}

.hst-culture-section .hst-section-title {
    margin-bottom: 42px;
}

.hst-culture-section .hst-value-card {
    min-height: 284px;
    padding: 44px 58px 38px;
}

.hst-culture-section .hst-value-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
}

.hst-culture-section .hst-value-card h2 {
    margin-bottom: 16px;
}

.hst-culture-section .hst-value-card p {
    font-size: var(--hst-font-body);
    line-height: 1.68;
}

.hst-team-layout {
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    gap: 84px;
    align-items: center;
}

.hst-team-layout img {
    width: 100%;
    display: block;
}

.hst-team-copy h3 {
    margin: 0 0 24px;
    color: #111;
    font-size: var(--hst-font-content-title);
    font-weight: 700;
}

.hst-team-copy p {
    margin: 0 0 44px;
    color: #333;
    font-size: var(--hst-font-body);
    line-height: 1.9;
}

.hst-advantage-section {
    padding: 30px 0 94px;
}

.hst-advantages-grid {
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    box-sizing: border-box;
}

.hst-adv-card {
    position: relative;
    min-height: 231px;
    padding: 42px 40px 28px;
    background: #f6f6f6;
    box-sizing: border-box;
    overflow: hidden;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.hst-adv-card:nth-child(8n+1),
.hst-adv-card:nth-child(8n+3),
.hst-adv-card:nth-child(8n+6),
.hst-adv-card:nth-child(8n+8) {
    background: #fff;
}

.hst-adv-card:hover,
.hst-adv-card:focus-within {
    background: #e60012;
    box-shadow: 0 16px 38px rgba(230, 0, 18, 0.16);
    transform: translateY(-3px);
}

.hst-adv-card:nth-child(1),
.hst-adv-card:nth-child(2),
.hst-adv-card:nth-child(3),
.hst-adv-card:nth-child(4) {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.hst-adv-card:nth-child(4n) {
    border-right: 1px solid #e8e8e8;
}

.hst-adv-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: center / contain no-repeat;
}

.hst-adv-no {
    position: absolute;
    right: 40px;
    top: 34px;
    color: #e60012;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.hst-adv-card:hover .hst-adv-icon,
.hst-adv-card:focus-within .hst-adv-icon {
    filter: brightness(0) invert(1);
}

.hst-adv-card:hover .hst-adv-no,
.hst-adv-card:focus-within .hst-adv-no {
    color: rgba(255, 255, 255, 0.35);
}

.hst-adv-card h3 {
    margin: 28px 0 10px;
    color: #111;
    font-size: var(--hst-font-content-title);
    font-weight: 700;
    line-height: 1.2;
}

.hst-adv-card p {
    margin: 0;
    color: #777;
    font-size: var(--hst-font-body-sm);
    line-height: 1.7;
}

.hst-adv-card:hover h3,
.hst-adv-card:hover p,
.hst-adv-card:focus-within h3,
.hst-adv-card:focus-within p {
    color: #fff;
}

.hst-cert-section {
    padding: 86px 0 120px;
    background: #fff;
}

.hst-cert-carousel {
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto;
    padding: 24px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    gap: 24px;
    align-items: center;
    background: #fafafa;
    box-sizing: border-box;
}

.hst-cert-grid {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    background: #fafafa;
}

.hst-cert-grid article {
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: 240px;
    text-align: center;
    scroll-snap-align: start;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hst-cert-grid article:hover,
.hst-cert-grid article:focus-within {
    box-shadow: 0 16px 38px rgba(230, 0, 18, 0.16);
    transform: translateY(-3px);
}

.hst-cert-grid img {
    display: block;
    width: 100%;
}

.hst-cert-grid h3 {
    margin: 0;
    padding: 24px 10px 26px;
    color: #333;
    font-size: var(--hst-font-content-title);
    font-weight: 700;
    transition: color 0.25s ease;
}

.hst-cert-grid article:hover h3,
.hst-cert-grid article:focus-within h3 {
    color: #e60012;
}

.hst-cert-arrow {
    position: relative;
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    padding: 0;
    border: 1px solid rgba(230, 0, 18, 0.45);
    border-radius: 50%;
    background: #fff;
    color: #e60012;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    appearance: none;
    box-sizing: border-box;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hst-cert-arrow:hover,
.hst-cert-arrow:focus-visible {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
    transform: scale(1.05);
}

.hst-cert-arrow:focus:not(:hover):not(:focus-visible) {
    background: #fff;
    border-color: rgba(230, 0, 18, 0.45);
    color: #e60012;
    outline: none;
    transform: none;
}

.hst-cert-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
}

.hst-cert-arrow-prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

.hst-cert-arrow-next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

@media (max-width: 1440px) {
    .hst-about-hero__inner,
    .hst-values-grid,
    .hst-company-intro,
    .hst-building-img,
    .hst-team-layout,
    .hst-advantages-grid,
    .hst-cert-carousel,
    .hst-cert-grid {
        width: min(1200px, calc(100% - 72px));
    }

    .hst-about-hero h1 { font-size: var(--hst-font-hero-title); }
    .hst-about-hero p { font-size: var(--hst-font-hero-subtitle); }
    .hst-value-card { padding: 48px 36px 40px; min-height: 300px; }
    .hst-value-card h2 { font-size: var(--hst-font-content-title); }
    .hst-value-card p { font-size: var(--hst-font-body); }
}

@media (min-width: 1025px) {
    .hst-about-hero__inner,
    .hst-values-grid,
    .hst-company-intro,
    .hst-building-img,
    .hst-team-layout,
    .hst-advantages-grid,
    .hst-cert-carousel,
    .hst-cert-grid {
        width: min(1624px, calc(100% - (var(--hst-pc-page-gutter) * 2)));
    }
}

@media (max-width: 992px) {
    .hst-about-hero { height: 960px; }
    .hst-about-hero__inner { width: min(1200px, calc(100% - 40px)); padding: 0 0 208px; }
    .hst-about-hero h1 { font-size: var(--hst-font-hero-title); }
    .hst-about-hero p { font-size: var(--hst-font-hero-subtitle); }
    .hst-values-grid,
    .hst-advantages-grid,
    .hst-cert-grid { grid-template-columns: repeat(2, 1fr); }
    .hst-company-intro,
    .hst-team-layout,
    .hst-about-footer__inner { grid-template-columns: 1fr; gap: 36px; }
    .hst-values-section { margin-top: 0; }
}

@media (max-width: 820px) {
    .hst-about-hero { height: 620px; }
    .hst-about-hero__inner { padding-bottom: 96px; }
    .hst-about-hero h1 { font-size: var(--hst-font-hero-title); }
    .hst-about-hero p { margin-bottom: 52px; font-size: var(--hst-font-hero-subtitle); }
}

@media (max-width: 640px) {
    .hst-about-hero__inner,
    .hst-company-intro,
    .hst-building-img,
    .hst-team-layout,
    .hst-advantages-grid,
    .hst-cert-carousel,
    .hst-about-footer__inner,
    .hst-values-grid {
        width: calc(100% - 36px);
    }
    .hst-about-hero__inner { width: calc(100% - 32px); }
    .hst-about-hero { height: 620px; }
    .hst-about-hero__inner { padding: 0 0 96px; }
    .hst-about-hero h1 { font-size: var(--hst-font-hero-title); margin-bottom: 16px; }
    .hst-about-hero p { font-size: var(--hst-font-hero-subtitle); margin-bottom: 34px; }
    .hst-about-btn { min-height: 46px; min-width: 0; padding: 0 24px; font-size: var(--hst-font-button); }
    .hst-values-grid,
    .hst-advantages-grid,
    .hst-cert-grid { grid-template-columns: 1fr; }
    .hst-value-card,
    .hst-cert-grid article { min-height: auto; }
    .hst-value-card { padding: 38px 24px 32px; }
    .hst-value-card h2 { font-size: var(--hst-font-content-title); }
    .hst-value-card p { font-size: var(--hst-font-body-sm); }
    .hst-section-title { margin-bottom: 40px; }
    .hst-section-title h2 { font-size: var(--hst-font-section-title); }
    .hst-company-section,
    .hst-team-section,
    .hst-culture-section,
    .hst-cert-section,
    .hst-advantage-section { padding: 56px 0; }
    .hst-company-section .hst-section-title { margin-bottom: 52px; }
    .hst-company-intro { grid-template-columns: 1fr; gap: 24px; }
    .hst-company-copy p,
    .hst-team-copy p,
    .hst-adv-card p,
    .hst-cert-grid h3 { font-size: var(--hst-font-body-sm); line-height: 1.75; }
    .hst-adv-card { min-height: auto; padding: 34px 24px 24px; }
    .hst-adv-no { font-size: 34px; right: 24px; }
    .hst-cert-carousel { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 10px; }
    .hst-cert-arrow {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
        padding: 0;
        border-radius: 50%;
        font-size: 0;
        line-height: 0;
        box-sizing: border-box;
    }
    .hst-cert-arrow::before { width: 12px; height: 12px; }
    .hst-cert-grid article { flex-basis: 82%; }
    .hst-cert-grid h3 { font-size: var(--hst-font-card-title); }
}

.hst-about-hero {
    width: 100%;
    height: 50vh;
    min-height: 360px;
}

.hst-about-hero__inner {
    width: min(1200px, calc(100% - 80px));
    padding: 0;
}

.hst-about-hero p {
    margin-bottom: 42px;
}

@media (max-width: 720px) {
    .hst-about-hero {
        height: 50vh;
        min-height: 320px;
    }

    .hst-about-hero__inner {
        width: calc(100% - 36px);
        padding: 0;
    }

    .hst-about-hero p {
        margin-bottom: 28px;
    }
}

/* Unified 1280px content width. Hero backgrounds remain full width. */
.hst-about-hero__inner,
.hst-values-grid,
.hst-company-intro,
.hst-building-img,
.hst-team-layout,
.hst-advantages-grid,
.hst-cert-carousel {
    width: min(var(--hst-container-width), calc(100% - (var(--hst-container-gutter) * 2)));
    max-width: var(--hst-container-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.hst-cert-grid {
    width: auto;
}

@media (min-width: 1025px) {
    .hst-about-hero__inner,
    .hst-values-grid,
    .hst-company-intro,
    .hst-building-img,
    .hst-team-layout,
    .hst-advantages-grid,
    .hst-cert-carousel {
        width: min(var(--hst-container-width), calc(100% - (var(--hst-container-gutter) * 2)));
        max-width: var(--hst-container-width);
    }

    .hst-cert-grid {
        width: auto;
    }
}

@media (max-width: 720px) {
    .hst-about-hero__inner,
    .hst-values-grid,
    .hst-company-intro,
    .hst-building-img,
    .hst-team-layout,
    .hst-advantages-grid,
    .hst-cert-carousel {
        width: calc(100% - 36px);
    }

    .hst-about-hero__inner {
        width: calc(100% - 32px);
    }
}

.hst-values-section {
    margin-top: 0;
    padding-top: 72px;
}

@media (max-width: 720px) {
    .hst-values-section {
        padding-top: 56px;
    }
}

/* Smaller overlay typography keeps the hero image visually balanced. */
.hst-about-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(40px, 4.2vw, 56px);
    line-height: 1.25;
}

.hst-about-hero p {
    margin-bottom: 36px;
    font-size: clamp(24px, 2.35vw, 32px);
    line-height: 1.35;
}

.hst-about-btn {
    min-height: 48px;
    padding: 0 30px;
    font-size: 16px;
}

@media (max-width: 820px) {
    .hst-about-hero h1 {
        margin-bottom: 18px;
        font-size: 38px;
    }

    .hst-about-hero p {
        margin-bottom: 32px;
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .hst-about-hero h1 {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.3;
    }

    .hst-about-hero p {
        margin-bottom: 24px;
        font-size: 17px;
    }

    .hst-about-btn {
        min-height: 44px;
        padding: 0 22px;
        font-size: 14px;
    }
}

/* Further reduce vertical padding for about page sections. */
body.hst-about-page .hst-about-main > section:not(.hst-about-hero) {
    padding-top: 18px !important;
    padding-bottom: 23px !important;
}

body.hst-about-page .hst-about-main > section.hst-team-section {
    padding-top: 23px !important;
    padding-bottom: 24px !important;
}

body.hst-about-page .hst-about-main > section.hst-advantage-section {
    padding-top: 8px !important;
    padding-bottom: 24px !important;
}

body.hst-about-page .hst-about-main > section.hst-culture-section {
    padding-top: 17px !important;
    padding-bottom: 19px !important;
}

body.hst-about-page .hst-about-main > section.hst-cert-section {
    padding-top: 22px !important;
    padding-bottom: 30px !important;
}

body.hst-about-page .hst-section-title {
    margin-bottom: 22px;
}

body.hst-about-page .hst-company-section .hst-section-title {
    margin-bottom: 19px;
}

body.hst-about-page .hst-company-intro {
    margin-bottom: 16px;
}

body.hst-about-page .hst-team-layout {
    gap: 21px;
}

body.hst-about-page .hst-team-copy p {
    margin-bottom: 11px;
}

@media (max-width: 720px) {
    body.hst-about-page .hst-about-main > section:not(.hst-about-hero) {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    body.hst-about-page .hst-section-title,
    body.hst-about-page .hst-company-section .hst-section-title {
        margin-bottom: 10px;
    }

    body.hst-about-page .hst-company-intro {
        margin-bottom: 9px;
    }
}
