.about-page {
    --gold: #99783a;
    --gold-soft: #b69a62;
    --blush: #f1e2dd;
    --cream: #faf7f2;
    --dark: #181614;
    --muted: #7d756e;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
    margin-top: 0;
}

.about-eyebrow {
    color: var(--gold);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase;
}


/* HERO */

.about-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 84px);
    display: flex;
    align-items: center;
    padding: 85px 0 100px;
    background:
        radial-gradient(circle at 10% 15%, rgba(185,153,100,.09), transparent 30%),
        #faf7f2;
}

.about-hero-script {
    position: absolute;
    left: -55px;
    bottom: -95px;
    color: rgba(153,120,58,.045);
    font-family: "Italianno", cursive;
    font-size: 440px;
    line-height: 1;
    pointer-events: none;
}

.about-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
}

.about-hero-copy h1 {
    max-width: 620px;
    margin: 20px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(58px, 6.5vw, 91px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -.05em;
}

.about-hero-copy h1 span {
    display: block;
    color: var(--gold);
    font-style: italic;
}

.about-lead {
    max-width: 500px;
    margin: 30px 0 0 !important;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
}

.about-hero-actions {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 36px;
}

.about-primary {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 27px;
    border: 1px solid var(--dark);
    background: var(--dark);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition: .25s ease;
}

.about-primary svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}

.about-primary:hover {
    background: var(--gold);
    border-color: var(--gold);
    transform: translateY(-2px);
}

.about-primary.light {
    background: #fff;
    border-color: #fff;
    color: var(--dark);
}

.about-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 7px;
    border-bottom: 1px solid #baa57e;
    color: #645c56;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-text-link span {
    color: var(--gold);
    font-size: 14px;
}

.about-hero-visual {
    position: relative;
    min-height: 650px;
}

.about-main-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    height: 610px;
    overflow: hidden;
    background: #eadbd5;
}

.about-main-photo::after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255,255,255,.45);
}

.about-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.7) brightness(1.03);
}

.about-photo-card {
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 245px;
    padding: 23px 25px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(80,61,48,.12);
}

.about-photo-card span,
.about-photo-card strong,
.about-photo-card small {
    display: block;
}

.about-photo-card span {
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 11px;
}

.about-photo-card strong {
    margin-top: 14px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
}

.about-photo-card small {
    margin-top: 5px;
    color: #9b928a;
    font-size: 7px;
    letter-spacing: .15em;
    text-transform: uppercase;
}


/* INTRO */

.about-intro {
    padding: 125px 0;
    background: #fff;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 70px 1fr .75fr;
    gap: 55px;
}

.about-index {
    color: #ae9979;
    font-family: "Playfair Display", serif;
    font-size: 12px;
}

.about-intro-title h2 {
    max-width: 650px;
    margin: 15px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(43px, 5vw, 68px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.about-intro-title h2 em {
    display: block;
    color: var(--gold);
    font-weight: 400;
}

.about-intro-copy {
    padding-top: 31px;
}

.about-intro-copy p {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.95;
}


/* PHILOSOPHY */

.about-philosophy {
    padding: 135px 0;
    background: #f8f3ee;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: 1fr .93fr;
    gap: 105px;
    align-items: center;
}

.philosophy-photo-wrap {
    position: relative;
    padding: 0 0 45px 45px;
}

.philosophy-photo-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 69%;
    height: 74%;
    background: #efded8;
}

.philosophy-photo {
    position: relative;
    z-index: 2;
    height: 650px;
    overflow: hidden;
}

.philosophy-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.68);
}

.philosophy-marker {
    position: absolute;
    z-index: 3;
    right: -28px;
    bottom: 7px;
    width: 185px;
    padding: 19px 20px;
    background: var(--dark);
    color: #fff;
}

.philosophy-marker span,
.philosophy-marker strong {
    display: block;
}

.philosophy-marker span {
    color: #afa69e;
    font-size: 7px;
    letter-spacing: .2em;
}

.philosophy-marker strong {
    margin-top: 8px;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 400;
}

