/* =====================================================
   THE METALLIQUE
   ABOUT PAGE
===================================================== */

body.page-about {
    background: var(--color-background);
    color: var(--color-text);
    font-family: var(--font-body);
    overflow-x: hidden;
}

/* Editorial hierarchy rebuild: final visual rhythm layer.
   Keeps the existing content and assets, but changes section weight so the page
   reads like a premium editorial sequence rather than equal-height components. */
@media (min-width: 1101px) {
    .about-page {
        padding-top: var(--shell-header-height);
        overflow-x: hidden;
    }

    .about-content {
        width: 100%;
        max-width: none;
    }

    .about-section {
        width: min(1500px, calc(100% - 96px));
        margin-inline: auto;
        border-top-color: rgba(23, 23, 23, 0.08);
    }

    .about-hero {
        width: 100vw;
        height: min(720px, calc(100vh - var(--shell-header-height)));
        min-height: 560px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0 clamp(56px, 7vw, 140px);
        grid-template-columns: minmax(360px, 0.46fr) minmax(0, 1.54fr);
        align-items: center;
        background:
            linear-gradient(90deg,
                #f7f4ef 0%,
                rgba(247, 244, 239, 0.96) 28%,
                rgba(247, 244, 239, 0.58) 46%,
                rgba(247, 244, 239, 0.12) 63%,
                rgba(247, 244, 239, 0) 100%);
    }

    .about-hero-copy {
        max-width: 520px;
        padding-top: 0;
    }

    .about-hero h1 {
        max-width: 8.8ch;
        font-size: clamp(74px, 6.8vw, 124px);
        line-height: 0.92;
    }

    .about-hero p {
        max-width: 35ch;
        font-size: clamp(17px, 1.15vw, 21px);
        line-height: 1.75;
    }

    .about-hero-media {
        margin-left: clamp(-180px, -9vw, -80px);
        min-height: 100%;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 7%, #000 24%, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 7%, #000 24%, #000 100%);
    }

    .about-hero-media img {
        height: 100%;
        object-fit: cover;
        object-position: center right;
    }

    .about-who {
        padding-top: clamp(74px, 7vw, 108px);
        padding-bottom: clamp(66px, 6.2vw, 96px);
    }

    .about-who-grid {
        grid-template-columns: minmax(150px, 0.2fr) minmax(460px, 0.58fr) minmax(240px, 0.28fr) minmax(280px, 0.36fr);
        gap: clamp(34px, 4vw, 72px);
        align-items: center;
    }

    .about-who-copy p:first-child {
        font-size: clamp(31px, 2.7vw, 48px);
        line-height: 1.1;
    }

    .about-who-copy p + p {
        max-width: 38ch;
        font-size: clamp(14px, 0.9vw, 16px);
    }

    .about-who-media {
        min-height: clamp(220px, 18vw, 310px);
    }

    .about-philosophy {
        padding-top: clamp(56px, 5vw, 82px);
        padding-bottom: clamp(62px, 5.6vw, 90px);
    }

    .about-philosophy-grid {
        display: grid;
        grid-template-columns: 1.05fr 0.9fr 1.05fr;
        gap: clamp(18px, 2vw, 34px);
        align-items: stretch;
    }

    .about-philosophy-card {
        min-height: clamp(430px, 36vw, 560px);
        display: grid;
        grid-template-rows: 0.6fr 0.4fr;
        background: #fff;
        border: 1px solid rgba(183, 140, 74, 0.14);
        box-shadow: 0 24px 54px rgba(23, 23, 23, 0.035);
    }

    .about-philosophy-card:nth-child(2) {
        transform: translateY(clamp(22px, 2.4vw, 38px));
        grid-template-rows: 0.44fr 0.56fr;
    }

    .about-philosophy-card:nth-child(2) .about-card-image {
        order: 2;
    }

    .about-card-image {
        min-height: 0;
    }

    .about-card-copy {
        padding: clamp(30px, 3vw, 48px);
    }

    .about-card-copy h3 {
        font-size: clamp(30px, 2.4vw, 43px);
    }

    .about-choose {
        padding-top: clamp(48px, 4vw, 68px);
        padding-bottom: clamp(52px, 4.5vw, 74px);
    }

    .about-choose .section-heading-row {
        margin-bottom: clamp(24px, 2.4vw, 40px);
    }

    .about-feature-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: clamp(12px, 1.2vw, 20px);
    }

    .about-feature-card {
        min-height: clamp(235px, 20vw, 310px);
        border: 1px solid rgba(23, 23, 23, 0.08);
        box-shadow: none;
    }

    .about-feature-image {
        height: clamp(86px, 7vw, 120px);
    }

    .about-feature-copy {
        padding: clamp(18px, 1.5vw, 24px);
    }

    .about-feature-copy h3 {
        font-size: clamp(18px, 1.35vw, 25px);
        line-height: 1.12;
    }

    .about-feature-copy p {
        font-size: 12.5px;
        line-height: 1.58;
    }

    .about-craft {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0;
        border-top: 0;
    }

    .about-craft-grid {
        min-height: clamp(430px, 45vw, 620px);
        grid-template-columns: minmax(360px, 0.42fr) minmax(0, 1.58fr);
        background: #171717;
    }

    .about-craft-copy {
        padding: clamp(48px, 5vw, 86px) clamp(48px, 5vw, 92px);
        align-self: center;
        z-index: 2;
    }

    .about-craft-copy h2 {
        max-width: 11ch;
        font-size: clamp(48px, 4.5vw, 82px);
        line-height: 0.96;
    }

    .about-craft-copy p {
        max-width: 38ch;
        font-size: clamp(15px, 1vw, 18px);
    }

    .about-craft-media {
        min-height: clamp(430px, 45vw, 620px);
        -webkit-mask-image: none;
        mask-image: none;
    }

    .about-craft-media::before {
        background: linear-gradient(90deg, rgba(23, 23, 23, 0.86) 0%, rgba(23, 23, 23, 0.34) 28%, rgba(23, 23, 23, 0) 52%);
    }

    .about-craft-media img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .about-process {
        padding-top: clamp(42px, 4vw, 64px);
        padding-bottom: clamp(42px, 4vw, 64px);
    }

    .about-process .section-heading-row {
        margin-bottom: clamp(24px, 2.5vw, 38px);
    }

    .about-process-grid {
        gap: clamp(18px, 2vw, 34px);
    }

    .about-process-icon {
        width: clamp(50px, 4.6vw, 68px);
        height: clamp(50px, 4.6vw, 68px);
    }

    .about-process-step h3 {
        font-size: clamp(16px, 1.1vw, 20px);
    }

    .about-process-step p {
        max-width: 18ch;
        font-size: 12px;
        line-height: 1.5;
    }

    .about-world {
        padding-top: clamp(54px, 5vw, 78px);
        padding-bottom: clamp(56px, 5.2vw, 82px);
    }

    .about-world-grid {
        grid-template-columns: minmax(380px, 0.45fr) minmax(0, 0.55fr);
        gap: clamp(44px, 5vw, 90px);
        align-items: center;
    }

    .about-world-copy h2 {
        max-width: 10ch;
        font-size: clamp(48px, 4.5vw, 78px);
        line-height: 0.98;
    }

    .about-world-visual {
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .about-world-visual img {
        height: clamp(280px, 28vw, 430px);
        object-fit: contain;
    }

    .about-cta {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0;
        border-top: 0;
    }

    .about-cta-grid {
        min-height: clamp(500px, 52vw, 680px);
        grid-template-columns: minmax(390px, 0.43fr) minmax(0, 1.57fr);
        background: #171717;
    }

    .about-cta-copy {
        padding: clamp(58px, 6vw, 104px) clamp(52px, 6vw, 112px);
        align-self: center;
    }

    .about-cta-copy h2 {
        max-width: 10ch;
        font-size: clamp(54px, 5vw, 92px);
        line-height: 0.95;
    }

    .about-cta-media {
        min-height: clamp(500px, 52vw, 680px);
        -webkit-mask-image: none;
        mask-image: none;
    }
}

