.about-page {
    background: #f5efe5;
}

.about-page-main {
    background: linear-gradient(180deg, #f5efe5 0%, #fbf8f1 34%, #f3eadf 100%);
    color: #171615;
    font-family: var(--lab-font-sans);
}

.about-page-main .lab-shell,
.about-page .site-v2-footer .lab-shell {
    width: var(--lab-frame-width);
    max-width: var(--lab-frame-max);
}

.about-page .lab-header {
    background:
        radial-gradient(circle at 10% 0%, rgba(241, 226, 189, 0.12), rgba(241, 226, 189, 0) 30%),
        linear-gradient(180deg, rgba(4, 4, 6, 0.98) 0%, rgba(4, 4, 6, 0.9) 70%, rgba(4, 4, 6, 0.6) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.about-page .lab-header::after {
    background: linear-gradient(90deg, rgba(241, 226, 189, 0), rgba(241, 226, 189, 0.16), rgba(241, 226, 189, 0));
}

.about-hero {
    position: relative;
    display: grid;
    align-items: center;
    box-sizing: border-box;
    min-height: 100svh;
    padding: calc(var(--lab-header-offset) + clamp(1rem, 2.4vw, 2.1rem)) 0 clamp(1.4rem, 3vw, 2.7rem);
    color: #fff8eb;
    background:
        radial-gradient(circle at 50% 0%, rgba(213, 180, 102, 0.16), rgba(213, 180, 102, 0) 28rem),
        linear-gradient(180deg, #f5efe5 0%, #fbf8f1 48%, #f3eadf 100%);
    overflow: hidden;
}

.about-hero__backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 72% 30%, rgba(213, 180, 102, 0.14), rgba(213, 180, 102, 0) 20rem),
        radial-gradient(circle at 15% 24%, rgba(17, 18, 22, 0.08), rgba(17, 18, 22, 0) 18rem),
        linear-gradient(135deg, rgba(245, 239, 229, 0.98) 0%, rgba(251, 248, 241, 0.92) 58%, rgba(243, 234, 223, 0.96) 100%);
}

.about-hero__backdrop::after {
    content: "";
    position: absolute;
    top: clamp(7rem, 18vw, 12rem);
    right: clamp(1rem, 8vw, 10rem);
    width: clamp(15rem, 24vw, 28rem);
    aspect-ratio: 1;
    background: url("../images/dp-crest-optimized.png") center / contain no-repeat;
    filter: grayscale(1) brightness(1.35);
    opacity: 0.055;
}

.about-hero__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(22rem, 0.88fr) minmax(28rem, 1.12fr);
    gap: clamp(1rem, 2vw, 1.7rem);
    align-items: center;
}

.about-hero__copy,
.about-visual-card {
    height: clamp(27rem, 68svh, 38rem);
    min-height: clamp(24rem, 34vw, 31rem);
    border: 1px solid rgba(241, 226, 189, 0.16);
    border-radius: 24px;
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.about-hero__copy {
    display: grid;
    align-content: center;
    gap: clamp(0.9rem, 1.4vw, 1.1rem);
    padding: clamp(1.2rem, 2.4vw, 1.8rem);
    background:
        radial-gradient(circle at 16% 10%, rgba(241, 226, 189, 0.13), rgba(241, 226, 189, 0) 34%),
        linear-gradient(145deg, rgba(18, 19, 23, 0.96), rgba(7, 8, 11, 0.98));
}

.about-visual-card {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(17, 18, 22, 0.98), rgba(8, 9, 12, 0.98));
    color: #fff8eb;
}

.about-visual-card__media {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
}

.about-visual-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 6, 8, 0), rgba(5, 6, 8, 0.06)),
        radial-gradient(circle at 20% 10%, rgba(241, 226, 189, 0.035), rgba(241, 226, 189, 0) 17rem);
    pointer-events: none;
}