.philosophy-copy h2 {
    max-width: 550px;
    margin: 16px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(43px, 4.8vw, 66px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.philosophy-copy h2 em {
    color: var(--gold);
    font-weight: 400;
}

.philosophy-lead {
    max-width: 490px;
    margin: 25px 0 0 !important;
    color: #746d67;
    font-size: 13px;
    line-height: 1.85;
}

.philosophy-list {
    margin-top: 43px;
}

.philosophy-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 17px;
    padding: 21px 0;
    border-top: 1px solid #dfd4cd;
}

.philosophy-item:last-child {
    border-bottom: 1px solid #dfd4cd;
}

.philosophy-item > span {
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 11px;
}

.philosophy-item h3 {
    margin: 0 0 7px;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    font-weight: 400;
}

.philosophy-item p {
    max-width: 420px;
    margin: 0;
    color: #867e77;
    font-size: 10.5px;
    line-height: 1.75;
}


/* STERILISATION */

.about-sterilisation {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    background: #181614;
    color: #fff;
}

.sterile-bg-word {
    position: absolute;
    left: -35px;
    bottom: -70px;
    color: rgba(255,255,255,.022);
    font-family: "Playfair Display", serif;
    font-size: 250px;
    font-weight: 400;
    letter-spacing: -.08em;
}

.sterile-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.about-sterilisation .about-eyebrow {
    color: #bba16e;
}

.sterile-heading h2 {
    max-width: 540px;
    margin: 18px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(44px, 5vw, 69px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.sterile-heading h2 span {
    display: block;
    color: #c2a66f;
    font-style: italic;
}

.sterile-lead {
    max-width: 620px;
    margin: 0 0 45px !important;
    color: #aaa19a;
    font-size: 13px;
    line-height: 1.85;
}

.sterile-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.sterile-cards article {
    position: relative;
    padding: 31px 24px 34px;
}

.sterile-cards article + article {
    border-left: 1px solid rgba(255,255,255,.12);
}

.sterile-num {
    color: #7e756d;
    font-family: "Playfair Display", serif;
    font-size: 10px;
}

.sterile-icon {
    margin-top: 34px;
    color: #bba16e;
    font-size: 23px;
}

.sterile-cards h3 {
    margin: 22px 0 11px;
    font-family: "Playfair Display", serif;
    font-size: 19px;
    font-weight: 400;
}

.sterile-cards p {
    margin: 0;
    color: #958d86;
    font-size: 10px;
    line-height: 1.8;
}


/* VALUES */

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

.about-values-head {
    display: grid;
    grid-template-columns: 1fr .55fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 60px;
}

.about-values-head h2 {
    max-width: 700px;
    margin: 15px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 5vw, 67px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.about-values-head h2 em {
    display: block;
    color: var(--gold);
    font-weight: 400;
}

.about-values-head > p {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.85;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #e7dfd8;
    border-bottom: 1px solid #e7dfd8;
}

.about-values-grid article {
    padding: 34px 30px 37px;
}

.about-values-grid article + article {
    border-left: 1px solid #e7dfd8;
}

.value-number {
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 10px;
}

.about-values-grid h3 {
    margin: 26px 0 11px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
}

.about-values-grid p {
    margin: 0;
    color: #847b74;
    font-size: 10.5px;
    line-height: 1.8;
}


/* EXPERIENCE */

.about-experience {
    padding: 125px 0;
    background: #f8f3ee;
}

.experience-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 90px;
}

.experience-copy h2 {
    max-width: 480px;
    margin: 16px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(43px, 4.7vw, 64px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.experience-copy h2 span {
    display: block;
    color: var(--gold);
    font-style: italic;
}

.experience-steps {
    border-top: 1px solid #ddd1c9;
}

.experience-steps article {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 22px;
    padding: 27px 0;
    border-bottom: 1px solid #ddd1c9;
}

.experience-steps article > span {
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 11px;
}

.experience-steps small {
    display: block;
    margin-bottom: 6px;
    color: #a09890;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.experience-steps h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
}

.experience-steps p {
    max-width: 580px;
    margin: 8px 0 0;
    color: #817971;
    font-size: 10.5px;
    line-height: 1.8;
}


/* CTA */

.about-final-cta {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: #181614;
    color: #fff;
    text-align: center;
}

.about-cta-script {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255,255,255,.025);
    font-family: "Italianno", cursive;
    font-size: 380px;
    line-height: 1;
    transform: translate(-50%,-50%);
}

.about-cta-content {
    position: relative;
    z-index: 2;
}

.about-final-cta .about-eyebrow {
    color: #bda46f;
}

.about-final-cta h2 {
    margin: 19px auto 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.about-final-cta h2 span {
    display: block;
    color: #c2a66f;
    font-style: italic;
}

.about-final-cta p {
    margin: 25px auto 31px;
    color: #aaa19a;
    font-size: 11px;
}

.about-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.about-cta-secondary {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,.35);
    color: #ddd6d0;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .about-hero-grid,
    .philosophy-grid,
    .sterile-grid,
    .experience-layout {
        gap: 55px;
    }

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

    .about-values-grid article:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #e7dfd8;
    }

    .about-values-grid article:nth-child(4) {
        border-top: 1px solid #e7dfd8;
    }

    .sterile-cards {
        grid-template-columns: 1fr;
    }

    .sterile-cards article + article {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.12);
    }
}


@media (max-width: 820px) {

    .about-hero {
        min-height: auto;
        padding: 70px 0 80px;
    }

    .about-hero-grid,
    .philosophy-grid,
    .sterile-grid,
    .experience-layout,
    .about-values-head {
        grid-template-columns: 1fr;
    }

    .about-hero-visual {
        max-width: 620px;
        min-height: 580px;
        margin-top: 20px;
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
    }

    .about-index {
        display: none;
    }

    .about-intro-copy {
        max-width: 600px;
        padding-top: 0;
    }

    .philosophy-photo-wrap {
        max-width: 620px;
    }

    .sterile-grid {
        gap: 55px;
    }
}


@media (max-width: 620px) {

    .about-hero-copy h1 {
        font-size: 55px;
    }

    .about-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .about-primary {
        width: 100%;
    }

    .about-text-link {
        align-self: flex-start;
    }

    .about-hero-visual {
        min-height: 465px;
    }

    .about-main-photo {
        width: 87%;
        height: 430px;
    }

    .about-photo-card {
        width: 210px;
        padding: 19px;
    }

    .about-intro,
    .about-philosophy,
    .about-sterilisation,
    .about-values,
    .about-experience {
        padding: 80px 0;
    }

    .about-intro-title h2,
    .philosophy-copy h2,
    .sterile-heading h2,
    .about-values-head h2,
    .experience-copy h2 {
        font-size: 40px;
    }

    .philosophy-photo-wrap {
        padding: 0 0 35px 18px;
    }

    .philosophy-photo {
        height: 470px;
    }

    .philosophy-marker {
        right: 0;
        width: 160px;
    }

    .about-values-head {
        gap: 25px;
        margin-bottom: 40px;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-values-grid article + article,
    .about-values-grid article:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #e7dfd8;
    }

    .experience-layout {
        gap: 45px;
    }

    .about-cta-actions {
        flex-direction: column;
    }

    .about-final-cta {
        padding: 90px 0;
    }

    .about-final-cta h2 {
        font-size: 48px;
    }
}