@media (max-width: 1100px) {
    .about-page {
        padding-top: var(--shell-header-height);
    }

    .about-section {
        padding-top: clamp(56px, 11vw, 86px);
        padding-bottom: clamp(56px, 11vw, 86px);
    }

    .about-hero {
        min-height: auto;
        padding-top: clamp(54px, 12vw, 82px);
        padding-bottom: clamp(54px, 12vw, 82px);
    }

    .about-hero-media,
    .about-craft-media,
    .about-cta-media {
        min-height: clamp(320px, 58vw, 520px);
    }

    .about-choose,
    .about-process,
    .about-world {
        padding-top: clamp(44px, 9vw, 68px);
        padding-bottom: clamp(44px, 9vw, 68px);
    }
}

/* Laptop-fit hierarchy calibration: hero is the reference, not an oversized scroll section. */
@media (min-width: 1101px) {
    .about-hero {
        min-height: clamp(600px, calc(100vh - var(--shell-header-height)), 720px);
        height: clamp(600px, calc(100vh - var(--shell-header-height)), 720px);
        grid-template-columns: minmax(330px, 0.58fr) minmax(0, 1.42fr);
        overflow: hidden;
    }

    .about-hero-copy {
        max-width: 470px;
        padding-top: clamp(42px, 5vh, 70px);
        padding-bottom: clamp(42px, 5vh, 70px);
        padding-left: clamp(52px, 5.4vw, 104px);
    }

    .about-hero-copy h1 {
        font-size: clamp(56px, 5.4vw, 84px);
        line-height: 0.94;
    }

    .about-hero-copy p {
        max-width: 34ch;
        font-size: 16px;
        line-height: 1.7;
    }

    .about-hero-image {
        height: 100%;
    }

    .about-who {
        padding-top: clamp(58px, 5.4vw, 86px);
        padding-bottom: clamp(58px, 5.4vw, 86px);
    }

    .about-who-media {
        min-height: clamp(260px, 28vw, 380px);
    }

    .about-philosophy {
        padding-top: clamp(48px, 4.8vw, 74px);
        padding-bottom: clamp(48px, 4.8vw, 74px);
    }

    .about-philosophy-card {
        min-height: clamp(350px, 32vw, 450px);
    }

    .about-card-image {
        min-height: clamp(210px, 20vw, 280px);
    }

    .about-choose {
        padding-top: clamp(38px, 3.6vw, 56px);
        padding-bottom: clamp(38px, 3.8vw, 60px);
    }

    .about-craft {
        padding-top: clamp(54px, 5.2vw, 84px);
        padding-bottom: clamp(54px, 5.2vw, 84px);
    }

    .about-craft-grid,
    .about-craft-copy,
    .about-craft-media {
        min-height: clamp(430px, 43vw, 560px);
    }

    .about-craft-copy h2 {
        font-size: clamp(42px, 4.3vw, 66px);
    }

    .about-process {
        padding-top: clamp(28px, 3vw, 44px);
        padding-bottom: clamp(30px, 3.2vw, 48px);
    }

    .about-world {
        padding-top: clamp(42px, 4vw, 64px);
        padding-bottom: clamp(42px, 4.2vw, 66px);
    }

    .about-world-visual img {
        height: clamp(220px, 21vw, 310px);
    }

    .about-cta {
        padding-top: clamp(60px, 5.8vw, 92px);
    }

    .about-cta-grid,
    .about-cta-media {
        min-height: clamp(500px, 52vw, 640px);
    }

    .about-cta-copy {
        padding-top: clamp(58px, 5.8vw, 94px);
        padding-bottom: clamp(58px, 5.8vw, 94px);
    }

    .about-cta-copy h2 {
        font-size: clamp(44px, 4.7vw, 72px);
    }
}

/* Section weight system: hero remains the reference point, supporting sections step down intentionally. */
@media (min-width: 1101px) {
    .about-hero {
        min-height: calc(100vh - var(--shell-header-height));
        grid-template-columns: minmax(360px, 0.62fr) minmax(0, 1.38fr);
    }

    .about-hero-copy {
        max-width: 500px;
        padding-left: clamp(56px, 6vw, 118px);
        padding-right: clamp(22px, 3vw, 52px);
    }

    .about-hero-copy h1 {
        font-size: clamp(68px, 6.9vw, 116px);
        line-height: 0.92;
    }

    .about-who {
        padding-top: clamp(76px, 7vw, 112px);
        padding-bottom: clamp(76px, 7vw, 112px);
    }

    .about-who-grid {
        grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.74fr);
        gap: clamp(46px, 5vw, 86px);
    }

    .about-who .section-heading-row h2 {
        max-width: 18ch;
        font-size: clamp(34px, 3.2vw, 54px);
        line-height: 1.03;
    }

    .about-who-copy p {
        max-width: 38ch;
        font-size: 16px;
        line-height: 1.75;
    }

    .about-who-media {
        min-height: clamp(300px, 32vw, 440px);
    }

    .about-philosophy {
        padding-top: clamp(62px, 5.8vw, 92px);
        padding-bottom: clamp(62px, 5.8vw, 92px);
    }

    .about-philosophy-grid {
        gap: clamp(18px, 2vw, 30px);
    }

    .about-philosophy-card {
        min-height: clamp(410px, 38vw, 520px);
    }

    .about-card-image {
        min-height: clamp(245px, 23vw, 330px);
    }

    .about-card-copy {
        padding: clamp(26px, 2.5vw, 38px);
    }

    .about-card-copy h3 {
        font-size: clamp(29px, 2.4vw, 40px);
    }

    .about-choose {
        padding-top: clamp(44px, 4.2vw, 64px);
        padding-bottom: clamp(46px, 4.5vw, 70px);
    }

    .about-feature-grid {
        gap: clamp(12px, 1.3vw, 18px);
    }

    .about-feature-card {
        min-height: 214px;
    }

    .about-feature-image {
        min-height: 76px;
    }

    .about-feature-copy {
        min-height: 126px;
        padding: 15px 16px 16px;
    }

    .about-feature-copy h3 {
        font-size: 20px;
    }

    .about-craft {
        padding-top: clamp(68px, 6.5vw, 104px);
        padding-bottom: clamp(68px, 6.5vw, 104px);
    }

    .about-craft-grid {
        min-height: clamp(500px, 54vw, 660px);
        grid-template-columns: minmax(360px, 0.38fr) minmax(0, 1.62fr);
    }

    .about-craft-copy {
        min-height: clamp(500px, 54vw, 660px);
        padding: clamp(58px, 6vw, 104px) clamp(42px, 4.8vw, 86px);
    }

    .about-craft-copy h2 {
        max-width: 14ch;
        font-size: clamp(48px, 5.2vw, 82px);
        line-height: 0.97;
    }

    .about-craft-copy p {
        max-width: 35ch;
        margin-top: 26px;
        font-size: 17px;
        line-height: 1.8;
    }

    .about-craft-media {
        min-height: clamp(500px, 54vw, 660px);
    }

    .about-process {
        padding-top: clamp(34px, 3.4vw, 52px);
        padding-bottom: clamp(36px, 3.6vw, 56px);
    }

    .about-process .section-heading-row {
        margin-bottom: 12px;
    }

    .about-process-grid {
        gap: clamp(8px, 1vw, 14px);
    }

    .about-process-icon {
        width: 50px;
        height: 50px;
    }

    .about-process-step h3 {
        font-size: 17px;
    }

    .about-world {
        padding-top: clamp(48px, 4.8vw, 76px);
        padding-bottom: clamp(52px, 5vw, 82px);
    }

    .about-world-grid {
        grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
        gap: clamp(42px, 5vw, 86px);
    }

    .about-world-copy h2 {
        font-size: clamp(38px, 3.8vw, 62px);
    }

    .about-world-visual img {
        height: clamp(200px, 19vw, 280px);
    }

    .about-cta {
        padding-top: clamp(48px, 4.8vw, 76px);
    }

    .about-cta-grid {
        min-height: clamp(420px, 44vw, 560px);
        grid-template-columns: minmax(340px, 0.5fr) minmax(0, 1.5fr);
    }

    .about-cta-copy {
        padding: clamp(46px, 4.8vw, 78px) clamp(46px, 5vw, 90px);
    }

    .about-cta-copy h2 {
        max-width: 12ch;
        font-size: clamp(38px, 4vw, 62px);
        line-height: 0.96;
    }

    .about-cta-copy p {
        max-width: 34ch;
        font-size: 17px;
        line-height: 1.8;
    }

    .about-cta-media {
        min-height: clamp(420px, 44vw, 560px);
    }
}