.about-visual-card__media img,
.about-visual-card__media video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(14rem, 22vw, 22rem);
    object-fit: cover;
    filter: saturate(1.18) contrast(1.07) brightness(1.06);
}

.about-media img {
    filter: saturate(1.18) contrast(1.07) brightness(1.07);
}

.about-visual-card__caption {
    display: grid;
    gap: 0.35rem;
    padding: clamp(1rem, 1.7vw, 1.25rem);
    border-top: 1px solid rgba(241, 226, 189, 0.14);
    background: linear-gradient(180deg, rgba(8, 9, 12, 0.42), rgba(8, 9, 12, 0.82));
}

.about-visual-card__caption span,
.about-hero-stats dt {
    color: #e5c86f;
    font-family: var(--lab-font-sans);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-visual-card__caption strong {
    max-width: 19rem;
    font-family: var(--lab-font-display);
    font-size: clamp(1.45rem, 2.1vw, 2rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
}

.about-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 0;
    padding: 0 clamp(1rem, 1.7vw, 1.25rem) clamp(1rem, 1.7vw, 1.25rem);
}

.about-hero-stats div {
    display: grid;
    gap: 0.2rem;
    min-height: 100%;
    padding: 0.85rem;
    border: 1px solid rgba(241, 226, 189, 0.16);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.045);
}

.about-hero-stats dt,
.about-hero-stats dd {
    margin: 0;
}

.about-hero-stats dd {
    color: rgba(248, 243, 232, 0.72);
    font-family: var(--lab-font-sans);
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1.35;
}

.about-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: fit-content;
    margin-inline: auto;
    color: #e5c86f;
    font-family: var(--lab-font-sans);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
}

.about-kicker::before {
    content: "";
    width: 2rem;
    height: 1px;
    background: currentColor;
}

.about-kicker--dark,
.about-kicker--card {
    color: #7a5c25;
}

.about-hero h1,
.about-proof-strip__head h1,
.about-proof-strip__head h2,
.about-section-head h2,
.about-cta__copy h2 {
    margin: 0;
    font-family: var(--lab-font-display);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.about-hero h1 {
    max-width: 13ch;
    color: #fff8eb;
    font-size: clamp(3rem, 4.2vw, 4.35rem);
    line-height: 0.94;
    text-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}

.about-hero__lead,
.about-proof-strip__head p,
.about-section-head p,
.about-story__content p,
.about-checklist li,
.about-step p,
.about-standard p,
.about-cta__copy p {
    margin: 0;
    font-family: var(--lab-font-sans);
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.58;
}

.about-hero__lead {
    max-width: 33rem;
    color: rgba(248, 243, 232, 0.78);
}

.about-hero__actions,
.about-cta__actions,
.about-inline-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
}

