.page-shell {
    width: 100%;
    margin: 0;
    padding: 0;
}

.about-hero,
.intro-band,
.about-section,
.market-section,
.service-story,
.about-cta {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 36px;
    align-items: center;
    padding: 78px 0 58px;
    position: relative;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 40px 38% 40px -12vw;
    z-index: -1;
    border-radius: 0 8px 8px 0;
    background:
        linear-gradient(135deg, rgba(255, 159, 28, 0.96), rgba(255, 179, 71, 0.72)),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0 2px, transparent 2px 18px);
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--color-taupe);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-hero h1,
.founder-card h2,
.intro-band h2,
.section-heading h2,
.market-section h2,
.story-panel h2,
.about-cta h2 {
    margin: 0;
    color: var(--color-black);
    line-height: 1.05;
    letter-spacing: 0;
}

.about-hero h1 {
    max-width: 780px;
    font-size: clamp(2.5rem, 6vw, 5.4rem);
}

.about-hero__content p:last-child {
    max-width: 680px;
    margin: 22px 0 0;
    color: var(--color-coffee);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.founder-card,
.value-card,
.intro-band,
.market-section,
.service-story,
.about-cta {
    border-radius: 8px;
}

.founder-card,
.value-card {
    background: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.12);
}

.founder-card {
    padding: 30px;
}

.founder-card__tag {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff4e3;
    color: var(--color-orange-dark);
    font-size: 0.8rem;
    font-weight: 900;
}

.founder-card h2 {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.founder-card p {
    margin: 16px 0 0;
    color: var(--color-taupe);
}

.profile-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 26px;
}

.profile-stats div {
    padding: 14px 10px;
    border-radius: 8px;
    background: #fff4e3;
    border: 1px solid rgba(255, 159, 28, 0.38);
    text-align: center;
}

.profile-stats strong,
.profile-stats span {
    display: block;
}

.profile-stats strong {
    color: var(--color-black);
    font-size: 1.1rem;
}

.profile-stats span {
    margin-top: 3px;
    color: var(--color-taupe);
    font-size: 0.78rem;
    font-weight: 800;
}

.intro-band {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: center;
    margin-top: 24px;
    padding: 40px;
    background: var(--color-black);
    color: var(--color-white);
}

.intro-band .eyebrow,
.intro-band h2,
.intro-band p {
    color: inherit;
}

.intro-band h2,
.market-section h2,
.story-panel h2,
.about-cta h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
}

.intro-band p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.about-section {
    padding: 78px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3.45rem);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.value-card {
    min-height: 260px;
    padding: 26px;
}

.value-card span {
    color: var(--color-orange-dark);
    font-size: 0.9rem;
    font-weight: 900;
}

.value-card h3 {
    margin: 18px 0 10px;
    color: var(--color-black);
    font-size: 1.28rem;
}

.value-card p,
.market-section p,
.story-list p {
    margin: 0;
    color: var(--color-taupe);
}

.market-section {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
    gap: 34px;
    align-items: center;
    padding: 46px;
    background: #fff4e3;
    border: 1px solid rgba(255, 159, 28, 0.34);
}

.market-section p {
    margin-top: 16px;
}

.market-map {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.market-map span {
    padding: 10px 13px;
    border-radius: 6px;
    background: var(--color-black);
    color: var(--color-orange-light);
    font-weight: 900;
}

.service-story {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: 24px;
    padding: 78px 0;
}

.story-panel {
    padding: 30px;
    border-radius: 8px;
    background: var(--color-orange);
}

.story-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.story-list div {
    padding: 24px;
    border-left: 5px solid var(--color-orange);
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.story-list strong {
    display: block;
    margin-bottom: 8px;
    color: var(--color-black);
    font-size: 1.08rem;
}

.about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 78px;
    padding: 38px;
    background: var(--color-black);
    color: var(--color-white);
}

.about-cta .eyebrow,
.about-cta h2 {
    color: inherit;
}

.about-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 6px;
    background: var(--color-orange);
    color: var(--color-black);
    font-weight: 900;
    white-space: nowrap;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-cta a:hover,
.about-cta a:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(247, 127, 0, 0.24);
}

@media (max-width: 900px) {
    .about-hero,
    .intro-band,
    .market-section,
    .service-story {
        grid-template-columns: 1fr;
    }

    .about-hero::before {
        inset: 24px -16px auto -16px;
        height: 55%;
        border-radius: 0;
    }

    .value-grid,
    .story-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .about-hero {
        padding: 52px 0 34px;
    }

    .about-hero h1 {
        font-size: 2.55rem;
    }

    .intro-band,
    .market-section,
    .about-cta {
        padding: 24px;
    }

    .about-section,
    .service-story {
        padding: 54px 0;
    }

    .value-grid,
    .story-list,
    .profile-stats {
        grid-template-columns: 1fr;
    }

    .founder-card,
    .value-card,
    .story-panel,
    .story-list div {
        padding: 22px;
    }

    .about-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-cta a {
        width: 100%;
    }
}