/* Final authority: About page hierarchy after all legacy responsive layers. */
@media (min-width: 1101px) {
    .about-page {
        padding-top: var(--shell-header-height);
        overflow-x: hidden;
    }

    .about-content {
        width: 100%;
        max-width: none;
    }

    .about-section {
        width: min(1500px, calc(100% - 96px));
        margin-inline: auto;
        border-top-color: rgba(23, 23, 23, 0.08);
    }

    .about-hero {
        width: 100vw;
        height: min(720px, calc(100vh - var(--shell-header-height)));
        min-height: 560px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0 clamp(56px, 7vw, 140px);
        grid-template-columns: minmax(360px, 0.46fr) minmax(0, 1.54fr);
        align-items: center;
        background:
            linear-gradient(90deg,
                #f7f4ef 0%,
                rgba(247, 244, 239, 0.96) 28%,
                rgba(247, 244, 239, 0.58) 46%,
                rgba(247, 244, 239, 0.12) 63%,
                rgba(247, 244, 239, 0) 100%);
    }

    .about-hero-copy {
        max-width: 520px;
        padding-top: 0;
    }

    .about-hero h1 {
        max-width: 8.8ch;
        font-size: clamp(74px, 6.8vw, 124px);
        line-height: 0.92;
    }

    .about-hero p {
        max-width: 35ch;
        font-size: clamp(17px, 1.15vw, 21px);
        line-height: 1.75;
    }

    .about-hero-media {
        margin-left: clamp(-180px, -9vw, -80px);
        min-height: 100%;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 7%, #000 24%, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 7%, #000 24%, #000 100%);
    }

    .about-hero-media img {
        height: 100%;
        object-fit: cover;
        object-position: center right;
    }

    .about-who {
        padding-top: clamp(74px, 7vw, 108px);
        padding-bottom: clamp(66px, 6.2vw, 96px);
    }

    .about-who-grid {
        grid-template-columns: minmax(150px, 0.2fr) minmax(460px, 0.58fr) minmax(240px, 0.28fr) minmax(280px, 0.36fr);
        gap: clamp(34px, 4vw, 72px);
        align-items: center;
    }

    .about-who-copy p:first-child {
        font-size: clamp(31px, 2.7vw, 48px);
        line-height: 1.1;
    }

    .about-who-copy p + p {
        max-width: 38ch;
        font-size: clamp(14px, 0.9vw, 16px);
    }

    .about-who-media {
        min-height: clamp(220px, 18vw, 310px);
    }

    .about-philosophy {
        padding-top: clamp(56px, 5vw, 82px);
        padding-bottom: clamp(62px, 5.6vw, 90px);
    }

    .about-philosophy-grid {
        display: grid;
        grid-template-columns: 1.05fr 0.9fr 1.05fr;
        gap: clamp(18px, 2vw, 34px);
        align-items: stretch;
    }

    .about-philosophy-card {
        min-height: clamp(430px, 36vw, 560px);
        display: grid;
        grid-template-rows: 0.6fr 0.4fr;
        background: #fff;
        border: 1px solid rgba(183, 140, 74, 0.14);
        box-shadow: 0 24px 54px rgba(23, 23, 23, 0.035);
    }

    .about-philosophy-card:nth-child(2) {
        transform: translateY(clamp(22px, 2.4vw, 38px));
        grid-template-rows: 0.44fr 0.56fr;
    }

    .about-philosophy-card:nth-child(2) .about-card-image {
        order: 2;
    }

    .about-card-image {
        min-height: 0;
    }

    .about-card-copy {
        padding: clamp(30px, 3vw, 48px);
    }

    .about-card-copy h3 {
        font-size: clamp(30px, 2.4vw, 43px);
    }

    .about-choose {
        padding-top: clamp(48px, 4vw, 68px);
        padding-bottom: clamp(52px, 4.5vw, 74px);
    }

    .about-choose .section-heading-row {
        margin-bottom: clamp(24px, 2.4vw, 40px);
    }

    .about-feature-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: clamp(12px, 1.2vw, 20px);
    }

    .about-feature-card {
        min-height: clamp(235px, 20vw, 310px);
        border: 1px solid rgba(23, 23, 23, 0.08);
        box-shadow: none;
    }

    .about-feature-image {
        height: clamp(86px, 7vw, 120px);
    }

    .about-feature-copy {
        padding: clamp(18px, 1.5vw, 24px);
    }

    .about-feature-copy h3 {
        font-size: clamp(18px, 1.35vw, 25px);
        line-height: 1.12;
    }

    .about-feature-copy p {
        font-size: 12.5px;
        line-height: 1.58;
    }

    .about-craft {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0;
        border-top: 0;
    }

    .about-craft-grid {
        min-height: clamp(430px, 45vw, 620px);
        grid-template-columns: minmax(360px, 0.42fr) minmax(0, 1.58fr);
        background: #171717;
    }

    .about-craft-copy {
        padding: clamp(48px, 5vw, 86px) clamp(48px, 5vw, 92px);
        align-self: center;
        z-index: 2;
    }

    .about-craft-copy h2 {
        max-width: 11ch;
        font-size: clamp(48px, 4.5vw, 82px);
        line-height: 0.96;
    }

    .about-craft-copy p {
        max-width: 38ch;
        font-size: clamp(15px, 1vw, 18px);
    }

    .about-craft-media {
        min-height: clamp(430px, 45vw, 620px);
        -webkit-mask-image: none;
        mask-image: none;
    }

    .about-craft-media::before {
        background: linear-gradient(90deg, rgba(23, 23, 23, 0.86) 0%, rgba(23, 23, 23, 0.34) 28%, rgba(23, 23, 23, 0) 52%);
    }

    .about-craft-media img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .about-process {
        padding-top: clamp(42px, 4vw, 64px);
        padding-bottom: clamp(42px, 4vw, 64px);
    }

    .about-process .section-heading-row {
        margin-bottom: clamp(24px, 2.5vw, 38px);
    }

    .about-process-grid {
        gap: clamp(18px, 2vw, 34px);
    }

    .about-process-icon {
        width: clamp(50px, 4.6vw, 68px);
        height: clamp(50px, 4.6vw, 68px);
    }

    .about-process-step h3 {
        font-size: clamp(16px, 1.1vw, 20px);
    }

    .about-process-step p {
        max-width: 18ch;
        font-size: 12px;
        line-height: 1.5;
    }

    .about-world {
        padding-top: clamp(54px, 5vw, 78px);
        padding-bottom: clamp(56px, 5.2vw, 82px);
    }

    .about-world-grid {
        grid-template-columns: minmax(380px, 0.45fr) minmax(0, 0.55fr);
        gap: clamp(44px, 5vw, 90px);
        align-items: center;
    }

    .about-world-copy h2 {
        max-width: 10ch;
        font-size: clamp(48px, 4.5vw, 78px);
        line-height: 0.98;
    }

    .about-world-visual {
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .about-world-visual img {
        height: clamp(280px, 28vw, 430px);
        object-fit: contain;
    }

    .about-cta {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0;
        border-top: 0;
    }

    .about-cta-grid {
        min-height: clamp(500px, 52vw, 680px);
        grid-template-columns: minmax(390px, 0.43fr) minmax(0, 1.57fr);
        background: #171717;
    }

    .about-cta-copy {
        padding: clamp(58px, 6vw, 104px) clamp(52px, 6vw, 112px);
        align-self: center;
    }

    .about-cta-copy h2 {
        max-width: 10ch;
        font-size: clamp(54px, 5vw, 92px);
        line-height: 0.95;
    }

    .about-cta-media {
        min-height: clamp(500px, 52vw, 680px);
        -webkit-mask-image: none;
        mask-image: none;
    }
}