.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.16rem;
    border: 1px solid transparent;
    border-radius: 14px;
    font-family: var(--lab-font-sans);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.about-button--primary {
    background: linear-gradient(135deg, #f3d77d, #d5ad4f);
    color: #11130d;
    box-shadow: 0 18px 38px rgba(213, 173, 79, 0.2);
}

.about-button--secondary {
    border-color: rgba(241, 226, 189, 0.22);
    background: rgba(255, 255, 255, 0.045);
    color: #fff8eb;
}

.about-cta .about-button--secondary {
    border-color: rgba(23, 22, 21, 0.16);
    background: #171615;
    color: #fffaf2;
}

.about-button:hover,
.about-button:focus-visible {
    transform: translateY(-1px);
}

.about-proof span,
.about-step span {
    color: #745524;
    font-family: var(--lab-font-sans);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-proof-strip,
.about-band,
.about-cta {
    background: #f5efe5;
}

.about-proof-strip {
    padding: clamp(2rem, 3.6vw, 3.2rem) 0;
}

.about-proof-strip--entry {
    padding-top: calc(var(--lab-header-offset) + clamp(0.7rem, 1.45vw, 1.1rem));
    padding-bottom: clamp(1rem, 2.2vw, 1.65rem);
}

.about-proof-strip__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(24rem, 1.14fr);
    gap: clamp(1.25rem, 2.8vw, 2.35rem);
    align-items: center;
    margin-bottom: clamp(0.9rem, 1.55vw, 1.18rem);
}

.about-proof-strip__head,
.about-section-head {
    display: grid;
    gap: 0.75rem;
    margin-bottom: clamp(0.9rem, 1.6vw, 1.2rem);
}

.about-proof-strip__head h2,
.about-proof-strip__head h1,
.about-section-head h2 {
    max-width: 17ch;
    color: #171615;
    font-size: clamp(2.18rem, 3vw, 3.2rem);
    line-height: 0.97;
}

.about-proof-strip__grid,
.about-standards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.about-proof,
.about-step,
.about-standard {
    display: grid;
    align-content: start;
    gap: 0.48rem;
    min-height: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(35, 28, 19, 0.1);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(23, 16, 10, 0.07);
}

.about-proof strong,
.about-step h3,
.about-standard h3 {
    margin: 0;
    color: #171615;
    font-family: var(--lab-font-sans);
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.38;
}

.about-band {
    padding: clamp(2.1rem, 4.2vw, 4rem) 0;
}

.about-band--story {
    padding-top: clamp(1rem, 2.2vw, 1.85rem);
}

.about-band--soft {
    background: #f3eadf;
}

.about-story__shell,
.about-operations__shell,
.about-standards__shell {
    display: grid;
    gap: clamp(1rem, 2vw, 1.6rem);
}

.about-story__layout,
.about-operations__layout,
.about-standards__layout,
.about-cta__shell {
    display: grid;
    gap: clamp(1.15rem, 2.8vw, 2.35rem);
    align-items: stretch;
}

.about-story__layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
}

.about-operations__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
    align-items: stretch;
}

.about-standards__layout {
    grid-template-columns: minmax(24rem, 0.92fr) minmax(0, 1.08fr);
}

.about-story__content {
    display: grid;
    align-content: center;
    align-self: stretch;
    gap: 1rem;
    min-height: 0;
    padding: clamp(1.05rem, 1.7vw, 1.35rem);
    border: 1px solid rgba(35, 28, 19, 0.1);
    border-radius: 18px;
    background: #ffffff;
    color: #4c453d;
    box-shadow: 0 16px 38px rgba(23, 16, 10, 0.06);
}

.about-checklist {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-checklist li {
    position: relative;
    padding-left: 1rem;
    color: #2c2824;
}

.about-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.66rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #d5ad4f;
}

