/* About page base */
.about-hero-section {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 0;
    overflow: hidden;
    background: transparent;
}

.about-hero-video {
    display: block;
    width: 100%;
    height: 100vh;
    height: 100svh;
    object-fit: cover;
    object-position: 25% center;
    opacity: 1;
    filter: none;
}

.about-story-section {
    position: relative;
    overflow: visible;
    background: #fff;
}

.about-story-gold {
    position: relative;
    min-height: 430px;
    padding: 52px 0 108px;
    overflow: visible;
    background: var(--primary);
}

.about-story-mark {
    position: absolute;
    top: -92px;
    right: 4%;
    width: min(32vw, 150px);
    pointer-events: none;
}

.about-story-copy {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: none;
    top: 50px;
}

.about-story-copy h1 {
    margin-bottom: var(--text-gap);
    color: #000;
    font-family: var(--heading-font);
}

.about-story-copy p {
    max-width: 760px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.about-story-lead {
    max-width: 760px;
    margin-bottom: var(--text-gap);
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.about-values-wrap {
    margin-top: -88px;
    padding-bottom: 52px;
    background: linear-gradient(to bottom, var(--primary) 0 50%, #fff 50% 100%);
}

.about-values-grid {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: none;
    display: grid;
    gap: 34px;
    margin: 0 auto;
}

.about-value-card {
    display: grid;
    gap: 16px;
    text-align: center;
}

.about-value-card h2 {
    margin-bottom: 0;
    color: #000;
    font-family: var(--heading-font);
}

.about-value-card img {
    width: 100%;
    aspect-ratio: 16 / 9.3;
    object-fit: cover;
}

.about-value-card p {
    width: min(100%, 520px);
    margin: 0 auto;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.about-values-section {
    padding: 30px 0;
    background: #fff;
}

.about-values-board {
    width: 90%;
    max-width: none;
    display: grid;
    gap: 26px;
    margin: 0 auto;
}

.values-intro,
.value-tile {
    animation: sectionRise 0.8s ease both;
}

.values-intro {
    display: grid;
    align-content: center;
    gap: 12px;
}

.values-intro h2 {
    margin-bottom: 0;
    color: #000;
    font-family: "Monteilga", Georgia, serif;
}

.values-subheading {
    margin: 0;
    color: #000;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.values-intro p,
.value-tile p {
    margin-bottom: 0;
    font-family: "Open Sans", var(--body-font);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.values-intro p {
    max-width: 440px;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}

.value-tile {
    position: relative;
    display: grid;
    gap: 14px;
    align-content: center;
    justify-items: start;
    min-height: 150px;
    padding: 0;
    text-align: left;
}

.value-tile > img:not(.value-icon) {
    width: 100%;
    aspect-ratio: 16 / 8.8;
    object-fit: cover;
    max-width: none;
}

.value-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.value-tile h3 {
    margin: 0 0 6px;
    color: #000;
    font-family: "Open Sans", var(--body-font);
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
}

.about-values-section .value-tile h3 {
    font-family: "Open Sans", var(--body-font);
}

.value-integrity {
    min-height: 220px;
    padding-bottom: 0;
}

.director-message-section {
    padding: 30px 0;
    background: #fff;
}

.director-message-inner {
    width: 90%;
    max-width: none;
    display: grid;
    gap: 20px;
    margin: 0 auto;
}

.director-message-heading {
    display: grid;
    gap: 6px;
    text-align: center;
    animation: sectionRise 0.8s ease both;
}

.director-message-heading h2 {
    margin: 0;
    color: #000;
    font-family: var(--heading-font);
    font-size: clamp(30px, 7vw, 44px);
    font-weight: 300;
    line-height: 1.1;
}

.director-message-heading p,
.director-message-copy p {
    margin-bottom: 0;
    color: #000;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.director-message-figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    animation: sectionRise 0.9s ease both;
}

.director-message-figure img {
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.director-message-figure:hover img {
    transform: scale(1.02);
}

.director-message-figure figcaption {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    display: grid;
    gap: 3px;
    color: #fff;
    font-family: var(--body-font);
    text-align: center;
    text-transform: capitalize;
}

.director-message-figure strong {
    color: #F8F8F8;
    font-family: "Open Sans", var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.director-message-figure span {
    color: #F8F8F8;
    font-family: "Montserrat Alternates", var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.8px;
}

.director-message-copy {
    width: min(100%, 760px);
    display: grid;
    gap: 12px;
    margin: 0 auto;
    text-align: center;
    animation: sectionRise 1s ease both;
}

/* About page venture circles */
.about-ventures-section {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

.about-ventures-inner {
    --venture-card-size: min(280px, calc(100vw - 24px));
    --venture-icon-size: calc(var(--venture-card-size) * 0.34);
    --venture-icon-gap: clamp(18px, 4vw, 52px);
    width: min(94%, calc(var(--venture-card-size) * 2.4));
    max-width: none;
    margin: 0 auto;
}

.about-ventures-heading {
    display: grid;
    gap: 8px;
    margin: 0 auto clamp(28px, 5vw, 56px);
    text-align: center;
}

.about-ventures-heading h2 {
    margin: 0;
    color: #000;
    font-family: var(--heading-font);
}

.about-ventures-heading p {
    margin: 0;
    color: #000;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.venture-row {
    position: relative;
    animation: sectionRise 0.8s ease both;
}

.venture-card {
    position: relative;
    z-index: 1;
    container-type: inline-size;
    width: var(--venture-card-size);
    aspect-ratio: 1;
    display: grid;
    align-content: end;
    padding: 0 7% 18%;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    background: #fff;
    overflow: visible;
}

.venture-row:not(.venture-row-reverse) .venture-card {
    margin-right: auto;
}

.venture-row-reverse .venture-card {
    margin-left: auto;
}

.venture-card > picture {
    display: contents;
}

.venture-card > picture > img {
    position: absolute;
    z-index: 2;
    top: -4%;
    left: 55%;
    width: 49%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.venture-card:hover > picture > img {
    transform: scale(1.05);
}

.venture-card > div {
    position: absolute;
    z-index: 2;
    right: 12%;
    bottom: 17%;
    left: 12%;
    max-height: 47%;
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.venture-card h3 {
    margin: 0 0 3%;
    color: #1c1c1c;
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.venture-card h3::after {
    content: " \2014";
}

.venture-card p {
    margin: 0;
    max-width: 100%;
    color: #000;
    font-family: var(--body-font);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

.venture-icon {
    position: absolute;
    z-index: 0;
    width: var(--venture-icon-size);
    height: auto;
    margin-left: 150px;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.55s ease;
}

.venture-row:hover .venture-icon {
    opacity: 1;
}

.venture-row:nth-of-type(1) .venture-icon {
    left: calc(var(--venture-card-size) + var(--venture-icon-gap));
    top: 50%;
    width: calc(var(--venture-card-size) * 0.38);
}

.venture-row:nth-of-type(2) .venture-icon {
    right: calc(var(--venture-card-size) + var(--venture-icon-gap));
    left: auto;
    top: 50%;
    margin-right: 150px;
    margin-left: 0;
    width: calc(var(--venture-card-size) * 0.48);
    transform: translate(50%, -50%);
}

.venture-row:nth-of-type(3) .venture-icon {
    left: calc(var(--venture-card-size) + var(--venture-icon-gap));
    top: 50%;
    width: calc(var(--venture-card-size) * 0.38);
}

.venture-row:nth-of-type(4) .venture-icon {
    right: calc(var(--venture-card-size) + var(--venture-icon-gap));
    left: auto;
    top: 50%;
    margin-right: 150px;
    margin-left: 0;
    width: calc(var(--venture-card-size) * 0.34);
    transform: translate(50%, -50%);
}

@media (max-width: 767px) {
    .director-message-inner,
    .director-message-heading,
    .director-message-copy,
    .director-message-figure figcaption {
        text-align: left;
    }

    .director-message-copy,
    .director-message-figure {
        margin-right: auto;
        margin-left: 0;
    }

    .director-message-figure figcaption {
        right: 20px;
        left: 20px;
    }

    .venture-row + .venture-row {
        margin-top: var(--content-gap);
    }

    .venture-card,
    .venture-row:not(.venture-row-reverse) .venture-card,
    .venture-row-reverse .venture-card {
        width: 100%;
        aspect-ratio: auto;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .venture-card > div {
        position: static;
        max-height: none;
        overflow: visible;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .about-ventures-inner {
        --venture-card-size: clamp(300px, 42vw, 365px);
    }

    .venture-card {
        padding-right: 8%;
        padding-bottom: 17%;
        padding-left: 8%;
    }

    .venture-card > div {
        right: 12%;
        left: 12%;
    }

    .venture-card h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .about-ventures-inner {
        --venture-card-size: clamp(430px, 35.833vw, 688px);
        width: min(90.625%, 1740px);
    }

    .venture-card h3 {
        margin-bottom: 4%;
        font-size: clamp(22px, 1.563vw, 30px);
        line-height: 2;
        letter-spacing: 0.9px;
    }

    .venture-card p {
        font-size: clamp(15px, 1.042vw, 20px);
        line-height: 1.5;
    }

    .venture-card > picture > img {
        top: -1.5%;
        width: 48.7%;
    }

    .venture-card > div {
        bottom: 25%;
    }

    .venture-row:nth-of-type(2) {
        margin-top: calc(var(--venture-card-size) * -0.1265);
    }

    .venture-row:nth-of-type(3) {
        margin-top: calc(var(--venture-card-size) * -0.0365);
    }

    .venture-row:nth-of-type(4) {
        margin-top: calc(var(--venture-card-size) * -0.253);
    }

    .venture-row:nth-of-type(1) .venture-icon,
    .venture-row:nth-of-type(3) .venture-icon {
        left: 63%;
        margin-left: 0;
    }

    .venture-row:nth-of-type(2) .venture-icon,
    .venture-row:nth-of-type(4) .venture-icon {
        right: 63%;
        margin-right: 0;
    }
}

/* Final mobile and tablet safeguards */
@media (max-width: 767px) {
    .about-values-section,
    .director-message-section,
    .about-ventures-section,
    .about-enquiry-section {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .about-story-copy {
        top: 0;
    }

    .about-values-wrap {
        padding-bottom: 15px;
        background: var(--primary);
    }

    .about-values-wrap .about-value-card {
        text-align: left;
    }

    .about-values-wrap .about-value-card p {
        margin-left: 0;
    }

    .about-values-grid {
        gap: var(--content-gap);
    }

    .about-value-card {
        gap: var(--text-gap);
    }

    .about-values-board,
    .director-message-inner {
        gap: var(--content-gap);
    }

    .about-ventures-heading {
        margin-bottom: var(--content-gap);
    }

    .about-story-mark {
        top: -54px;
    }

    .about-values-board {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-value-card img,
    .value-tile > img:not(.value-icon),
    .director-message-figure img,
    .team-card img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .director-message-figure img {
        aspect-ratio: 4 / 3;
    }

    .venture-card > picture > img {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 16px;
        aspect-ratio: 16 / 9;
        border-radius: 0;
        object-fit: cover;
    }

    .venture-icon {
        display: none;
    }

    .venture-card h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .venture-card p {
        font-size: 14px;
        line-height: 24px;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .about-values-wrap {
        --about-values-gold-depth: clamp(170px, calc(13.805vw + 64px), 230px);
        background: linear-gradient(
            to bottom,
            var(--primary) 0 var(--about-values-gold-depth),
            #fff var(--about-values-gold-depth) 100%
        );
    }

    .about-values-section,
    .director-message-section,
    .about-ventures-section,
    .about-team-section,
    .about-enquiry-section {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-values-board,
    .team-grid,
    .enquiry-form {
        min-width: 0;
    }

    .about-values-board {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(240px, 1fr));
        grid-template-areas:
            "intro integrity innovation"
            "sustainability excellence customer";
        gap: 0;
        align-items: stretch;
        background-image:
            linear-gradient(to right, transparent calc(33.333% - 0.5px), rgb(0 0 0 / 10%) calc(33.333% - 0.5px), rgb(0 0 0 / 10%) calc(33.333% + 0.5px), transparent calc(33.333% + 0.5px)),
            linear-gradient(to right, transparent calc(66.666% - 0.5px), rgb(0 0 0 / 10%) calc(66.666% - 0.5px), rgb(0 0 0 / 10%) calc(66.666% + 0.5px), transparent calc(66.666% + 0.5px)),
            linear-gradient(to bottom, transparent calc(50% - 0.5px), rgb(0 0 0 / 10%) calc(50% - 0.5px), rgb(0 0 0 / 10%) calc(50% + 0.5px), transparent calc(50% + 0.5px));
    }

    .values-intro {
        grid-area: intro;
        padding: 24px 20px 20px 0;
    }

    .value-integrity {
        grid-area: integrity;
        padding-left: 0;
    }

    .value-innovation {
        grid-area: innovation;
    }

    .value-sustainability {
        grid-area: sustainability;
    }

    .value-excellence {
        grid-area: excellence;
        padding-left: 0;
    }

    .value-customer {
        grid-area: customer;
    }

    .value-integrity,
    .value-sustainability,
    .value-customer {
        grid-template-rows: 58% 42%;
        gap: 0;
    }

    .value-tile {
        min-width: 0;
        min-height: 0;
    }

    .value-tile > img:not(.value-icon) {
        display: block;
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        object-fit: cover;
    }

    .value-tile > div {
        padding: 18px 20px;
    }

    .value-innovation,
    .value-excellence {
        grid-template-rows: 58% 42%;
        align-content: stretch;
        gap: 0;
        padding: 0;
    }

    .value-innovation > div,
    .value-excellence > div {
        grid-row: 2;
        align-self: stretch;
        padding: 18px 20px;
    }

    .venture-icon {
        margin-right: 0;
        margin-left: 0;
    }

    .director-message-copy {
        width: min(86%, 760px);
    }

    .about-enquiry-section .enquiry-form {
        width: min(100%, 1040px);
        gap: 22px 40px;
    }
}

/* About page team and enquiry */
.about-team-section {
    display: none;
    padding: 30px 0;
    background: #fff;
}

.about-team-inner {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.about-team-inner > h2 {
    margin: 0 0 32px;
    text-align: center;
}

.team-grid {
    display: grid;
    gap: 44px;
}

.team-card {
    width: min(100%, 460px);
    margin: 0 auto;
}

.team-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 18px;
    object-fit: cover;
}

.team-card h3 {
    margin: 0 0 2px;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.team-card .team-role {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
}

.team-card > p:last-child {
    max-width: 400px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 767px) {
    .about-team-section {
        margin-top: 0;
        margin-bottom: 0;
        padding: 15px 0;
    }

    .about-team-inner > h2 {
        margin: 0 0 15px;
        text-align: left;
    }

    .team-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 15px;
    }

    .team-card img {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .about-team-inner > h2 {
        margin-bottom: 38px;
    }

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

    .team-card img {
        margin-bottom: 20px;
    }

}

@media (min-width: 1200px) {
    .about-team-inner > h2 {
        margin-bottom: 44px;
    }

    .team-grid {
        gap: clamp(48px, 6vw, 92px);
    }

    .team-card img {
        aspect-ratio: 1.04 / 1;
        margin-bottom: 22px;
    }

    .team-card h3 {
        font-size: 24px;
        line-height: 34px;
    }

}

@media (min-width: 768px) {
    .about-hero-video {
        object-position: 0% center;
    }

    .about-story-gold {
        min-height: 470px;
        padding: 62px 0 118px;
    }

    .about-story-mark {
        top: -60px;
        right: 5%;
        width: min(24vw, 210px);
    }

    .about-story-copy p {
        font-size: 13px;
        line-height: 23px;
    }

    .about-values-wrap {
        margin-top: -94px;
        padding-bottom: 64px;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 56px;
        align-items: start;
    }

    .about-value-card {
        gap: 18px;
    }

    .about-value-card p {
        font-size: 13px;
        line-height: 23px;
    }

    .about-values-board {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        align-items: stretch;
    }

    .value-integrity {
        padding-left: 0;
    }

    .value-integrity {
        min-height: 280px;
    }

    .values-intro {
        min-height: 220px;
    }

    .value-icon {
        width: 52px;
        height: 52px;
    }

    .director-message-inner {
        gap: 24px;
    }

    .director-message-heading h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .director-message-heading p,
    .director-message-copy p {
        font-size: 13px;
        line-height: 23px;
    }

    .director-message-figure {
        width: 86%;
    }

    .director-message-figure figcaption {
        bottom: 28px;
    }
}

@media (min-width: 1200px) {
    .about-ventures-section {
        padding: 30px 0 60px;
    }

    .about-story-gold {
        min-height: 600px;
        padding: 60px 0 120px;
    }

    .about-story-mark {
        top: -210px;
        right: 6%;
        width: 512px;
    }

    .about-story-copy h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .about-story-copy p {
        max-width: 800px;
        font-size: 16px;
        line-height: 26px;
    }

    .about-values-wrap {
        margin-top: -105px;
        padding-bottom: 60px;
    }

    .about-values-grid {
        gap: 60px;
    }

    .about-value-card {
        gap: 22px;
    }

    .about-value-card h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .about-value-card p {
        max-width: 560px;
        font-size: 16px;
        line-height: 26px;
    }

    .about-values-board {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "intro integrity innovation"
            "sustainability excellence customer";
        gap: 0;
        min-height: 540px;
        background-image:
            linear-gradient(
                to right,
                transparent calc(33.333333% - 0.5px),
                rgb(0 0 0 / 10%) calc(33.333333% - 0.5px),
                rgb(0 0 0 / 10%) calc(33.333333% + 0.5px),
                transparent calc(33.333333% + 0.5px)
            ),
            linear-gradient(
                to right,
                transparent calc(66.666667% - 0.5px),
                rgb(0 0 0 / 10%) calc(66.666667% - 0.5px),
                rgb(0 0 0 / 10%) calc(66.666667% + 0.5px),
                transparent calc(66.666667% + 0.5px)
            ),
            linear-gradient(
                to bottom,
                transparent calc(50% - 0.5px),
                rgb(0 0 0 / 10%) calc(50% - 0.5px),
                rgb(0 0 0 / 10%) calc(50% + 0.5px),
                transparent calc(50% + 0.5px)
            );
    }

    .values-intro {
        grid-area: intro;
        min-height: 0;
        align-content: start;
        padding: 62px 46px 30px 0;
    }

    .values-intro h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .values-intro p,
    .value-tile p {
        font-size: 16px;
        line-height: 26px;
    }

    .value-tile {
        min-height: 0;
        padding: 0;
    }

    .value-tile > img:not(.value-icon) {
        width: 100%;
        height: 100%;
        margin: 0;
        max-width: none;
        aspect-ratio: auto;
    }

    .value-integrity,
    .value-sustainability,
    .value-customer {
        grid-template-rows: 62% 38%;
        gap: 0;
        align-content: stretch;
    }

    .value-tile > div {
        width: 100%;
        align-self: end;
        padding: 30px 44px 24px;
    }

    .value-integrity > div,
    .value-sustainability > div,
    .value-customer > div {
        align-self: stretch;
    }

    .value-integrity {
        grid-area: integrity;
        min-height: 0;
    }

    .value-innovation {
        grid-area: innovation;
        grid-template-rows: 62% 38%;
        align-content: stretch;
        gap: 0;
        padding: 0;
    }

    .value-sustainability {
        grid-area: sustainability;
    }

    .value-excellence {
        grid-area: excellence;
        grid-template-rows: 62% 38%;
        align-content: stretch;
        gap: 0;
        padding: 0;
    }

    .value-customer {
        grid-area: customer;
    }

    .value-innovation > div,
    .value-excellence > div {
        grid-row: 2;
        align-self: stretch;
        padding: 30px 44px 24px;
    }

    .value-icon {
        width: 58px;
        height: 58px;
        align-self: start;
    }

    .value-tile h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .director-message-inner {
        gap: 28px;
    }

    .director-message-heading p,
    .director-message-copy p {
        font-size: 16px;
        line-height: 26px;
    }

    .director-message-figure {
        width: 82%;
    }

    .director-message-figure img {
        aspect-ratio: 16 / 8.2;
    }

    .director-message-figure figcaption {
        bottom: 34px;
    }
}

/* Responsive typography */
@media (max-width: 767px) {
    .about-story-lead,
    .values-subheading {
        font-size: 18px;
        line-height: 28px;
    }

    .about-story-copy p,
    .about-value-card p,
    .values-intro p,
    .value-tile p,
    .director-message-heading p,
    .director-message-copy p,
    .team-card > p:last-child {
        font-size: 14px;
        line-height: 24px;
    }

    .about-story-copy h1,
    .about-value-card h2,
    .values-intro h2,
    .director-message-heading h2,
    .about-ventures-heading h2,
    .about-team-inner > h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .value-tile h3,
    .venture-card h3,
    .team-card h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .director-message-figure strong {
        font-size: 18px;
        line-height: 28px;
    }

    .director-message-figure span,
    .about-ventures-heading p,
    .team-card .team-role {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .about-team-inner > h2 {
        text-align: left;
    }

    .about-story-lead,
    .about-story-copy h1,
    .about-value-card h2,
    .values-intro h2,
    .director-message-heading h2,
    .about-ventures-heading h2,
    .about-team-inner > h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .about-story-copy p,
    .about-value-card p,
    .values-intro p,
    .value-tile p,
    .director-message-heading p,
    .director-message-copy p,
    .venture-card p,
    .team-card > p:last-child {
        font-size: 14px;
        line-height: 24px;
    }

    .values-subheading,
    .value-tile h3,
    .venture-card h3,
    .team-card h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .about-ventures-heading p,
    .team-card .team-role {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Consistent viewport usage on mobile and tablet */
@media (max-width: 1199px) {
    .about-ventures-heading {
        text-align: left;
    }

    .about-story-copy,
    .about-values-grid,
    .about-values-board,
    .director-message-inner,
    .about-ventures-inner,
    .about-team-inner,
    .about-enquiry-section .enquiry-inner {
        width: 95%;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }
}