@media (max-width: 1100px) {
    .about-page {
        padding-top: var(--shell-header-height);
    }

    .about-section {
        padding-top: clamp(56px, 11vw, 86px);
        padding-bottom: clamp(56px, 11vw, 86px);
    }

    .about-hero {
        min-height: auto;
        padding-top: clamp(54px, 12vw, 82px);
        padding-bottom: clamp(54px, 12vw, 82px);
    }

    .about-hero-media,
    .about-craft-media,
    .about-cta-media {
        min-height: clamp(320px, 58vw, 520px);
    }

    .about-choose,
    .about-process,
    .about-world {
        padding-top: clamp(44px, 9vw, 68px);
        padding-bottom: clamp(44px, 9vw, 68px);
    }
}

/* Final laptop-fit calibration: restore editorial hierarchy without oversized screen-filling sections. */
@media (min-width: 1101px) {
    .about-hero {
        min-height: clamp(560px, calc(100vh - var(--shell-header-height)), 700px);
        height: clamp(560px, calc(100vh - var(--shell-header-height)), 700px);
        grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
        overflow: hidden;
    }

    .about-hero-copy,
    .about-hero-media {
        min-height: 100%;
    }

    .about-hero-copy {
        max-width: 460px;
        padding-top: clamp(36px, 4.6vh, 62px);
        padding-bottom: clamp(36px, 4.6vh, 62px);
        padding-left: clamp(48px, 5vw, 96px);
        padding-right: clamp(24px, 2.8vw, 46px);
    }

    .about-hero-copy h1 {
        font-size: clamp(52px, 4.9vw, 78px);
        line-height: 0.94;
    }

    .about-hero-copy p {
        max-width: 34ch;
        font-size: 15.5px;
        line-height: 1.64;
    }

    .about-who {
        padding-top: clamp(48px, 4.6vw, 74px);
        padding-bottom: clamp(48px, 4.8vw, 76px);
    }

    .about-who-media {
        min-height: clamp(230px, 24vw, 340px);
    }

    .about-philosophy {
        padding-top: clamp(42px, 4vw, 64px);
        padding-bottom: clamp(42px, 4.2vw, 68px);
    }

    .about-philosophy-card {
        min-height: clamp(310px, 28vw, 410px);
    }

    .about-card-image {
        min-height: clamp(180px, 17vw, 250px);
    }

    .about-choose {
        padding-top: clamp(32px, 3vw, 48px);
        padding-bottom: clamp(34px, 3.2vw, 52px);
    }

    .about-craft {
        padding-top: clamp(44px, 4.2vw, 68px);
        padding-bottom: clamp(44px, 4.2vw, 68px);
    }

    .about-craft-grid,
    .about-craft-copy,
    .about-craft-media {
        min-height: clamp(350px, 34vw, 460px);
    }

    .about-craft-copy h2 {
        font-size: clamp(36px, 3.7vw, 58px);
    }

    .about-process {
        padding-top: clamp(24px, 2.4vw, 38px);
        padding-bottom: clamp(26px, 2.6vw, 42px);
    }

    .about-process-icon {
        width: 44px;
        height: 44px;
    }

    .about-world {
        padding-top: clamp(36px, 3.6vw, 56px);
        padding-bottom: clamp(38px, 3.8vw, 60px);
    }

    .about-world-visual img {
        height: clamp(200px, 19vw, 280px);
    }

    .about-cta {
        padding-top: clamp(48px, 4.8vw, 76px);
    }

    .about-cta-grid,
    .about-cta-media {
        min-height: clamp(420px, 44vw, 560px);
    }

    .about-cta-copy {
        padding-top: clamp(46px, 4.8vw, 78px);
        padding-bottom: clamp(46px, 4.8vw, 78px);
    }

    .about-cta-copy h2 {
        font-size: clamp(38px, 4vw, 62px);
    }
}

/* Final laptop-fit calibration: hero becomes a single-screen reference again. */
@media (min-width: 1101px) {
    .about-hero {
        min-height: clamp(600px, calc(100vh - var(--shell-header-height)), 720px);
        height: clamp(600px, calc(100vh - var(--shell-header-height)), 720px);
        grid-template-columns: minmax(330px, 0.58fr) minmax(0, 1.42fr);
        overflow: hidden;
    }

    .about-hero-copy {
        max-width: 470px;
        padding-top: clamp(42px, 5vh, 70px);
        padding-bottom: clamp(42px, 5vh, 70px);
        padding-left: clamp(52px, 5.4vw, 104px);
    }

    .about-hero-copy h1 {
        font-size: clamp(56px, 5.4vw, 84px);
        line-height: 0.94;
    }

    .about-hero-copy p {
        max-width: 34ch;
        font-size: 16px;
        line-height: 1.7;
    }

    .about-hero-image {
        height: 100%;
    }

    .about-who {
        padding-top: clamp(58px, 5.4vw, 86px);
        padding-bottom: clamp(58px, 5.4vw, 86px);
    }

    .about-who-media {
        min-height: clamp(260px, 28vw, 380px);
    }

    .about-philosophy {
        padding-top: clamp(48px, 4.8vw, 74px);
        padding-bottom: clamp(48px, 4.8vw, 74px);
    }

    .about-philosophy-card {
        min-height: clamp(350px, 32vw, 450px);
    }

    .about-card-image {
        min-height: clamp(210px, 20vw, 280px);
    }

    .about-choose {
        padding-top: clamp(38px, 3.6vw, 56px);
        padding-bottom: clamp(38px, 3.8vw, 60px);
    }

    .about-craft {
        padding-top: clamp(54px, 5.2vw, 84px);
        padding-bottom: clamp(54px, 5.2vw, 84px);
    }

    .about-craft-grid,
    .about-craft-copy,
    .about-craft-media {
        min-height: clamp(430px, 43vw, 560px);
    }

    .about-craft-copy h2 {
        font-size: clamp(42px, 4.3vw, 66px);
    }

    .about-process {
        padding-top: clamp(28px, 3vw, 44px);
        padding-bottom: clamp(30px, 3.2vw, 48px);
    }

    .about-world {
        padding-top: clamp(42px, 4vw, 64px);
        padding-bottom: clamp(42px, 4.2vw, 66px);
    }

    .about-world-visual img {
        height: clamp(220px, 21vw, 310px);
    }

    .about-cta {
        padding-top: clamp(60px, 5.8vw, 92px);
    }

    .about-cta-grid,
    .about-cta-media {
        min-height: clamp(500px, 52vw, 640px);
    }

    .about-cta-copy {
        padding-top: clamp(58px, 5.8vw, 94px);
        padding-bottom: clamp(58px, 5.8vw, 94px);
    }

    .about-cta-copy h2 {
        font-size: clamp(44px, 4.7vw, 72px);
    }
}

body.page-about a {
    color: inherit;
    text-decoration: none;
}

body.page-about img {
    display: block;
    width: 100%;
}

.about-page {
    width: 100%;
    padding-top: calc(var(--shell-header-height) + 26px);
    padding-bottom: 0;
}

.about-layout {
    display: block;
}

.about-content {
    width: var(--shell-container-width);
    margin-inline: auto;
    padding-left: 0;
}

.about-section {
    position: relative;
    padding: 96px 0 120px;
    border-top: 1px solid var(--color-border);
    scroll-margin-top: calc(var(--shell-header-height) + 24px);
}