.about-inline-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0 1rem;
    border: 1px solid rgba(23, 22, 21, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 10px 22px rgba(23, 16, 10, 0.045);
    color: #171615;
    font-family: var(--lab-font-sans);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-media {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(35, 28, 19, 0.1);
    border-radius: 18px;
    background: #ddd6cb;
    box-shadow: 0 16px 38px rgba(23, 16, 10, 0.07);
}

.about-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.about-story__media,
.about-operations__media,
.about-standards__media {
    align-self: center;
    height: clamp(20rem, 30vw, 25.5rem);
    min-height: 0;
}

.about-operations__media {
    height: clamp(21rem, 32vw, 27rem);
}

.about-proof-strip__media {
    align-self: center;
    width: 100%;
    height: clamp(17.25rem, 23.5vw, 21.4rem);
    min-height: 0;
}

.about-proof-strip__media img {
    min-height: 100%;
    object-position: center center;
}

.about-story__media img,
.about-operations__media img,
.about-standards__media img {
    object-position: center center;
}

.about-story__media img {
    object-position: 50% 54%;
}

.about-operations__media img {
    object-position: 50% 42%;
}

.about-standards__media img {
    object-position: 50% 58%;
}

.about-cta__media img {
    object-position: 54% 42%;
}

.about-steps {
    display: grid;
    grid-template-columns: 1fr;
    align-content: stretch;
    gap: 1rem;
    height: 100%;
}

.about-steps .about-step {
    min-height: auto;
    align-content: center;
    padding: clamp(1rem, 1.5vw, 1.25rem);
}

.about-step,
.about-standard {
    color: #4c453d;
}

.about-step p,
.about-standard p {
    color: #4c453d;
    font-size: 0.94rem;
}

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

.about-cta {
    padding: 0 0 clamp(3rem, 5vw, 5rem);
}

.about-cta__shell {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.86fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(35, 28, 19, 0.1);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 56px rgba(23, 16, 10, 0.08);
}

.about-cta__copy {
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: clamp(1.5rem, 3vw, 2.4rem);
}

.about-cta__copy h2 {
    max-width: 13ch;
    color: #171615;
    font-size: clamp(2.1rem, 3vw, 3.15rem);
    line-height: 0.98;
}

.about-cta__copy p,
.about-proof-strip__head p,
.about-section-head p {
    max-width: 42rem;
    color: #4c453d;
}

.about-cta__media {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.about-page .site-v2-footer {
    background:
        linear-gradient(180deg, #f3eadf 0%, #fbf8f1 42%, #f5efe5 100%);
}

@media (min-width: 1181px) {
    .about-proof-strip__head,
    .about-section-head {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(1.4rem, 3vw, 2.2rem);
        align-items: start;
    }

    .about-proof-strip__head .about-kicker,
    .about-section-head .about-kicker {
        grid-column: 1 / -1;
    }

    .about-section-head p {
        align-self: start;
        padding-top: 0.35rem;
        padding-bottom: 0;
    }

    .about-proof-strip__head p {
        align-self: start;
        padding-top: 0.35rem;
        padding-bottom: 0;
    }

    .about-proof-strip__intro .about-proof-strip__head {
        grid-template-columns: 1fr;
        align-content: center;
        margin-bottom: 0;
    }

    .about-proof-strip__intro .about-proof-strip__head .about-kicker {
        grid-column: auto;
    }

    .about-proof-strip__intro .about-proof-strip__head p {
        padding-top: 0;
    }

    .about-proof-strip__grid {
        gap: clamp(0.9rem, 1.45vw, 1.25rem);
    }

    .about-proof {
        min-height: 6.35rem;
        padding: 0.94rem 1.02rem;
    }

    .about-proof strong {
        max-width: 21rem;
    }
}

@media (max-width: 1180px) {
    .about-hero {
        min-height: auto;
    }

    .about-hero__shell,
    .about-proof-strip__intro,
    .about-story__layout,
    .about-operations__layout,
    .about-standards__layout,
    .about-cta__shell {
        grid-template-columns: 1fr;
    }

    .about-hero__copy,
    .about-visual-card {
        height: auto;
        min-height: auto;
    }

    .about-proof-strip__grid,
    .about-steps,
    .about-standards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-proof-strip__media {
        height: clamp(16rem, 42vw, 22rem);
    }

    .about-story__media,
    .about-operations__media,
    .about-standards__media {
        height: clamp(16rem, 46vw, 24rem);
    }
}

@media (max-width: 760px) {
    .about-hero {
        box-sizing: border-box;
        min-height: 100svh;
        padding: calc(var(--lab-header-offset) + 0.95rem) 0 1.25rem;
        background:
            radial-gradient(circle at 50% 0%, rgba(213, 180, 102, 0.16), rgba(213, 180, 102, 0) 24rem),
            linear-gradient(180deg, #f5efe5 0%, #fbf8f1 48%, #f3eadf 100%);
    }

    .about-hero__backdrop {
        background:
            radial-gradient(circle at 14% 8%, rgba(213, 180, 102, 0.16), rgba(213, 180, 102, 0) 16rem),
            linear-gradient(180deg, rgba(245, 239, 229, 0.98) 0%, rgba(243, 234, 223, 0.96) 100%);
    }

    .about-hero__backdrop::after {
        top: 5.8rem;
        right: -6rem;
        width: 18rem;
        opacity: 0.04;
    }

    .about-hero__shell {
        gap: 1rem;
    }

    .about-hero__copy,
    .about-visual-card,
    .about-story__content,
    .about-media,
    .about-cta__shell {
        border-radius: 18px;
    }

    .about-hero__copy,
    .about-story__content {
        padding: 1rem;
    }

    .about-hero h1 {
        max-width: 13ch;
        font-size: clamp(2rem, 9vw, 2.6rem);
        line-height: 0.96;
    }

    .about-proof-strip__head h1,
    .about-proof-strip__head h2,
    .about-section-head h2,
    .about-cta__copy h2 {
        max-width: 100%;
        font-size: clamp(1.78rem, 7vw, 2.25rem);
        line-height: 1;
    }

    .about-hero__lead,
    .about-proof-strip__head p,
    .about-section-head p,
    .about-story__content p,
    .about-checklist li,
    .about-step p,
    .about-standard p,
    .about-cta__copy p {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .about-visual-card__media img,
    .about-visual-card__media video {
        min-height: clamp(11rem, 48vw, 13rem);
    }

    .about-visual-card__caption {
        padding: 1rem 4.75rem 1rem 1rem;
    }

    .about-visual-card__caption strong {
        font-size: 1.35rem;
    }

    .about-hero-stats {
        display: none;
    }

    .about-hero__actions,
    .about-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .about-button {
        width: 100%;
        min-height: 3rem;
    }

    .about-proof-strip,
    .about-band {
        padding: 2.4rem 0;
    }

    .about-proof-strip--entry {
        padding-top: calc(var(--lab-header-offset) + 0.85rem);
        padding-bottom: 1.6rem;
    }

    .about-proof-strip__intro {
        gap: 0.9rem;
        margin-bottom: 0.9rem;
    }

    .about-proof-strip__grid,
    .about-steps,
    .about-standards__grid {
        grid-template-columns: 1fr;
    }

    .about-steps .about-step {
        min-height: auto;
    }

    .about-inline-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-inline-actions a {
        width: 100%;
    }

    .about-media img {
        min-height: 0;
    }

    .about-proof-strip__media {
        height: clamp(13rem, 56vw, 15.5rem);
        min-height: 0;
    }

    .about-story__media,
    .about-operations__media,
    .about-standards__media {
        height: clamp(14rem, 58vw, 17.5rem);
    }

    .about-cta__copy {
        padding: 1.2rem;
    }

    .about-cta__media {
        display: none;
    }
}

@media (max-width: 760px) and (max-height: 700px) {
    .about-visual-card {
        display: none;
    }

    .about-page .lab-floating-contact {
        display: none;
    }

    .about-hero__shell {
        align-content: center;
        min-height: calc(100svh - var(--lab-header-offset) - 2.2rem);
    }
}

@media (max-width: 380px) {
    .about-kicker {
        gap: 0.55rem;
        font-size: 0.66rem;
    }

    .about-kicker::before {
        width: 1.35rem;
    }

    .about-button--secondary {
        display: none;
    }
}

@media (max-width: 860px) {
    .about-page .lab-floating-back {
        display: none;
    }
}

/* Support family desktop shell alignment. */
@media (min-width: 1181px) {
    .about-hero {
        --about-support-top-gap: 0.78rem;
        --about-support-bottom-gap: clamp(0.85rem, 1.7vh, 1.35rem);
        display: block;
        min-height: 100svh;
        padding-top: calc(var(--lab-header-offset) + var(--about-support-top-gap));
        padding-bottom: var(--about-support-bottom-gap);
    }

    .about-hero__shell {
        height: calc(100svh - var(--lab-header-offset) - var(--about-support-top-gap) - var(--about-support-bottom-gap));
        min-height: 0;
        align-items: stretch;
        gap: clamp(0.9rem, 1.5vw, 1.3rem);
    }

    .about-hero__copy,
    .about-visual-card {
        height: auto;
        min-height: 0;
    }
}