.about-section:first-child {
    border-top: 0;
    padding-top: 0;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--color-brass);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.about-section-number {
    color: var(--color-brass);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.section-heading-row {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-bottom: 40px;
}

.section-heading-row-slim {
    margin-bottom: 34px;
}

.section-heading-row.center {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
}

.about-section-heading-center {
    max-width: 860px;
}

.section-heading-row h2,
.about-hero-copy h1,
.about-craft-copy h2,
.about-world-copy h2,
.about-cta-copy h2 {
    margin: 0;
    font-family: var(--font-heading);
    color: var(--color-charcoal);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.section-heading-row h2 {
    font-size: clamp(34px, 4vw, 62px);
}

.about-rule {
    width: 48px;
    height: 2px;
    margin: 24px 0 28px;
    background: linear-gradient(90deg, var(--color-brass), rgba(183, 140, 74, 0.2));
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 18px 34px;
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease, opacity 250ms ease, transform 250ms ease;
    will-change: transform;
}

.btn:focus-visible,
.about-text-link:focus-visible,
.about-sidebar-nav a:focus-visible {
    outline: 2px solid rgba(183, 140, 74, 0.8);
    outline-offset: 3px;
}

.btn-primary {
    background: var(--color-charcoal);
    color: var(--color-white);
}

.btn-primary:hover {
    background: var(--color-brass);
    color: var(--color-white);
}

.about-hero .btn-primary,
.about-hero .btn-primary:visited {
    background: var(--color-brass);
    border-color: rgba(176, 141, 87, 0.95);
    color: var(--color-white);
    box-shadow: 0 10px 22px rgba(23, 22, 20, 0.10);
}

.about-hero .btn-primary:hover {
    background: #A67E46;
    border-color: #A67E46;
    color: var(--color-white);
}

.about-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-charcoal);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.about-text-link:hover {
    color: var(--color-brass);
}

.about-hero {
    display: grid;
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
    gap: 0;
    min-height: 760px;
    padding-top: 10px;
    overflow: hidden;
    background:
        linear-gradient(90deg,
            rgba(247, 244, 239, 1) 0%,
            rgba(247, 244, 239, 1) 34%,
            rgba(247, 244, 239, 0.92) 46%,
            rgba(247, 244, 239, 0.72) 57%,
            rgba(247, 244, 239, 0.32) 70%,
            rgba(247, 244, 239, 0.00) 82%);
}

.about-hero-copy {
    position: relative;
    z-index: 1;
    padding: 78px 56px 78px 0;
    max-width: 540px;
}

.about-hero-copy h1 {
    font-size: clamp(56px, 5.6vw, 98px);
}

.about-hero-copy h1 span {
    color: var(--color-brass);
}

.about-hero-copy p {
    margin: 0;
    max-width: 34ch;
    color: var(--color-muted);
    font-size: 18px;
    line-height: 1.9;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
    margin-top: 34px;
}

.about-hero-media {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 8%, rgba(0, 0, 0, 0.62) 22%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 8%, rgba(0, 0, 0, 0.62) 22%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 100%);
}

.about-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.about-who-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 32px;
    align-items: stretch;
}

.about-who-copy {
    display: flex;
    align-items: center;
    padding: 4px 0 4px 0;
}

.about-who-copy p,
.about-world-copy p,
.about-cta-copy p {
    margin: 0;
    max-width: 46ch;
    color: var(--color-muted);
    font-size: 18px;
    line-height: 1.9;
}

.about-who-media {
    min-height: 420px;
    overflow: hidden;
}

.about-who-media img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

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

.about-philosophy-card,
.about-feature-card {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 22, 20, 0.08);
    overflow: hidden;
    transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
    box-shadow: 0 12px 30px rgba(23, 22, 20, 0.04);
}

.about-philosophy-card:hover,
.about-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(183, 140, 74, 0.18);
    box-shadow: 0 18px 38px rgba(23, 22, 20, 0.07);
}

.about-card-image,
.about-feature-image {
    position: relative;
    overflow: hidden;
}

.about-card-image {
    min-height: 350px;
}

.about-feature-image {
    min-height: 132px;
}

.about-card-image::after,
.about-feature-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    background: linear-gradient(180deg, rgba(247, 244, 239, 0) 0%, rgba(247, 244, 239, 0.92) 100%);
}

.about-card-image img,
.about-feature-image img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 400ms ease;
}

.about-philosophy-card:hover .about-card-image img,
.about-feature-card:hover .about-feature-image img {
    transform: scale(1.02);
}

.about-card-copy,
.about-feature-copy {
    padding: 24px 24px 28px;
}

.about-card-copy h3,
.about-feature-copy h3 {
    margin: 0 0 10px;
    font-family: var(--font-heading);
    color: var(--color-charcoal);
    font-size: 28px;
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.about-card-copy p,
.about-feature-copy p {
    margin: 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.8;
}

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

.about-feature-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 320px;
}

.about-feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 148px;
}

.about-craft-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    gap: 0;
    overflow: hidden;
    background: #171614;
}

.about-craft-copy {
    padding: 72px 64px 72px 72px;
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 520px;
}

.about-craft-copy .section-kicker {
    color: #D0A460;
}

.about-craft-copy h2 {
    color: #FFFFFF;
    font-size: clamp(44px, 4.8vw, 74px);
    max-width: 12ch;
}

.about-craft-copy p {
    margin: 20px 0 0;
    max-width: 38ch;
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    line-height: 1.9;
}

.about-craft-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
}

.about-craft-points span {
    position: relative;
    padding-left: 14px;
}

.about-craft-points span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(208, 164, 96, 0.9);
    transform: rotate(45deg) translateY(-50%);
}

.about-craft-media {
    min-height: 520px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.42) 8%, rgba(0, 0, 0, 0.84) 22%, rgba(0, 0, 0, 1) 42%, rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.42) 8%, rgba(0, 0, 0, 0.84) 22%, rgba(0, 0, 0, 1) 42%, rgba(0, 0, 0, 1) 100%);
}

.about-craft-media img {
    height: 100%;
    object-fit: cover;
}

.about-process {
    padding-bottom: 112px;
}

.about-process-line {
    position: relative;
    height: 1px;
    margin: 20px 0 38px;
    background: linear-gradient(90deg, rgba(183, 140, 74, 0.10) 0%, rgba(183, 140, 74, 0.42) 14%, rgba(183, 140, 74, 0.42) 86%, rgba(183, 140, 74, 0.10) 100%);
}

.about-process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.about-process-step {
    text-align: center;
    padding: 6px 10px 0;
}

.about-process-number {
    display: block;
    color: var(--color-brass);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    margin-bottom: 16px;
}

.about-process-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin: 0 auto 18px;
    border: 1px solid rgba(183, 140, 74, 0.28);
    color: var(--color-brass);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
}

.about-process-icon svg {
    width: 32px;
    height: 32px;
}

.about-process-step h3 {
    margin: 0 0 8px;
    font-family: var(--font-heading);
    color: var(--color-charcoal);
    font-size: 28px;
    line-height: 1.02;
    font-weight: 400;
}

.about-process-step p {
    margin: 0 auto;
    max-width: 20ch;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.8;
}

.about-world-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: center;
}

.about-world-copy h2 {
    font-size: clamp(42px, 4.6vw, 68px);
    max-width: 12ch;
}

.about-world-copy p {
    margin-top: 18px;
}

.about-world-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 24px;
}

.about-world-chips span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text);
    font-size: 13px;
}

.about-world-chips span::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid rgba(183, 140, 74, 0.8);
    transform: rotate(45deg);
}

.about-world-visual {
    position: relative;
    min-height: 340px;
    padding: 24px 0;
    background:
        radial-gradient(circle at 20% 34%, rgba(183, 140, 74, 0.14) 0, rgba(183, 140, 74, 0.00) 28%),
        radial-gradient(circle at 78% 64%, rgba(183, 140, 74, 0.14) 0, rgba(183, 140, 74, 0.00) 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(247, 244, 239, 0.78) 100%);
    border: 1px solid rgba(23, 22, 20, 0.08);
    overflow: hidden;
}

.about-world-visual svg {
    width: 100%;
    height: 100%;
}

.about-cta-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 0;
    overflow: hidden;
    background: #171614;
    border: 1px solid rgba(23, 22, 20, 0.10);
}

.about-cta-copy {
    padding: 64px 68px;
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-cta-copy .section-kicker {
    color: #D0A460;
}

.about-cta-copy h2 {
    color: #FFFFFF;
    font-size: clamp(40px, 4.3vw, 64px);
    max-width: 11ch;
}

.about-cta-copy p {
    margin-top: 18px;
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.72);
}

.about-cta-copy .btn {
    width: fit-content;
    margin-top: 28px;
}

.about-cta-media {
    min-height: 420px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.46) 12%, rgba(0, 0, 0, 0.86) 28%, rgba(0, 0, 0, 1) 46%, rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.46) 12%, rgba(0, 0, 0, 0.86) 28%, rgba(0, 0, 0, 1) 46%, rgba(0, 0, 0, 1) 100%);
}

.about-cta-media img {
    height: 100%;
    object-fit: cover;
}

.reveal-section {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-section .about-hero-copy,
.reveal-section .about-hero-media,
.reveal-section .section-heading-row,
.reveal-section .about-who-grid,
.reveal-section .about-philosophy-grid,
.reveal-section .about-feature-grid,
.reveal-section .about-craft-grid,
.reveal-section .about-process-grid,
.reveal-section .about-world-grid,
.reveal-section .about-cta-grid {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 620ms ease, transform 620ms ease;
}

.reveal-section.is-visible .about-hero-copy,
.reveal-section.is-visible .about-hero-media,
.reveal-section.is-visible .section-heading-row,
.reveal-section.is-visible .about-who-grid,
.reveal-section.is-visible .about-philosophy-grid,
.reveal-section.is-visible .about-feature-grid,
.reveal-section.is-visible .about-craft-grid,
.reveal-section.is-visible .about-process-grid,
.reveal-section.is-visible .about-world-grid,
.reveal-section.is-visible .about-cta-grid {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1260px) {
    .about-content {
        width: min(100%, calc(100% - 40px));
    }
}

@media (max-width: 1100px) {
    .about-hero,
    .about-who-grid,
    .about-craft-grid,
    .about-world-grid,
    .about-cta-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-copy {
        padding-right: 0;
        max-width: 100%;
    }

    .about-hero-media,
    .about-craft-media,
    .about-cta-media,
    .about-who-media {
        min-height: 420px;
        -webkit-mask-image: none;
        mask-image: none;
    }

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

    .about-craft-copy,
    .about-cta-copy {
        min-height: 0;
    }
}

@media (max-width: 720px) {
    .about-page {
        padding-top: calc(var(--shell-header-height) + 18px);
    }

    .about-content {
        width: min(100%, calc(100% - 32px));
    }

    .about-section {
        padding: 72px 0 92px;
    }

    .section-heading-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .section-heading-row.center {
        text-align: left;
        justify-items: start;
    }

    .about-hero-copy h1 {
        font-size: clamp(46px, 15vw, 64px);
    }

    .about-craft-copy h2,
    .about-world-copy h2,
    .about-cta-copy h2,
    .section-heading-row h2 {
        font-size: clamp(34px, 12vw, 48px);
    }

    .about-who-copy p,
    .about-world-copy p,
    .about-cta-copy p,
    .about-hero-copy p {
        font-size: 16px;
    }

    .about-philosophy-grid,
    .about-feature-grid,
    .about-process-grid {
        grid-template-columns: 1fr;
    }

    .about-card-copy,
    .about-feature-copy,
    .about-craft-copy,
    .about-cta-copy {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-hero-copy,
    .about-craft-copy,
    .about-cta-copy {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .about-process-step {
        padding-inline: 0;
    }

    .about-process-line {
        margin-bottom: 26px;
    }
}

.about-world-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 1101px) {
    .about-page {
        padding-top: var(--shell-header-height);
    }

    .about-content {
        width: 100%;
        margin-inline: 0;
        padding-left: 0;
    }

    .about-section {
        width: min(1500px, calc(100% - 96px));
        margin-inline: auto;
        padding-top: 84px;
        padding-bottom: 96px;
    }

    .about-hero {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1.26fr);
        min-height: calc(100vh - var(--shell-header-height));
        padding-top: 0;
    }

    .about-hero-copy {
        align-self: center;
        max-width: 520px;
        padding: clamp(62px, 6vw, 112px) clamp(38px, 5vw, 88px) clamp(54px, 5vw, 90px) clamp(76px, 7vw, 148px);
    }

    .about-hero-media {
        margin-left: clamp(-110px, -6vw, -44px);
    }

    .about-hero-media img {
        object-position: center right;
    }

    .about-who {
        padding-top: 72px;
        padding-bottom: 78px;
    }

    .about-philosophy {
        padding-top: 76px;
        padding-bottom: 78px;
    }

    .about-choose {
        padding-top: 70px;
        padding-bottom: 74px;
    }

    .about-craft {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0;
        border-top: 0;
    }

    .about-craft-grid {
        grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1.58fr);
        min-height: 420px;
    }

    .about-craft-copy {
        min-height: 420px;
        padding: 52px clamp(44px, 5vw, 88px);
    }

    .about-craft-copy h2 {
        max-width: 12ch;
        font-size: clamp(38px, 3.8vw, 60px);
    }

    .about-craft-copy p {
        font-size: 16px;
        line-height: 1.75;
    }

    .about-craft-media {
        min-height: 420px;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .about-craft-media img {
        height: 100%;
        object-position: center 47%;
        transform: scale(1.12);
    }

    .about-process {
        padding-top: 58px;
        padding-bottom: 64px;
    }

    .about-process-line {
        margin: 14px 0 24px;
    }

    .about-process-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 12px;
    }

    .about-process-step h3 {
        font-size: 22px;
    }

    .about-process-step p {
        font-size: 13px;
        line-height: 1.55;
    }

    .about-world {
        padding-top: 70px;
        padding-bottom: 76px;
    }

    .about-world-grid {
        grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
        gap: 40px;
        align-items: center;
    }

    .about-world-copy h2 {
        max-width: 11ch;
        font-size: clamp(36px, 3.5vw, 54px);
    }

    .about-world-visual {
        min-height: 300px;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .about-world-visual img {
        height: clamp(260px, 24vw, 360px);
        object-fit: contain;
    }

    .about-cta {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0;
        border-top: 0;
    }

    .about-cta-grid {
        grid-template-columns: minmax(330px, 0.7fr) minmax(0, 1.3fr);
        min-height: 400px;
        border: 0;
    }

    .about-cta-copy {
        padding: 56px clamp(52px, 6vw, 100px);
    }

    .about-cta-copy h2 {
        max-width: 11ch;
        font-size: clamp(40px, 4vw, 62px);
    }

    .about-cta-media {
        min-height: 400px;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .about-cta-media img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* =====================================================
   FINAL HIERARCHY PASS
   Gives the About page the same major/supporting/compact
   rhythm as the approved editorial references.
===================================================== */
@media (min-width: 1101px) {
    .about-section {
        padding-top: clamp(42px, 4vw, 72px);
        padding-bottom: clamp(44px, 4.4vw, 78px);
    }

    .about-hero {
        min-height: clamp(560px, calc(100vh - var(--shell-header-height)), 700px);
        height: clamp(560px, calc(100vh - var(--shell-header-height)), 700px);
        grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
        overflow: hidden;
    }

    .about-hero-copy,
    .about-hero-media {
        min-height: 100%;
    }

    .about-hero-copy {
        max-width: 460px;
        padding-top: clamp(36px, 4.6vh, 62px);
        padding-bottom: clamp(36px, 4.6vh, 62px);
        padding-left: clamp(48px, 5vw, 96px);
        padding-right: clamp(24px, 2.8vw, 46px);
    }

    .about-hero-copy h1 {
        font-size: clamp(52px, 4.9vw, 78px);
        line-height: 0.94;
    }

    .about-hero-copy p {
        max-width: 34ch;
        font-size: 15.5px;
        line-height: 1.64;
    }

    .about-who {
        padding-top: 54px;
        padding-bottom: 56px;
    }

    .about-who-grid {
        grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
        gap: 30px;
    }

    .about-who-media {
        min-height: 260px;
    }

    .about-who-copy p {
        font-size: 16px;
        line-height: 1.72;
    }

    .about-philosophy {
        padding-top: 54px;
        padding-bottom: 58px;
    }

    .about-card-image {
        min-height: 235px;
    }

    .about-card-copy {
        padding: 18px 20px 22px;
    }

    .about-card-copy h3 {
        font-size: 25px;
    }

    .about-card-copy p {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-choose {
        padding-top: 46px;
        padding-bottom: 50px;
    }

    .about-feature-grid {
        gap: 14px;
    }

    .about-feature-card {
        min-height: 238px;
        box-shadow: 0 10px 24px rgba(23, 23, 23, 0.035);
    }

    .about-feature-image {
        min-height: 90px;
    }

    .about-feature-copy {
        min-height: 124px;
        padding: 16px 16px 18px;
    }

    .about-feature-copy h3 {
        font-size: 22px;
    }

    .about-feature-copy p {
        font-size: 12px;
        line-height: 1.55;
    }

    .about-craft-grid {
        min-height: 300px;
    }

    .about-craft-copy {
        min-height: 300px;
        padding: 36px clamp(38px, 4vw, 72px);
    }

    .about-craft-copy h2 {
        max-width: 14ch;
        font-size: clamp(34px, 3.1vw, 48px);
    }

    .about-craft-copy p {
        max-width: 42ch;
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.65;
    }

    .about-craft-points {
        margin-top: 18px;
        gap: 10px 18px;
        font-size: 12px;
    }

    .about-craft-media {
        min-height: 300px;
    }

    .about-craft-media img {
        object-position: center;
        transform: scale(1.08);
    }

    .about-process {
        padding-top: 34px;
        padding-bottom: 40px;
    }

    .about-process .section-heading-row {
        margin-bottom: 14px;
    }

    .about-process .section-heading-row h2 {
        font-size: clamp(26px, 2.2vw, 36px);
    }

    .about-process-line {
        margin: 10px 0 18px;
    }

    .about-process-grid {
        gap: 10px;
    }

    .about-process-number {
        margin-bottom: 8px;
        font-size: 10px;
    }

    .about-process-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 8px;
    }

    .about-process-icon svg {
        width: 23px;
        height: 23px;
    }

    .about-process-step h3 {
        font-size: 18px;
    }

    .about-process-step p {
        max-width: 18ch;
        font-size: 11px;
        line-height: 1.45;
    }

    .about-world {
        padding-top: 42px;
        padding-bottom: 46px;
    }

    .about-world-grid {
        grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
        gap: 34px;
        align-items: center;
    }

    .about-world-copy h2 {
        max-width: 13ch;
        font-size: clamp(32px, 2.9vw, 46px);
    }

    .about-world-copy p {
        font-size: 15px;
        line-height: 1.65;
    }

    .about-world-visual {
        min-height: 220px;
    }

    .about-world-visual img {
        height: clamp(210px, 20vw, 300px);
    }

    .about-cta-grid {
        min-height: 300px;
        grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.42fr);
    }

    .about-cta-copy {
        padding: 38px clamp(42px, 5vw, 84px);
    }

    .about-cta-copy h2 {
        max-width: 12ch;
        font-size: clamp(34px, 3.2vw, 50px);
    }

    .about-cta-copy p {
        font-size: 15px;
        line-height: 1.65;
    }

    .about-cta-copy .btn {
        min-height: 44px;
        margin-top: 20px;
        padding: 14px 26px;
    }

    .about-cta-media {
        min-height: 300px;
    }
}

/* Final section weight system: this maps the page rhythm to the approved visual hierarchy. */
@media (min-width: 1101px) {
    .about-hero {
        min-height: clamp(560px, calc(100vh - var(--shell-header-height)), 700px);
        height: clamp(560px, calc(100vh - var(--shell-header-height)), 700px);
        grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
        overflow: hidden;
    }

    .about-hero-copy,
    .about-hero-media {
        min-height: 100%;
    }

    .about-hero-copy {
        max-width: 460px;
        padding-top: clamp(36px, 4.6vh, 62px);
        padding-bottom: clamp(36px, 4.6vh, 62px);
        padding-left: clamp(48px, 5vw, 96px);
        padding-right: clamp(24px, 2.8vw, 46px);
    }

    .about-hero-copy h1 {
        font-size: clamp(52px, 4.9vw, 78px);
        line-height: 0.94;
    }

    .about-who {
        padding-top: clamp(76px, 7vw, 112px);
        padding-bottom: clamp(76px, 7vw, 112px);
    }

    .about-who-grid {
        grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.74fr);
        gap: clamp(46px, 5vw, 86px);
    }

    .about-who .section-heading-row h2 {
        max-width: 18ch;
        font-size: clamp(34px, 3.2vw, 54px);
        line-height: 1.03;
    }

    .about-who-copy p {
        max-width: 38ch;
        font-size: 16px;
        line-height: 1.75;
    }

    .about-who-media {
        min-height: clamp(300px, 32vw, 440px);
    }

    .about-philosophy {
        padding-top: clamp(62px, 5.8vw, 92px);
        padding-bottom: clamp(62px, 5.8vw, 92px);
    }

    .about-philosophy-grid {
        gap: clamp(18px, 2vw, 30px);
    }

    .about-philosophy-card {
        min-height: clamp(410px, 38vw, 520px);
    }

    .about-card-image {
        min-height: clamp(245px, 23vw, 330px);
    }

    .about-card-copy {
        padding: clamp(26px, 2.5vw, 38px);
    }

    .about-card-copy h3 {
        font-size: clamp(29px, 2.4vw, 40px);
    }

    .about-choose {
        padding-top: clamp(44px, 4.2vw, 64px);
        padding-bottom: clamp(46px, 4.5vw, 70px);
    }

    .about-feature-card {
        min-height: 214px;
    }

    .about-feature-image {
        min-height: 76px;
    }

    .about-feature-copy {
        min-height: 126px;
        padding: 15px 16px 16px;
    }

    .about-feature-copy h3 {
        font-size: 20px;
    }

    .about-craft {
        padding-top: clamp(46px, 4.8vw, 76px);
        padding-bottom: clamp(48px, 5vw, 80px);
    }

    .about-craft-grid {
        min-height: clamp(360px, 38vw, 500px);
        grid-template-columns: minmax(360px, 0.38fr) minmax(0, 1.62fr);
    }

    .about-craft-copy,
    .about-craft-media {
        min-height: clamp(360px, 38vw, 500px);
    }

    .about-craft-copy {
        padding: clamp(42px, 4.4vw, 72px) clamp(40px, 4.6vw, 82px);
    }

    .about-craft-copy h2 {
        max-width: 14ch;
        font-size: clamp(38px, 4vw, 62px);
        line-height: 0.97;
    }

    .about-craft-copy p {
        max-width: 35ch;
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.68;
    }

    .about-process {
        padding-top: clamp(34px, 3.4vw, 52px);
        padding-bottom: clamp(36px, 3.6vw, 56px);
    }

    .about-process .section-heading-row {
        margin-bottom: 12px;
    }

    .about-process-grid {
        gap: clamp(8px, 1vw, 14px);
    }

    .about-process-icon {
        width: 50px;
        height: 50px;
    }

    .about-process-step h3 {
        font-size: 17px;
    }

    .about-world {
        padding-top: clamp(48px, 4.8vw, 76px);
        padding-bottom: clamp(52px, 5vw, 82px);
    }

    .about-world-grid {
        grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
        gap: clamp(42px, 5vw, 86px);
    }

    .about-world-copy h2 {
        font-size: clamp(38px, 3.8vw, 62px);
    }

    .about-world-visual img {
        height: clamp(250px, 24vw, 360px);
    }

    .about-cta {
        padding-top: clamp(48px, 4.8vw, 76px);
    }

    .about-cta-grid {
        min-height: clamp(420px, 44vw, 560px);
        grid-template-columns: minmax(340px, 0.5fr) minmax(0, 1.5fr);
    }

    .about-cta-copy {
        padding: clamp(46px, 4.8vw, 78px) clamp(46px, 5vw, 90px);
    }

    .about-cta-copy h2 {
        max-width: 12ch;
        font-size: clamp(38px, 4vw, 62px);
        line-height: 0.96;
    }

    .about-cta-copy p {
        max-width: 34ch;
        font-size: 15.5px;
        line-height: 1.68;
    }

    .about-cta-media {
        min-height: clamp(420px, 44vw, 560px);
    }
}

/* Final safety layer: sections remain visible even if reveal observers fail. */
.about-page .reveal-section,
.about-page .reveal-section .about-hero-copy,
.about-page .reveal-section .about-hero-media,
.about-page .reveal-section .section-heading-row,
.about-page .reveal-section .about-who-grid,
.about-page .reveal-section .about-philosophy-grid,
.about-page .reveal-section .about-feature-grid,
.about-page .reveal-section .about-craft-grid,
.about-page .reveal-section .about-process-grid,
.about-page .reveal-section .about-world-grid,
.about-page .reveal-section .about-cta-grid {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

@media (min-width: 1101px) {
    .about-page .about-hero {
        height: min(640px, calc(100vh - var(--shell-header-height, 92px) - 24px)) !important;
        min-height: 500px !important;
        max-height: 640px !important;
        overflow: hidden !important;
    }

    .about-page .about-hero-copy,
    .about-page .about-hero-media {
        height: 100% !important;
        min-height: 0 !important;
    }

    .about-page .about-hero-media img {
        height: 100% !important;
    }
}

@media (max-width: 1100px) {
    .about-page .about-hero {
        height: auto !important;
        max-height: none !important;
    }
}

/* Final polish: About hierarchy and calm editorial rhythm. */
@media (min-width: 1101px) {
    .about-page .about-who {
        padding-top: clamp(48px, 4.8vw, 74px) !important;
        padding-bottom: clamp(48px, 4.8vw, 76px) !important;
    }

    .about-page .about-who .section-heading-row {
        grid-template-columns: 132px minmax(0, 760px) !important;
        gap: clamp(36px, 4vw, 72px) !important;
        margin-bottom: clamp(24px, 2.4vw, 38px) !important;
    }

    .about-page .about-who .section-heading-row h2 {
        max-width: 26ch !important;
        font-size: clamp(30px, 2.35vw, 40px) !important;
        line-height: 1.08 !important;
    }

    .about-page .about-who-grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.5fr) !important;
        gap: clamp(42px, 5vw, 86px) !important;
        align-items: center !important;
    }

    .about-page .about-who-copy p:first-child {
        max-width: 34ch !important;
        font-family: "Cormorant Garamond", serif !important;
        font-size: clamp(24px, 1.9vw, 34px) !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
        color: #25221e !important;
    }

    .about-page .about-who-copy p:not(:first-child) {
        max-width: 36ch !important;
        font-family: "Inter", sans-serif !important;
        font-size: clamp(13px, 0.95vw, 15px) !important;
        line-height: 1.7 !important;
        color: rgba(43, 39, 34, 0.68) !important;
    }

    .about-page .about-who-media {
        min-height: clamp(230px, 20vw, 320px) !important;
    }

    .about-page .about-philosophy {
        padding-top: clamp(46px, 4.4vw, 70px) !important;
        padding-bottom: clamp(46px, 4.4vw, 70px) !important;
    }

    .about-page .about-craft {
        padding-top: clamp(38px, 3.8vw, 60px) !important;
        padding-bottom: clamp(38px, 3.8vw, 60px) !important;
    }

    .about-page .about-craft-grid {
        min-height: clamp(320px, 30vw, 430px) !important;
        grid-template-columns: minmax(430px, 0.46fr) minmax(0, 1.54fr) !important;
    }

    .about-page .about-craft-copy,
    .about-page .about-craft-media {
        min-height: clamp(320px, 30vw, 430px) !important;
    }

    .about-page .about-craft-copy {
        padding: clamp(30px, 3vw, 50px) clamp(38px, 4.2vw, 74px) !important;
    }

    .about-page .about-craft-copy h2 {
        max-width: 13.5ch !important;
        font-size: clamp(34px, 3.15vw, 52px) !important;
        line-height: 1.02 !important;
    }

    .about-page .about-craft-copy p {
        max-width: 40ch !important;
        font-size: clamp(13px, 0.95vw, 15px) !important;
        line-height: 1.6 !important;
    }

    .about-page .about-craft-media::before {
        background: linear-gradient(90deg, rgba(23, 23, 23, 0.72) 0%, rgba(23, 23, 23, 0.46) 18%, rgba(23, 23, 23, 0) 48%) !important;
    }

    .about-page .about-craft-media img {
        object-position: 86% center !important;
        transform: scale(1.18) !important;
    }

    .about-page .about-process {
        padding-top: clamp(30px, 3vw, 48px) !important;
        padding-bottom: clamp(30px, 3vw, 48px) !important;
    }

    .about-page .about-world {
        padding-top: clamp(42px, 4vw, 66px) !important;
        padding-bottom: clamp(42px, 4vw, 66px) !important;
    }
}

.about-page .about-philosophy .about-card-image,
.about-page .about-philosophy .about-card-image img,
.about-page .about-philosophy-card img {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.about-page .about-philosophy .about-card-image::before,
.about-page .about-philosophy .about-card-image::after {
    content: none !important;
    display: none !important;
}

.about-page .about-philosophy .about-card-image img,
.about-page .about-philosophy-card img {
    opacity: 1 !important;
    filter: none !important;
}

@media (max-width: 1100px) {
    .about-page .about-who-copy p:first-child {
        font-size: clamp(24px, 5.4vw, 36px) !important;
        line-height: 1.14 !important;
    }

    .about-page .about-craft-copy h2 {
        max-width: 12ch !important;
        font-size: clamp(34px, 8vw, 56px) !important;
        line-height: 1.02 !important;
    }

    .about-page .about-craft-media img {
        object-position: 78% center !important;
        transform: scale(1.08) !important;
    }
}

/* Targeted split-panel crop: the source artwork includes presentation text and
   white canvas above/below the photograph. Keep only the photographic field so
   the live heading remains the single readable headline. */
.about-page .about-craft-media {
    isolation: isolate;
}

.about-page .about-craft-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 86% center !important;
    transform: scale(1.74) !important;
    transform-origin: center !important;
}

@media (max-width: 1100px) {
    .about-page .about-craft-media img {
        object-position: 84% center !important;
        transform: scale(1.72) !important;
    }
}

/* Final hero authority: a single edge-to-edge split composition beneath the shell. */
@media (min-width: 1101px) {
    .about-page .about-hero {
        width: 100vw !important;
        height: calc(100svh - var(--shell-header-height, 92px)) !important;
        min-height: 640px !important;
        max-height: 808px !important;
        margin: 0 calc(50% - 50vw) !important;
        padding: 0 !important;
        grid-template-columns: minmax(500px, 42%) minmax(0, 58%) !important;
        background: #171717 !important;
        overflow: hidden !important;
    }

    .about-page .about-hero-copy {
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        padding: clamp(64px, 7vh, 88px) clamp(46px, 4.5vw, 72px) clamp(60px, 6vh, 78px) clamp(64px, 7.8vw, 120px) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        background: #171717 !important;
        color: #f7f4ef !important;
    }

    .about-page .about-hero h1 {
        max-width: 100% !important;
        color: #f7f4ef !important;
    }

    .about-page .about-hero-copy > p {
        color: rgba(247, 244, 239, 0.72) !important;
    }

    .about-page .about-hero .about-text-link {
        color: rgba(247, 244, 239, 0.9) !important;
    }

    .about-page .about-hero-media {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        min-height: 0 !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    .about-page .about-hero-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: 54% center !important;
    }
}

@media (max-width: 1100px) {
    .about-page .about-hero {
        width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding: 0 !important;
        background: #171717 !important;
        overflow: hidden !important;
    }

    .about-page .about-hero-copy {
        width: 100% !important;
        max-width: none !important;
        padding: clamp(52px, 9vw, 72px) clamp(24px, 6vw, 54px) clamp(44px, 8vw, 64px) !important;
        background: #171717 !important;
        color: #f7f4ef !important;
    }

    .about-page .about-hero h1 {
        max-width: 100% !important;
        color: #f7f4ef !important;
    }

    .about-page .about-hero-copy > p {
        color: rgba(247, 244, 239, 0.72) !important;
    }

    .about-page .about-hero .about-text-link {
        color: rgba(247, 244, 239, 0.9) !important;
    }

    .about-page .about-hero-media {
        width: 100% !important;
        min-height: clamp(300px, 64vw, 520px) !important;
        margin: 0 !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    .about-page .about-hero-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: 54% center !important;
    }
}

@media (max-width: 760px) {
    .about-page .about-hero h1 {
        max-width: 100% !important;
        font-size: clamp(46px, 12.6vw, 52px) !important;
        line-height: .98 !important;
    }
}
