
.page-image{width:100%;height:min(72vh,720px);object-fit:cover;border-radius:var(--radius)}
.split-image{display:grid;grid-template-columns:1fr 1fr;gap:16px}.split-image img{width:100%;height:520px;object-fit:cover;border-radius:var(--radius)}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.timeline article{background:var(--paper);padding:35px}.timeline b{font-size:11px;color:var(--maroon);letter-spacing:.15em}.timeline h3{font-size:27px;font-weight:400;margin:18px 0 12px}.timeline p{font-size:13px;line-height:1.7;color:var(--muted)}
.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.gallery .g1{grid-column:span 7;height:520px}.gallery .g2{grid-column:span 5;height:520px}.gallery .g3,.gallery .g4,.gallery .g5{grid-column:span 4;height:320px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-list{border-top:1px solid var(--line)}.contact-item{padding:22px 0;border-bottom:1px solid var(--line)}.contact-item small{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:9px;color:var(--maroon);margin-bottom:7px}.contact-item a,.contact-item span{font-size:18px}
.form{display:grid;gap:18px}.form input,.form textarea,.form select{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:14px 0;font:14px Arial;color:var(--ink);outline:none}.form textarea{min-height:140px;resize:vertical}
.news-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:16px}.news-card{border-top:1px solid var(--line);padding-top:20px}.news-card img{width:100%;height:260px;object-fit:cover;border-radius:18px;margin-bottom:20px}.news-card time{font-size:9px;letter-spacing:.15em;color:var(--maroon)}.news-card h3{font-size:25px;font-weight:400;margin:12px 0}.news-card p{font-size:13px;color:var(--muted);line-height:1.6}
.map-placeholder{min-height:480px;border-radius:var(--radius);background:#dce3e4;display:grid;place-items:center;text-align:center;padding:30px}.map-placeholder strong{font-size:35px;font-weight:300}.map-placeholder span{display:block;margin-top:10px;color:var(--muted);font-size:12px}

/* =========================
   OUR PRESENCE
   ========================= */

.presence-section {
    padding: clamp(80px, 10vw, 150px) 0;
    background: var(--paper);
    overflow: hidden;
}

.presence-container {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
}

/* Heading */

.presence-heading {
    max-width: 760px;
    margin-bottom: clamp(45px, 6vw, 75px);
}

.presence-kicker {
    margin-bottom: 22px;

    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;

    color: var(--maroon);
}

.presence-heading h2 {
    margin: 0;

    font-size: clamp(52px, 7vw, 100px);
    line-height: .95;
    font-weight: 400;
    letter-spacing: -.045em;
    color: var(--ink);
}

.presence-heading h2 em {
    display: block;
    color: var(--maroon);
    font-style: italic;
}

.presence-heading p {
    max-width: 580px;
    margin: 28px 0 0;

    font-size: 15px;
    line-height: 1.75;
    color: var(--muted);
}

/* Map */

.presence-map {
    width: 100%;

    border-radius: var(--radius);
    overflow: hidden;

    background: #f4f3ef;

    box-shadow:
        0 30px 70px rgba(23, 29, 33, .10),
        0 8px 24px rgba(23, 29, 33, .06);
}

.presence-map img {
    display: block;

    width: 100%;
    height: auto;

    max-width: 100%;

    object-fit: contain;

    transition: transform .8s var(--ease);
}

.presence-map:hover img {
    transform: scale(1.012);
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 800px) {

    .presence-section {
        padding: 80px 0;
    }

    .presence-container {
        width: min(100% - 32px, 720px);
    }

    .presence-heading {
        margin-bottom: 40px;
    }

    .presence-heading h2 {
        font-size: clamp(48px, 10vw, 72px);
    }

    .presence-heading p {
        font-size: 14px;
    }

    .presence-map {
        border-radius: 18px;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 500px) {

    .presence-section {
        padding: 65px 0 75px;
    }

    .presence-container {
        width: calc(100% - 28px);
    }

    .presence-kicker {
        font-size: 9px;
        margin-bottom: 17px;
    }

    .presence-heading h2 {
        font-size: clamp(43px, 13vw, 60px);
        line-height: .96;
    }

    .presence-heading p {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.7;
    }

    .presence-map {
        border-radius: 16px;
        box-shadow:
            0 20px 45px rgba(23, 29, 33, .09),
            0 6px 18px rgba(23, 29, 33, .05);
    }

    .presence-map img {
        width: 100%;
        height: auto;
    }
}

/* =========================================================
   INTHING STORY — PREMIUM EDITORIAL
   Story page only
========================================================= */


/* =========================================================
   BASE
========================================================= */

.story-page {
    overflow: hidden;
    background: var(--paper);
}

.story-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}


/* =========================================================
   HERO
========================================================= */

.story-hero {
    min-height: calc(100svh - 96px);

    display: grid;

    grid-template-columns:
        minmax(0, .92fr)
        minmax(0, 1.08fr);

    background: var(--paper);
}


.story-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding:
        clamp(110px, 12vw, 175px)
        clamp(28px, 5vw, 75px)
        clamp(60px, 7vw, 90px)
        max(28px, calc((100vw - var(--max)) / 2));
}


.story-hero__kicker,
.story-opening__label,
.story-integration__kicker,
.story-capability__eyebrow,
.story-generations__kicker,
.story-timeline__kicker,
.story-people__kicker,
.story-inhouse__kicker,
.story-foundation__kicker,
.story-today__kicker,
.story-responsibility__kicker,
.story-final__kicker {

    color: var(--maroon);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .22em;
    text-transform: uppercase;
}


.story-hero__title {

    margin: 18px 0 0;

    max-width: 780px;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(58px, 6.7vw, 108px);

    font-weight: 400;

    line-height: .91;

    letter-spacing: -.055em;
}


.story-hero__title span {
    display: block;
    color: var(--maroon);
    font-style: italic;
}


.story-hero__subline {

    margin-top: 30px;

    color: var(--deep);

    font-size:
        clamp(17px, 1.5vw, 23px);

    line-height: 1.35;
}


.story-hero__intro {

    max-width: 540px;

    margin-top: 24px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.85;
}


.story-hero__bottom {
    margin-top: 52px;
}


.story-hero__line {

    display: block;

    width: 100%;
    max-width: 280px;

    height: 1px;

    background: var(--line);
}


.story-hero__words {

    display: flex;

    gap: 26px;

    margin-top: 15px;

    color: var(--muted);

    font-size: 8px;

    letter-spacing: .22em;

    text-transform: uppercase;
}


.story-hero__visual {

    position: relative;

    min-height: 760px;

    overflow: hidden;
}


.story-hero__visual img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    transition:
        transform 1.2s cubic-bezier(.16,1,.3,1);
}


.story-hero:hover .story-hero__visual img {
    transform: scale(1.025);
}


.story-hero__visual::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0) 55%,
            rgba(0,0,0,.48) 100%
        );

    pointer-events: none;
}


.story-hero__visual-text {

    position: absolute;

    left: clamp(28px, 5vw, 70px);
    bottom: clamp(35px, 7vw, 90px);

    z-index: 2;

    color: #fff;
}


.story-hero__visual-text span,
.story-hero__visual-text strong {

    display: block;

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(30px, 3vw, 48px);

    line-height: .95;

    letter-spacing: -.04em;
}


.story-hero__visual-text strong {
    font-style: italic;
}



/* =========================================================
   OPENING
========================================================= */

.story-opening {

    padding:
        clamp(90px, 11vw, 160px)
        0;

    background: #fff;
}


.story-opening__inner {

    width: min(
        var(--max),
        calc(100% - clamp(44px, 10.6vw, 156px))
    );

    margin-inline: auto;

    display: grid;

    grid-template-columns:
        minmax(180px, .42fr)
        minmax(0, 1.58fr);

    gap: clamp(50px, 8vw, 130px);
}


.story-opening__content {

    max-width: 950px;
}


.story-opening__content h2 {

    margin: 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(52px, 6vw, 92px);

    font-weight: 400;

    line-height: .94;

    letter-spacing: -.055em;
}


.story-opening__content h2 em {

    color: var(--maroon);
    font-style: italic;
}


.story-opening__text {

    max-width: 720px;

    margin-top: 50px;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 55px;
}


.story-opening__text p {

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.85;
}



/* =========================================================
   1958
========================================================= */

.story-beginning {

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    min-height: 760px;

    background: var(--paper);
}


.story-beginning__image {

    position: relative;

    min-height: 760px;

    overflow: hidden;
}


.story-beginning__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    filter: saturate(.82);
}


.story-beginning__image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0) 45%,
            rgba(0,0,0,.45)
        );
}


.story-beginning__image-caption {

    position: absolute;

    z-index: 2;

    left: clamp(28px, 5vw, 70px);
    bottom: 55px;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(24px, 2.7vw, 42px);

    line-height: 1;
}


.story-beginning__content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        clamp(65px, 8vw, 130px);
}


.story-beginning__year {

    color: var(--deep);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(100px, 13vw, 190px);

    line-height: .75;

    letter-spacing: -.08em;

    opacity: .10;
}


.story-beginning__kicker {

    margin-top: 42px;

    color: var(--maroon);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .22em;

    text-transform: uppercase;
}


.story-beginning__content h2 {

    margin: 18px 0 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(50px, 5.5vw, 84px);

    font-weight: 400;

    line-height: .94;

    letter-spacing: -.055em;
}


.story-beginning__content h2 em {

    display: block;

    color: var(--maroon);

    font-style: italic;
}


.story-beginning__line {

    width: 70px;

    height: 1px;

    margin: 28px 0;

    background: var(--maroon);
}


.story-beginning__content p {

    max-width: 560px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.9;
}


.story-beginning__side-note {

    display: flex;

    flex-wrap: wrap;

    gap: 12px 25px;

    margin-top: 45px;

    color: var(--muted);

    font-size: 8px;

    letter-spacing: .18em;

    text-transform: uppercase;
}



/* =========================================================
   INTEGRATION
========================================================= */

.story-integration {

    padding:
        clamp(90px, 11vw, 160px)
        max(28px, calc((100vw - var(--max)) / 2));

    background: #fff;

    display: grid;

    grid-template-columns:
        minmax(280px, .72fr)
        minmax(0, 1.28fr);

    gap: clamp(60px, 9vw, 150px);
}


.story-integration__intro {

    position: sticky;

    top: 130px;

    align-self: start;
}


.story-integration__intro h2 {

    margin: 18px 0 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(50px, 5.8vw, 90px);

    font-weight: 400;

    line-height: .92;

    letter-spacing: -.055em;
}


.story-integration__intro h2 span {

    display: block;

    color: var(--maroon);

    font-style: italic;
}


.story-integration__line {

    width: 70px;

    height: 1px;

    margin: 30px 0;

    background: var(--maroon);
}


.story-integration__intro p {

    max-width: 430px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.85;
}


.story-integration__caption {

    margin-top: 50px;

    color: var(--deep);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .2em;
}


.story-integration__visuals {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;
}


.story-integration__item {

    overflow: hidden;
}


.story-integration__item:nth-child(2) {
    margin-top: 80px;
}


.story-integration__item:nth-child(3) {
    margin-top: -30px;
}


.story-integration__item:nth-child(4) {
    margin-top: 50px;
}


.story-integration__image {

    aspect-ratio: .86;

    overflow: hidden;

    background: var(--surface);
}


.story-integration__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .8s cubic-bezier(.16,1,.3,1);
}


.story-integration__item:hover img {
    transform: scale(1.055);
}


.story-integration__item-info {

    display: flex;

    justify-content: space-between;

    padding: 14px 2px;

    border-bottom: 1px solid var(--line);

    color: var(--muted);

    font-size: 8px;

    letter-spacing: .16em;
}


.story-integration__item-info strong {

    color: var(--deep);

    font-weight: 600;
}



/* =========================================================
   CAPABILITY
========================================================= */

.story-capability {

    position: relative;

    min-height: 760px;

    overflow: hidden;

    background: var(--deep);

    color: #fff;
}


.story-capability__image {

    position: absolute;

    inset: 0;
}


.story-capability__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: .68;
}


.story-capability__overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(12,17,20,.95) 0%,
            rgba(12,17,20,.70) 45%,
            rgba(12,17,20,.18) 100%
        );
}


.story-capability__content {

    position: relative;

    z-index: 2;

    width: min(
        var(--max),
        calc(100% - clamp(44px, 10.6vw, 156px))
    );

    margin-inline: auto;

    min-height: 760px;

    display: flex;

    flex-direction: column;

    justify-content: center;
}


.story-capability__eyebrow {
    color: #d9a0ae;
}


.story-capability__content h2 {

    max-width: 720px;

    margin: 20px 0 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(54px, 6vw, 100px);

    font-weight: 400;

    line-height: .91;

    letter-spacing: -.055em;
}


.story-capability__content h2 em {

    display: block;

    color: #d9a0ae;

    font-style: italic;
}


.story-capability__content > p {

    max-width: 520px;

    margin: 28px 0 0;

    color: rgba(255,255,255,.72);

    font-size: 14px;

    line-height: 1.8;
}


.story-capability__stats {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(130px, 1fr));

    max-width: 760px;

    margin-top: 60px;

    border-top: 1px solid rgba(255,255,255,.22);
}


.story-capability__stats div {

    display: flex;

    align-items: center;

    gap: 16px;

    padding: 28px 22px 0 0;
}


.story-capability__stats strong {

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 48px;

    font-weight: 400;

    line-height: 1;
}


.story-capability__stats span {

    color: rgba(255,255,255,.58);

    font-size: 8px;

    line-height: 1.45;

    letter-spacing: .12em;

    text-transform: uppercase;
}



/* =========================================================
   THREE GENERATIONS
========================================================= */

.story-generations {

    display: grid;

    grid-template-columns:
        minmax(0, 1.02fr)
        minmax(0, .98fr);

    background: var(--paper);
}


.story-generations__image {

    min-height: 720px;

    overflow: hidden;
}


.story-generations__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    filter: saturate(.75);
}


.story-generations__content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        clamp(65px, 8vw, 130px);
}


.story-generations__content h2 {

    max-width: 680px;

    margin: 20px 0 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(48px, 5.2vw, 82px);

    font-weight: 400;

    line-height: .94;

    letter-spacing: -.055em;
}


.story-generations__content h2 em {

    color: var(--maroon);

    font-style: italic;
}


.story-generations__copy {

    max-width: 580px;

    margin-top: 45px;
}


.story-generations__copy p {

    margin: 0 0 22px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.85;
}



/* =========================================================
   TIMELINE
========================================================= */

.story-timeline {

    padding:
        clamp(100px, 11vw, 165px)
        max(28px, calc((100vw - var(--max)) / 2));

    background: #fff;
}


.story-timeline__header {

    max-width: 850px;
}


.story-timeline__header h2 {

    margin: 18px 0 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(54px, 6vw, 94px);

    font-weight: 400;

    line-height: .92;

    letter-spacing: -.055em;
}


.story-timeline__header h2 em {

    color: var(--maroon);

    font-style: italic;
}


.story-timeline__header p {

    max-width: 570px;

    margin-top: 30px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.85;
}


.story-timeline__track {

    position: relative;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    margin-top: 100px;

    border-top: 1px solid var(--line);
}


.story-timeline__item {

    position: relative;

    padding: 45px 45px 0 0;
}


.story-timeline__item:not(:first-child) {
    padding-left: 45px;
    border-left: 1px solid var(--line);
}


.story-timeline__year {

    color: var(--deep);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 54px;

    line-height: 1;

    letter-spacing: -.05em;
}


.story-timeline__dot {

    width: 10px;
    height: 10px;

    margin: 28px 0 35px;

    border-radius: 50%;

    background: var(--maroon);
}


.story-timeline__body > span {

    color: var(--maroon);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .18em;
}


.story-timeline__body h3 {

    max-width: 350px;

    margin: 18px 0 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 29px;

    font-weight: 400;

    line-height: 1.08;
}


.story-timeline__body p {

    max-width: 360px;

    margin-top: 20px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;
}



/* =========================================================
   PEOPLE
========================================================= */

.story-people {

    display: grid;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);

    background: var(--surface);
}


.story-people__content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        clamp(65px, 8vw, 130px);
}


.story-people__content h2 {

    margin: 20px 0 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(50px, 6vw, 92px);

    font-weight: 400;

    line-height: .9;

    letter-spacing: -.055em;
}


.story-people__content h2 strong {

    display: block;

    color: var(--maroon);

    font-weight: 400;
}


.story-people__content > p {

    max-width: 520px;

    margin-top: 35px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.85;
}


.story-people__line {

    width: 70px;

    height: 1px;

    margin-top: 40px;

    background: var(--maroon);
}


.story-people__statement {

    max-width: 400px;

    margin-top: 25px;

    color: var(--deep);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 20px;

    line-height: 1.2;
}


.story-people__image {

    min-height: 700px;

    overflow: hidden;
}


.story-people__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}



/* =========================================================
   100% IN-HOUSE
========================================================= */

.story-inhouse {

    background: var(--deep);

    color: #fff;

    padding:
        clamp(100px, 13vw, 190px)
        0;
}


.story-inhouse__inner {

    width: min(
        var(--max),
        calc(100% - clamp(44px, 10.6vw, 156px))
    );

    margin-inline: auto;

    text-align: center;
}


.story-inhouse__kicker {

    color: #d9a0ae;

    font-size: 9px;

    letter-spacing: .22em;
}


.story-inhouse__number {

    margin-top: 20px;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(130px, 23vw, 330px);

    line-height: .72;

    letter-spacing: -.1em;
}


.story-inhouse h2 {

    margin: 55px 0 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(48px, 5vw, 80px);

    font-weight: 400;

    line-height: .95;

    letter-spacing: -.055em;
}


.story-inhouse h2 em {

    color: #d9a0ae;

    font-style: italic;
}


.story-inhouse > .story-inhouse__inner > p {

    max-width: 640px;

    margin: 30px auto 0;

    color: rgba(255,255,255,.65);

    font-size: 14px;

    line-height: 1.85;
}


.story-inhouse__bottom {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 15px 45px;

    margin-top: 60px;

    padding-top: 22px;

    border-top: 1px solid rgba(255,255,255,.2);

    color: rgba(255,255,255,.5);

    font-size: 8px;

    letter-spacing: .2em;
}



/* =========================================================
   FOUNDATION
========================================================= */

.story-foundation {

    padding:
        clamp(90px, 11vw, 160px)
        max(28px, calc((100vw - var(--max)) / 2));

    background: var(--paper);
}


.story-foundation__header {

    max-width: 800px;
}


.story-foundation__header h2 {

    margin: 20px 0 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(50px, 5.7vw, 88px);

    font-weight: 400;

    line-height: .94;

    letter-spacing: -.055em;
}


.story-foundation__grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    margin-top: 80px;

    border-top: 1px solid var(--line);

    border-bottom: 1px solid var(--line);
}


.story-foundation__grid article {

    min-height: 330px;

    padding: 35px 45px 40px 0;
}


.story-foundation__grid article + article {

    padding-left: 45px;

    border-left: 1px solid var(--line);
}


.story-foundation__number {

    color: var(--maroon);

    font-size: 9px;

    letter-spacing: .15em;
}


.story-foundation__grid h3 {

    max-width: 330px;

    margin-top: 65px;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 32px;

    font-weight: 400;

    line-height: 1.02;
}


.story-foundation__grid p {

    max-width: 330px;

    margin-top: 20px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.75;
}



/* =========================================================
   TODAY
========================================================= */

.story-today {

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, .95fr);

    background: #fff;
}


.story-today__image {

    min-height: 720px;

    overflow: hidden;
}


.story-today__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.story-today__content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        clamp(65px, 8vw, 130px);
}


.story-today__content h2 {

    margin: 20px 0 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(50px, 5.4vw, 84px);

    font-weight: 400;

    line-height: .92;

    letter-spacing: -.055em;
}


.story-today__content h2 em {

    display: block;

    color: var(--maroon);

    font-style: italic;
}


.story-today__content p {

    max-width: 540px;

    margin: 28px 0 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.85;
}


.story-today__words {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    margin-top: 50px;

    border-top: 1px solid var(--line);
}


.story-today__words span {

    padding: 17px 0;

    border-bottom: 1px solid var(--line);

    color: var(--deep);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .18em;
}


.story-today__words span:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid var(--line);
}



/* =========================================================
   RESPONSIBILITY
========================================================= */

.story-responsibility {

    padding:
        clamp(100px, 12vw, 180px)
        max(28px, calc((100vw - var(--max)) / 2));

    background: #fff;
}


.story-responsibility__inner {

    max-width: 1150px;
}


.story-responsibility__inner h2 {

    max-width: 850px;

    margin: 20px 0 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(55px, 6vw, 96px);

    font-weight: 400;

    line-height: .92;

    letter-spacing: -.055em;
}


.story-responsibility__inner h2 em {

    color: var(--maroon);

    font-style: italic;
}


.story-responsibility__intro {

    max-width: 650px;

    margin-top: 35px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.85;
}


.story-responsibility__grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    margin-top: 80px;

    border-top: 1px solid var(--line);
}


.story-responsibility__grid > div {

    min-height: 250px;

    padding: 30px 30px 20px 0;
}


.story-responsibility__grid > div + div {

    padding-left: 30px;

    border-left: 1px solid var(--line);
}


.story-responsibility__grid span {

    color: var(--maroon);

    font-size: 9px;

    letter-spacing: .16em;
}


.story-responsibility__grid strong {

    display: block;

    margin-top: 55px;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 30px;

    font-weight: 400;
}


.story-responsibility__grid p {

    margin-top: 14px;

    color: var(--muted);

    font-size: 12px;

    line-height: 1.65;
}



/* =========================================================
   FINAL
========================================================= */

.story-final {

    padding:
        clamp(100px, 12vw, 180px)
        0;

    background: var(--paper);
}


.story-final__inner {

    width: min(
        var(--max),
        calc(100% - clamp(44px, 10.6vw, 156px))
    );

    margin-inline: auto;

    text-align: center;
}


.story-final__kicker {

    color: var(--maroon);
}


.story-final__inner h2 {

    max-width: 900px;

    margin: 20px auto 0;

    color: var(--ink);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(60px, 7vw, 110px);

    font-weight: 400;

    line-height: .9;

    letter-spacing: -.06em;
}


.story-final__inner h2 em {

    color: var(--maroon);

    font-style: italic;
}


.story-final__statement {

    max-width: 850px;

    margin: 65px auto 0;
}


.story-final__statement p {

    margin: 0;

    color: var(--deep);

    font-family: Georgia, "Times New Roman", serif;

    font-size:
        clamp(22px, 2.2vw, 34px);

    line-height: 1.2;

    letter-spacing: -.025em;
}


.story-final__statement p + p {
    margin-top: 12px;
}


.story-final__actions {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 25px;

    margin-top: 55px;
}


.story-final__secondary {

    color: var(--deep);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .14em;

    text-transform: uppercase;

    text-decoration: none;

    border-bottom: 1px solid var(--deep);

    padding-bottom: 5px;
}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .story-hero {

        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);

    }


    .story-hero__content {

        padding-left: 45px;
        padding-right: 45px;

    }


    .story-opening__inner {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .story-opening__text {

        grid-template-columns: 1fr;

        gap: 20px;

        margin-top: 35px;

    }


    .story-integration {

        grid-template-columns: 1fr;

    }


    .story-integration__intro {

        position: static;

    }


    .story-integration__visuals {

        max-width: 900px;

    }


    .story-capability__content {

        width:
            calc(100% - 90px);

    }


    .story-timeline__track {

        grid-template-columns: 1fr;

        border-top: 0;

    }


    .story-timeline__item,
    .story-timeline__item:not(:first-child) {

        padding:
            35px 0 50px 0;

        border-left: 0;

        border-top: 1px solid var(--line);

    }


    .story-timeline__dot {

        margin-top: 20px;

    }


    .story-foundation__grid {

        grid-template-columns: 1fr;

    }


    .story-foundation__grid article,
    .story-foundation__grid article + article {

        min-height: auto;

        padding:
            30px 0 40px;

        border-left: 0;

    }


    .story-foundation__grid article + article {

        border-top: 1px solid var(--line);

    }


    .story-responsibility__grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    .story-responsibility__grid > div:nth-child(3) {

        border-top: 1px solid var(--line);

    }


    .story-responsibility__grid > div:nth-child(4) {

        border-top: 1px solid var(--line);

    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .story-hero {

        display: flex;

        flex-direction: column;

        min-height: auto;

    }


    .story-hero__content {

        padding:
            105px
            22px
            55px;

    }


    .story-hero__title {

        font-size:
            clamp(48px, 14vw, 70px);

    }


    .story-hero__subline {

        margin-top: 22px;

        font-size: 16px;

    }


    .story-hero__intro {

        font-size: 13px;

        line-height: 1.75;

    }


    .story-hero__bottom {

        margin-top: 35px;

    }


    .story-hero__words {

        gap: 14px;

    }


    .story-hero__visual {

        min-height: 62svh;

        height: 62svh;

    }


    .story-hero__visual-text {

        left: 22px;

        bottom: 40px;

    }


    .story-hero__visual-text span,
    .story-hero__visual-text strong {

        font-size: 27px;

    }



    /* OPENING */

    .story-opening {

        padding:
            75px 0;

    }


    .story-opening__inner {

        width:
            calc(100% - 44px);

    }


    .story-opening__content h2 {

        font-size:
            clamp(45px, 13vw, 65px);

    }



    /* 1958 */

    .story-beginning {

        display: flex;

        flex-direction: column;

    }


    .story-beginning__image {

        min-height: 65svh;

        height: 65svh;

    }


    .story-beginning__content {

        padding:
            65px 22px 80px;

    }


    .story-beginning__year {

        font-size:
            clamp(95px, 25vw, 145px);

    }


    .story-beginning__content h2 {

        font-size:
            clamp(44px, 13vw, 64px);

    }



    /* INTEGRATION */

    .story-integration {

        padding:
            75px 22px 90px;

    }


    .story-integration__intro h2 {

        font-size:
            clamp(45px, 13vw, 65px);

    }


    .story-integration__visuals {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;

        margin-top: 45px;

    }


    .story-integration__item:nth-child(2),
    .story-integration__item:nth-child(3),
    .story-integration__item:nth-child(4) {

        margin-top: 0;

    }


    .story-integration__image {

        aspect-ratio: .8;

    }



    /* CAPABILITY */

    .story-capability {

        min-height: 720px;

    }


    .story-capability__content {

        width:
            calc(100% - 44px);

        min-height: 720px;

    }


    .story-capability__content h2 {

        font-size:
            clamp(48px, 13vw, 68px);

    }


    .story-capability__stats {

        grid-template-columns: 1fr;

        max-width: 300px;

    }


    .story-capability__stats div {

        padding:
            18px 0;

        border-bottom:
            1px solid rgba(255,255,255,.18);

    }



    /* GENERATIONS */

    .story-generations {

        display: flex;

        flex-direction: column;

    }


    .story-generations__image {

        min-height: 60svh;

        height: 60svh;

    }


    .story-generations__content {

        padding:
            70px 22px 80px;

    }


    .story-generations__content h2 {

        font-size:
            clamp(45px, 12.5vw, 65px);

    }



    /* TIMELINE */

    .story-timeline {

        padding:
            80px 22px 100px;

    }


    .story-timeline__header h2 {

        font-size:
            clamp(48px, 13vw, 68px);

    }


    .story-timeline__track {

        margin-top: 60px;

    }


    .story-timeline__year {

        font-size: 48px;

    }



    /* PEOPLE */

    .story-people {

        display: flex;

        flex-direction: column-reverse;

    }


    .story-people__image {

        min-height: 62svh;

        height: 62svh;

    }


    .story-people__content {

        padding:
            75px 22px 85px;

    }


    .story-people__content h2 {

        font-size:
            clamp(48px, 13vw, 70px);

    }



    /* IN-HOUSE */

    .story-inhouse {

        padding:
            100px 0;

    }


    .story-inhouse__inner {

        width:
            calc(100% - 44px);

    }


    .story-inhouse__number {

        font-size:
            clamp(120px, 33vw, 190px);

    }


    .story-inhouse h2 {

        margin-top: 45px;

        font-size:
            clamp(45px, 12vw, 65px);

    }


    .story-inhouse__bottom {

        gap: 14px 25px;

    }



    /* FOUNDATION */

    .story-foundation {

        padding:
            80px 22px 100px;

    }


    .story-foundation__header h2 {

        font-size:
            clamp(45px, 12.5vw, 65px);

    }


    .story-foundation__grid {

        margin-top: 55px;

    }


    .story-foundation__grid h3 {

        margin-top: 50px;

        font-size: 29px;

    }



    /* TODAY */

    .story-today {

        display: flex;

        flex-direction: column;

    }


    .story-today__image {

        min-height: 60svh;

        height: 60svh;

    }


    .story-today__content {

        padding:
            70px 22px 85px;

    }


    .story-today__content h2 {

        font-size:
            clamp(45px, 12.5vw, 65px);

    }



    /* RESPONSIBILITY */

    .story-responsibility {

        padding:
            85px 22px 100px;

    }


    .story-responsibility__inner h2 {

        font-size:
            clamp(48px, 13vw, 68px);

    }


    .story-responsibility__grid {

        grid-template-columns: 1fr;

        margin-top: 55px;

    }


    .story-responsibility__grid > div,
    .story-responsibility__grid > div + div {

        min-height: auto;

        padding:
            25px 0 35px;

        border-left: 0;

        border-top: 1px solid var(--line);

    }


    .story-responsibility__grid > div:first-child {

        border-top: 0;

    }


    .story-responsibility__grid strong {

        margin-top: 40px;

    }



    /* FINAL */

    .story-final {

        padding:
            90px 0 110px;

    }


    .story-final__inner {

        width:
            calc(100% - 44px);

    }


    .story-final__inner h2 {

        font-size:
            clamp(52px, 14vw, 74px);

    }


    .story-final__statement {

        margin-top: 45px;

    }


    .story-final__statement p {

        font-size: 21px;

    }


    .story-final__actions {

        flex-direction: column;

    }

}



/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .story-hero__visual img,
    .story-integration__image img {

        transition: none;
    }

}

/* =========================================================
   INTHING STORY — IMAGE FIT / SIZE CONTROL
   Add at the very bottom of pages.css
========================================================= */


/* ---------------------------------------------------------
   GLOBAL STORY IMAGE RULE
--------------------------------------------------------- */

.story-page img {
    display: block;
    max-width: 100%;
}


/* =========================================================
   01 — HERO IMAGE
========================================================= */

.story-hero__visual {

    position: relative;

    width: 100%;

    height: min(78vh, 820px);

    min-height: 620px;

    overflow: hidden;

    background: var(--surface);
}


.story-hero__visual img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    /*
       Slightly higher framing because
       the important subject is lower in
       your current image.
    */
    object-position: center center;

    transition:
        transform 1s cubic-bezier(.16,1,.3,1);
}


.story-hero:hover .story-hero__visual img {

    transform: scale(1.025);

}



/* =========================================================
   02 — 1958 IMAGE
========================================================= */

.story-beginning__image {

    position: relative;

    width: 100%;

    height: min(78vh, 760px);

    min-height: 580px;

    overflow: hidden;

    background: var(--surface);
}


.story-beginning__image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    /*
       Keeps the vintage photograph
       visually centred.
    */
    object-position: center center;

}



/* =========================================================
   03 — INTEGRATION IMAGE GRID
========================================================= */

.story-integration__visuals {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;

}


.story-integration__image {

    position: relative;

    width: 100%;

    /*
       Controlled card ratio.
    */
    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: var(--surface);
}


.story-integration__image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition:
        transform .8s cubic-bezier(.16,1,.3,1);
}


.story-integration__item:hover
.story-integration__image img {

    transform: scale(1.045);

}



/* =========================================================
   INDIVIDUAL MATERIAL IMAGE POSITIONING
========================================================= */


/* Yarn */

.story-integration__item:nth-child(1)
.story-integration__image img {

    object-position: center center;

}


/* Weaving machine */

.story-integration__item:nth-child(2)
.story-integration__image img {

    object-position: center center;

}


/* Fabric rolls */

.story-integration__item:nth-child(3)
.story-integration__image img {

    object-position: center center;

}


/* Manufacturing floor */

.story-integration__item:nth-child(4)
.story-integration__image img {

    object-position: center center;

}



/* =========================================================
   04 — CAPABILITY / MANUFACTURING
========================================================= */

.story-capability {

    position: relative;

    width: 100%;

    min-height: min(78vh, 780px);

    overflow: hidden;

}


.story-capability__image {

    position: absolute;

    inset: 0;

    overflow: hidden;

}


.story-capability__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

}



/* =========================================================
   05 — THREE GENERATIONS
========================================================= */

.story-generations__image {

    width: 100%;

    height: min(75vh, 720px);

    min-height: 580px;

    overflow: hidden;

    background: var(--surface);

}


.story-generations__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

}



/* =========================================================
   06 — PEOPLE
========================================================= */

.story-people__image {

    width: 100%;

    height: min(75vh, 720px);

    min-height: 580px;

    overflow: hidden;

    background: var(--surface);

}


.story-people__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

}



/* =========================================================
   07 — TODAY
========================================================= */

.story-today__image {

    width: 100%;

    height: min(75vh, 720px);

    min-height: 580px;

    overflow: hidden;

    background: var(--surface);

}


.story-today__image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .story-hero__visual {

        height: 68vh;

        min-height: 560px;

    }


    .story-beginning__image {

        height: 68vh;

        min-height: 540px;

    }


    .story-generations__image,
    .story-people__image,
    .story-today__image {

        height: 65vh;

        min-height: 520px;

    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    /* HERO */

    .story-hero__visual {

        height: 62svh;

        min-height: 430px;

        max-height: 620px;

    }


    .story-hero__visual img {

        object-position: center center;

    }



    /* 1958 */

    .story-beginning__image {

        height: 60svh;

        min-height: 420px;

        max-height: 600px;

    }


    .story-beginning__image img {

        object-position: center center;

    }



    /* MATERIAL GRID */

    .story-integration__visuals {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;

    }


    .story-integration__image {

        aspect-ratio: 3 / 4;

    }



    /* CAPABILITY */

    .story-capability {

        min-height: 650px;

    }


    .story-capability__image {

        min-height: 650px;

    }



    /* GENERATIONS */

    .story-generations__image {

        height: 58svh;

        min-height: 400px;

        max-height: 560px;

    }



    /* PEOPLE */

    .story-people__image {

        height: 58svh;

        min-height: 400px;

        max-height: 560px;

    }



    /* TODAY */

    .story-today__image {

        height: 58svh;

        min-height: 400px;

        max-height: 560px;

    }

}

/* =========================================================
   STORY — EDITORIAL MATERIAL JOURNEY
   Image 2 inspired layout
========================================================= */

.story-integration--editorial {

    display: grid;

    grid-template-columns:
        minmax(300px, .72fr)
        minmax(650px, 1.28fr);

    gap: clamp(70px, 9vw, 150px);

    padding:
        clamp(100px, 11vw, 160px)
        max(28px, calc((100vw - var(--max)) / 2));

    background: #fff;

}


/* =========================================================
   LEFT CONTENT
========================================================= */

.story-integration--editorial
.story-integration__intro {

    position: sticky;

    top: 130px;

    align-self: start;

    padding-top: 10px;

}


.story-integration--editorial
.story-integration__intro h2 {

    margin-top: 18px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(52px, 5.5vw, 88px);

    font-weight: 400;

    line-height: .91;

    letter-spacing: -.055em;

}


.story-integration--editorial
.story-integration__intro h2 span {

    display: block;

    color: var(--maroon);

    font-style: italic;

}


.story-integration--editorial
.story-integration__line {

    width: 78px;

    height: 1px;

    margin: 32px 0;

    background: var(--maroon);

}


.story-integration--editorial
.story-integration__intro p {

    max-width: 470px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.85;

}


.story-integration--editorial
.story-integration__caption {

    margin-top: 55px;

    color: var(--deep);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .2em;

    text-transform: uppercase;

}



/* =========================================================
   RIGHT — EDITORIAL GALLERY
========================================================= */

.story-process-gallery {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    column-gap: 22px;

    row-gap: 70px;

    align-items: start;

}



/* =========================================================
   CARD
========================================================= */

.story-process-card {

    position: relative;

    min-width: 0;

}


/* Image frame */

.story-process-card__image {

    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 18px;

    background: var(--surface);

}


/* Image */

.story-process-card__image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .8s cubic-bezier(.16,1,.3,1);

}


.story-process-card:hover
.story-process-card__image img {

    transform: scale(1.045);

}



/* =========================================================
   DIFFERENT CARD HEIGHTS
========================================================= */


/* YARN — tall */

.story-process-card--yarn {

    margin-top: 0;

}


.story-process-card--yarn
.story-process-card__image {

    height: 535px;

}


/* WEAVING — slightly lower */

.story-process-card--weaving {

    margin-top: 105px;

}


.story-process-card--weaving
.story-process-card__image {

    height: 535px;

}


/* FABRIC — medium */

.story-process-card--fabric {

    margin-top: -5px;

}


.story-process-card--fabric
.story-process-card__image {

    height: 420px;

}


/* MANUFACTURING — tall */

.story-process-card--manufacturing {

    margin-top: 100px;

}


.story-process-card--manufacturing
.story-process-card__image {

    height: 535px;

}



/* =========================================================
   LABEL
========================================================= */

.story-process-card__label {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding:
        14px
        2px
        16px;

    border-bottom:
        1px solid
        var(--line);

}


.story-process-card__label span {

    color: var(--muted);

    font-size: 8px;

    letter-spacing: .18em;

}


.story-process-card__label strong {

    color: var(--deep);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .18em;

}



/* =========================================================
   IMAGE-SPECIFIC CROPPING
========================================================= */


/* Yarn */

.story-process-card--yarn
.story-process-card__image img {

    object-position:
        center center;

}


/* Weaving */

.story-process-card--weaving
.story-process-card__image img {

    object-position:
        center center;

}


/* Fabric */

.story-process-card--fabric
.story-process-card__image img {

    object-position:
        center center;

}


/* Manufacturing */

.story-process-card--manufacturing
.story-process-card__image img {

    object-position:
        center center;

}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .story-integration--editorial {

        grid-template-columns:
            1fr;

        gap: 65px;

    }


    .story-integration--editorial
    .story-integration__intro {

        position: static;

    }


    .story-process-gallery {

        max-width: 900px;

    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .story-integration--editorial {

        padding:
            80px 22px 100px;

        gap: 50px;

    }


    .story-integration--editorial
    .story-integration__intro h2 {

        font-size:
            clamp(46px, 13vw, 66px);

    }


    .story-process-gallery {

        grid-template-columns: 1fr;

        row-gap: 42px;

    }


    .story-process-card--yarn,
    .story-process-card--weaving,
    .story-process-card--fabric,
    .story-process-card--manufacturing {

        margin-top: 0;

    }


    .story-process-card--yarn
    .story-process-card__image,

    .story-process-card--weaving
    .story-process-card__image,

    .story-process-card--fabric
    .story-process-card__image,

    .story-process-card--manufacturing
    .story-process-card__image {

        height: 72svh;

        min-height: 420px;

        max-height: 620px;

    }

}

/* =========================================================
   INTHING — SUSTAINABILITY PAGE
========================================================= */


/* =========================================================
   SHARED CONTAINER
========================================================= */

.sustainability-container {
    width: min(
        var(--max),
        calc(100% - 56px)
    );

    margin: 0 auto;
}


/* =========================================================
   SHARED KICKER
========================================================= */

.sustainability-kicker {
    display: block;

    margin-bottom: 22px;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .22em;

    text-transform: uppercase;

    color: var(--maroon);
}


/* =========================================================
   01 — HERO
========================================================= */

.sustainability-hero {
    position: relative;

    min-height: 100svh;

    display: flex;

    align-items: flex-end;

    overflow: hidden;

    background: var(--deep);
}

.sustainability-hero__image {
    position: absolute;

    inset: 0;

    overflow: hidden;
}

.sustainability-hero__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transform: scale(1.035);

    animation:
        sustainabilityHeroImage
        1.3s
        var(--ease)
        forwards;
}

@keyframes sustainabilityHeroImage {

    from {
        opacity: 0;

        transform: scale(1.08);
    }

    to {
        opacity: 1;

        transform: scale(1.035);
    }

}


.sustainability-hero__overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(15,18,20,.88) 0%,
            rgba(15,18,20,.65) 38%,
            rgba(15,18,20,.18) 75%,
            rgba(15,18,20,.08) 100%
        );
}


.sustainability-hero__content {
    position: relative;

    z-index: 2;

    width:
        min(
            var(--max),
            calc(100% - 56px)
        );

    margin: 0 auto;

    padding:
        150px
        0
        75px;

    color: var(--white);
}


.sustainability-hero__kicker {
    margin-bottom: 20px;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .25em;

    text-transform: uppercase;

    color:
        rgba(255,255,255,.72);
}


.sustainability-hero__content h1 {
    max-width: 900px;

    margin: 0;

    font-size:
        clamp(60px, 8vw, 120px);

    line-height: .88;

    font-weight: 400;

    letter-spacing: -.06em;
}

.sustainability-hero__content h1 em {
    display: block;

    color: #d89aaa;

    font-style: italic;
}


.sustainability-hero__content p {
    max-width: 570px;

    margin:
        32px
        0
        0;

    font-size: 15px;

    line-height: 1.8;

    color:
        rgba(255,255,255,.78);
}


.sustainability-hero__bottom {
    display: flex;

    gap: 22px;

    margin-top: 45px;

    padding-top: 18px;

    border-top:
        1px solid
        rgba(255,255,255,.25);

    max-width: 570px;
}

.sustainability-hero__bottom span {
    font-size: 8px;

    letter-spacing: .24em;

    color:
        rgba(255,255,255,.65);
}


/* =========================================================
   02 — APPROACH
========================================================= */

.sustainability-approach {
    padding:
        clamp(100px, 12vw, 170px)
        0;

    background: var(--paper);
}


.sustainability-section-head {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(300px, .85fr);

    gap:
        clamp(50px, 9vw, 140px);

    align-items: end;
}


.sustainability-section-head h2 {
    max-width: 800px;

    margin: 0;

    font-size:
        clamp(52px, 6.2vw, 92px);

    line-height: .91;

    font-weight: 400;

    letter-spacing: -.055em;

    color: var(--ink);
}

.sustainability-section-head h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


.sustainability-section-head > p {
    max-width: 500px;

    margin: 0;

    font-size: 15px;

    line-height: 1.8;

    color: var(--muted);
}


/* =========================================================
   PRIORITIES
========================================================= */

.sustainability-priorities {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    margin-top: 95px;

    border-top:
        1px solid var(--line);

    border-bottom:
        1px solid var(--line);
}


.sustainability-priority {
    min-height: 270px;

    padding:
        32px
        32px
        35px
        0;

    border-right:
        1px solid var(--line);
}

.sustainability-priority + .sustainability-priority {
    padding-left: 32px;
}

.sustainability-priority:last-child {
    border-right: 0;
}


.sustainability-priority__number {
    display: block;

    margin-bottom: 45px;

    font-size: 9px;

    letter-spacing: .2em;

    color: var(--maroon);
}


.sustainability-priority h3 {
    margin: 0 0 12px;

    font-size:
        clamp(28px, 3vw, 42px);

    font-weight: 400;

    letter-spacing: -.035em;

    color: var(--ink);
}


.sustainability-priority p {
    max-width: 300px;

    margin: 0;

    font-size: 13px;

    line-height: 1.7;

    color: var(--muted);
}


/* =========================================================
   03 — THREE PILLARS
========================================================= */

.sustainability-pillars {
    padding:
        clamp(100px, 12vw, 170px)
        0;

    background: var(--soft);
}


.sustainability-pillars__intro {
    max-width: 800px;

    margin-bottom: 70px;
}


.sustainability-pillars__intro h2 {
    margin: 0;

    font-size:
        clamp(52px, 6vw, 90px);

    line-height: .9;

    font-weight: 400;

    letter-spacing: -.055em;

    color: var(--ink);
}

.sustainability-pillars__intro h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


/* =========================================================
   PILLAR CARDS
========================================================= */

.sustainability-pillar-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 16px;
}


.sustainability-pillar {
    background: var(--paper);

    overflow: hidden;

    border-radius: 18px;

    box-shadow:
        0 20px 55px
        rgba(23,29,33,.08);
}


.sustainability-pillar__image {
    height: 340px;

    overflow: hidden;
}


.sustainability-pillar__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transform: scale(1.025);

    transition:
        transform 1s var(--ease);
}

.sustainability-pillar:hover
.sustainability-pillar__image img {
    transform: scale(1.07);
}


.sustainability-pillar__content {
    padding:
        30px
        30px
        35px;
}


.sustainability-pillar__top {
    display: flex;

    justify-content: space-between;

    gap: 15px;

    padding-bottom: 17px;

    border-bottom:
        1px solid var(--line);

    font-size: 8px;

    letter-spacing: .2em;

    color: var(--maroon);
}


.sustainability-pillar__content h3 {
    margin:
        30px
        0
        18px;

    font-size:
        clamp(34px, 3vw, 48px);

    line-height: .92;

    font-weight: 400;

    letter-spacing: -.045em;

    color: var(--ink);
}

.sustainability-pillar__content h3 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


.sustainability-pillar__content p {
    min-height: 90px;

    margin: 0 0 25px;

    font-size: 13px;

    line-height: 1.75;

    color: var(--muted);
}


.sustainability-pillar__content ul {
    list-style: none;

    margin: 0;

    padding: 20px 0 0;

    border-top:
        1px solid var(--line);
}


.sustainability-pillar__content li {
    position: relative;

    padding:
        9px
        0
        9px
        16px;

    font-size: 11px;

    line-height: 1.5;

    color: var(--ink);

    border-bottom:
        1px solid
        rgba(63,69,72,.08);
}

.sustainability-pillar__content li::before {
    content: "";

    position: absolute;

    left: 0;

    top: 16px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: var(--maroon);
}


/* =========================================================
   04 — CIRCULARITY
========================================================= */

.sustainability-circularity {
    padding:
        clamp(90px, 11vw, 150px)
        0;

    background: var(--paper);
}


.sustainability-circularity
.sustainability-container {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(320px, .85fr);

    gap:
        clamp(50px, 8vw, 120px);

    align-items: center;
}


.sustainability-circularity__image {
    height:
        clamp(480px, 57vw, 720px);

    overflow: hidden;

    border-radius: 20px;

    box-shadow:
        0 30px 75px
        rgba(23,29,33,.13);
}


.sustainability-circularity__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transform: scale(1.025);

    transition:
        transform 1.1s var(--ease);
}

.sustainability-circularity__image:hover img {
    transform: scale(1.065);
}


.sustainability-circularity__content h2 {
    margin: 0;

    font-size:
        clamp(50px, 5.8vw, 85px);

    line-height: .91;

    font-weight: 400;

    letter-spacing: -.055em;

    color: var(--ink);
}

.sustainability-circularity__content h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


.sustainability-circularity__content p {
    max-width: 500px;

    margin:
        28px
        0
        0;

    font-size: 14px;

    line-height: 1.8;

    color: var(--muted);
}


.sustainability-circularity__words {
    display: flex;

    flex-wrap: wrap;

    gap: 10px 22px;

    margin-top: 45px;

    padding-top: 20px;

    border-top:
        1px solid var(--line);
}


.sustainability-circularity__words span {
    font-size: 8px;

    letter-spacing: .2em;

    color: var(--muted);
}


/* =========================================================
   05 — PEOPLE
========================================================= */

.sustainability-people {
    padding:
        clamp(90px, 11vw, 150px)
        0;

    background: var(--deep);

    color: var(--white);
}


.sustainability-people
.sustainability-container {
    display: grid;

    grid-template-columns:
        minmax(0, .85fr)
        minmax(0, 1.15fr);

    gap:
        clamp(55px, 8vw, 120px);

    align-items: center;
}


.sustainability-people__content {
    padding:
        40px
        0;
}


.sustainability-people__content
.sustainability-kicker {
    color: #d89aaa;
}


.sustainability-people__content h2 {
    margin: 0;

    font-size:
        clamp(52px, 6vw, 88px);

    line-height: .9;

    font-weight: 400;

    letter-spacing: -.055em;
}


.sustainability-people__content h2 em {
    display: block;

    color: #d89aaa;

    font-style: italic;
}


.sustainability-people__content p {
    max-width: 480px;

    margin:
        30px
        0
        0;

    font-size: 14px;

    line-height: 1.8;

    color:
        rgba(255,255,255,.7);
}


/* -----------------------------------------
   IMAGE
----------------------------------------- */

.sustainability-people__visual {
    position: relative;

    height:
        clamp(480px, 55vw, 680px);

    overflow: hidden;

    border-radius: 20px;
}


.sustainability-people__visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 1.1s var(--ease);
}

.sustainability-people__visual:hover img {
    transform: scale(1.05);
}


.sustainability-people__mark {
    position: absolute;

    right: 25px;
    bottom: 25px;

    font-size: 8px;

    letter-spacing: .24em;

    color:
        rgba(255,255,255,.65);

    text-shadow:
        0 2px 10px rgba(0,0,0,.4);
}


/* -----------------------------------------
   BUTTON
----------------------------------------- */

.sustainability-button {
    width: fit-content;

    display: inline-flex;

    align-items: center;

    gap: 30px;

    margin-top: 40px;

    padding:
        15px
        18px
        15px
        23px;

    border:
        1px solid currentColor;

    border-radius: 999px;

    color: var(--white);

    font-size: 10px;

    text-decoration: none;

    transition:
        background .35s var(--ease),
        color .35s var(--ease),
        transform .35s var(--ease);
}


.sustainability-button i {
    width: 34px;
    height: 34px;

    display: grid;

    place-items: center;

    border:
        1px solid currentColor;

    border-radius: 50%;

    font-size: 15px;

    font-style: normal;

    transition:
        transform .35s var(--ease);
}


.sustainability-button:hover {
    background: var(--maroon);

    color: var(--white);

    transform:
        translateY(-2px);
}


.sustainability-button:hover i {
    transform: rotate(45deg);
}


/* =========================================================
   06 — RESPONSIBLE GROWTH
========================================================= */

.sustainability-growth {
    position: relative;

    padding:
        clamp(110px, 14vw, 190px)
        0;

    background: var(--soft);

    overflow: hidden;

    text-align: center;
}


.sustainability-growth__number {
    position: absolute;

    top: 30px;

    left: 50%;

    transform:
        translateX(-50%);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(180px, 30vw, 400px);

    line-height: .7;

    letter-spacing: -.08em;

    color:
        rgba(140,41,69,.045);

    pointer-events: none;
}


.sustainability-growth
.sustainability-kicker {
    position: relative;

    z-index: 2;
}


.sustainability-growth h2 {
    position: relative;

    z-index: 2;

    max-width: 850px;

    margin: 0 auto;

    font-size:
        clamp(58px, 8vw, 115px);

    line-height: .87;

    font-weight: 400;

    letter-spacing: -.06em;

    color: var(--ink);
}


.sustainability-growth h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


.sustainability-growth > .sustainability-container > p {
    position: relative;

    z-index: 2;

    max-width: 570px;

    margin:
        32px
        auto
        0;

    font-size: 15px;

    line-height: 1.8;

    color: var(--muted);
}


.sustainability-growth__line {
    position: relative;

    z-index: 2;

    width: 42px;
    height: 2px;

    margin:
        40px
        auto
        25px;

    background: var(--maroon);
}


.sustainability-growth__principles {
    position: relative;

    z-index: 2;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 15px 28px;
}


.sustainability-growth__principles span {
    font-size: 8px;

    letter-spacing: .25em;

    color: var(--muted);
}


/* =========================================================
   07 — FINAL CTA
========================================================= */

.sustainability-final {
    padding:
        clamp(100px, 13vw, 180px)
        0;

    background: var(--paper);

    text-align: center;
}


.sustainability-final .sustainability-kicker {
    margin-bottom: 25px;
}


.sustainability-final h2 {
    max-width: 1050px;

    margin: 0 auto;

    font-size:
        clamp(55px, 7.5vw, 110px);

    line-height: .9;

    font-weight: 400;

    letter-spacing: -.06em;

    color: var(--ink);
}


.sustainability-final h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


.sustainability-final p {
    max-width: 550px;

    margin:
        30px
        auto
        0;

    font-size: 14px;

    line-height: 1.8;

    color: var(--muted);
}


.sustainability-final .sustainability-button {
    color: var(--ink);
}

.sustainability-final .sustainability-button:hover {
    color: var(--white);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .sustainability-section-head,
    .sustainability-circularity
    .sustainability-container,
    .sustainability-people
    .sustainability-container {
        grid-template-columns: 1fr;
    }


    .sustainability-priorities {
        grid-template-columns:
            repeat(3, 1fr);
    }


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


    .sustainability-pillar:last-child {
        grid-column:
            1 / -1;

        max-width:
            calc(50% - 8px);

        margin: 0 auto;
    }


    .sustainability-circularity__image {
        height: 560px;
    }


    .sustainability-people__visual {
        height: 560px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .sustainability-container,
    .sustainability-hero__content {
        width:
            calc(100% - 40px);
    }


    /* -----------------------------------------
       HERO
    ----------------------------------------- */

    .sustainability-hero {
        min-height: 760px;
    }


    .sustainability-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(15,18,20,.15) 0%,
                rgba(15,18,20,.40) 38%,
                rgba(15,18,20,.92) 82%,
                rgba(15,18,20,.98) 100%
            );
    }


    .sustainability-hero__content {
        padding:
            110px
            0
            55px;
    }


    .sustainability-hero__content h1 {
        font-size:
            clamp(48px, 14vw, 70px);

        line-height: .93;
    }


    .sustainability-hero__content p {
        margin-top: 24px;

        font-size: 13px;

        line-height: 1.75;
    }


    .sustainability-hero__bottom {
        gap: 14px;

        margin-top: 32px;
    }


    .sustainability-hero__bottom span {
        font-size: 7px;

        letter-spacing: .18em;
    }


    /* -----------------------------------------
       APPROACH
    ----------------------------------------- */

    .sustainability-approach {
        padding:
            80px
            0;
    }


    .sustainability-section-head h2,
    .sustainability-pillars__intro h2 {
        font-size:
            clamp(46px, 13vw, 65px);
    }


    .sustainability-section-head > p {
        margin-top: 30px;

        font-size: 13px;
    }


    .sustainability-priorities {
        grid-template-columns: 1fr;

        margin-top: 55px;
    }


    .sustainability-priority,
    .sustainability-priority + .sustainability-priority {
        min-height: auto;

        padding:
            28px
            0;

        border-right: 0;

        border-bottom:
            1px solid var(--line);
    }


    .sustainability-priority:last-child {
        border-bottom: 0;
    }


    .sustainability-priority__number {
        margin-bottom: 22px;
    }


    /* -----------------------------------------
       PILLARS
    ----------------------------------------- */

    .sustainability-pillars {
        padding:
            80px
            0;
    }


    .sustainability-pillars__intro {
        margin-bottom: 45px;
    }


    .sustainability-pillar-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .sustainability-pillar:last-child {
        grid-column: auto;

        max-width: none;

        margin: 0;
    }


    .sustainability-pillar__image {
        height: 280px;
    }


    .sustainability-pillar__content {
        padding:
            25px
            22px
            28px;
    }


    .sustainability-pillar__content h3 {
        font-size:
            clamp(34px, 11vw, 48px);
    }


    .sustainability-pillar__content p {
        min-height: auto;

        font-size: 13px;
    }


    /* -----------------------------------------
       CIRCULARITY
    ----------------------------------------- */

    .sustainability-circularity {
        padding:
            75px
            0;
    }


    .sustainability-circularity__image {
        height: 440px;
    }


    .sustainability-circularity__content h2 {
        font-size:
            clamp(45px, 13vw, 64px);
    }


    .sustainability-circularity__content p {
        font-size: 13px;
    }


    .sustainability-circularity__words {
        margin-top: 32px;

        gap: 10px 16px;
    }


    /* -----------------------------------------
       PEOPLE
    ----------------------------------------- */

    .sustainability-people {
        padding:
            75px
            0;
    }


    .sustainability-people__content {
        padding: 0;
    }


    .sustainability-people__content h2 {
        font-size:
            clamp(46px, 13vw, 65px);
    }


    .sustainability-people__content p {
        font-size: 13px;
    }


    .sustainability-people__visual {
        height: 430px;
    }


    .sustainability-button {
        width: 100%;

        justify-content: space-between;

        margin-top: 32px;
    }


    /* -----------------------------------------
       GROWTH
    ----------------------------------------- */

    .sustainability-growth {
        padding:
            90px
            0;
    }


    .sustainability-growth h2 {
        font-size:
            clamp(50px, 14vw, 70px);
    }


    .sustainability-growth > .sustainability-container > p {
        font-size: 13px;
    }


    .sustainability-growth__number {
        top: 55px;

        font-size:
            clamp(150px, 42vw, 210px);
    }


    /* -----------------------------------------
       FINAL CTA
    ----------------------------------------- */

    .sustainability-final {
        padding:
            85px
            0
            100px;
    }


    .sustainability-final h2 {
        font-size:
            clamp(46px, 13vw, 66px);

        line-height: .94;
    }


    .sustainability-final p {
        font-size: 13px;

        line-height: 1.75;
    }


    .sustainability-final .sustainability-button {
        margin-top: 32px;
    }

}
/* =========================
   LET'S CONNECT
   ========================= */

.connect-section {
    position: relative;
    overflow: hidden;

    background: var(--paper);

    padding: clamp(55px, 6vw, 90px) 0
             clamp(80px, 9vw, 130px);
}

.connect-container {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
}


/* =========================
   CONNECT BANNER
   ========================= */

.connect-banner {
    width: 100%;

    height: clamp(135px, 11vw, 180px);

    margin-bottom: clamp(65px, 8vw, 105px);

    overflow: hidden;

    background: var(--paper);
}

.connect-banner img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: none;

    object-fit: cover;
    object-position: center center;
}


/* =========================
   MAIN CONTENT
   ========================= */

.connect-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(320px, .85fr);

    gap: clamp(60px, 9vw, 140px);

    align-items: start;
}


/* =========================
   MAIN HEADING
   ========================= */

.connect-heading h2 {
    margin: 0;

    max-width: 850px;

    font-size: clamp(58px, 8vw, 112px);

    line-height: .9;

    font-weight: 400;

    letter-spacing: -.055em;

    color: var(--ink);
}

.connect-heading h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


/* =========================
   RIGHT CONTENT
   ========================= */

.connect-content {
    padding-top: 8px;
}

.connect-intro {
    max-width: 510px;

    margin: 0 0 38px;

    font-size: 16px;

    line-height: 1.75;

    color: var(--muted);
}


/* =========================
   EMAIL CTA
   ========================= */

.connect-button {
    width: fit-content;

    display: inline-flex;

    align-items: center;

    gap: 35px;

    padding: 17px 20px 17px 24px;

    border: 1px solid var(--ink);

    border-radius: 999px;

    color: var(--ink);

    font-size: 12px;

    letter-spacing: .04em;

    text-decoration: none;

    transition:
        background .35s var(--ease),
        color .35s var(--ease),
        border-color .35s var(--ease),
        transform .35s var(--ease);
}

.connect-button i {
    width: 34px;
    height: 34px;

    display: grid;
    place-items: center;

    border: 1px solid currentColor;

    border-radius: 50%;

    font-style: normal;

    font-size: 16px;

    transition:
        transform .35s var(--ease);
}

.connect-button:hover {
    background: var(--maroon);

    border-color: var(--maroon);

    color: var(--white);

    transform: translateY(-2px);
}

.connect-button:hover i {
    transform: rotate(45deg);
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 800px) {

    .connect-section {
        padding:
            50px 0
            75px;
    }

    .connect-container {
        width: min(100% - 32px, 720px);
    }

    .connect-banner {
        height: 135px;

        margin-bottom: 55px;
    }

    .connect-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .connect-heading h2 {
        font-size: clamp(52px, 11vw, 76px);
    }

    .connect-content {
        padding-top: 0;
    }

    .connect-intro {
        font-size: 14px;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 500px) {

    .connect-section {
        padding:
            40px 0
            65px;
    }

    .connect-container {
        width: calc(100% - 28px);
    }

    .connect-banner {
        height: 92px;

        margin-bottom: 42px;
    }

    .connect-banner img {
        object-position: center center;
    }

    .connect-layout {
        gap: 30px;
    }

    .connect-heading h2 {
        font-size: clamp(45px, 14vw, 64px);

        line-height: .94;
    }

    .connect-intro {
        margin-bottom: 28px;

        font-size: 13px;

        line-height: 1.7;
    }

    .connect-button {
        width: 100%;

        justify-content: space-between;
    }
}

/* =========================================================
   INTHING — CORPORATE SOCIAL RESPONSIBILITY
   Page-specific styles
========================================================= */

.csr-page {
    overflow: hidden;
    background: var(--paper);
}


/* =========================================================
   COMMON
========================================================= */

.csr-section-label {
    color: var(--maroon);
    font-size: 10px;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.csr-page img {
    display: block;
    max-width: 100%;
}


/* =========================================================
   01 — HERO
========================================================= */

.csr-hero {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 680px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: var(--deep);
}

.csr-hero__image {
    position: absolute;
    inset: 0;
}

.csr-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.csr-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(23, 29, 33, .78) 0%,
            rgba(23, 29, 33, .38) 48%,
            rgba(23, 29, 33, .08) 100%
        ),
        linear-gradient(
            0deg,
            rgba(23, 29, 33, .62) 0%,
            rgba(23, 29, 33, 0) 55%
        );
}

.csr-hero__content {
    position: relative;
    z-index: 2;
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding-bottom: clamp(90px, 10vw, 145px);
}

.csr-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .75);
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.csr-eyebrow span {
    color: rgba(255, 255, 255, .45);
}

.csr-hero h1 {
    max-width: 1000px;
    margin: 0;
    color: #fff;
    font-size: clamp(65px, 9vw, 132px);
    line-height: .86;
    font-weight: 400;
    letter-spacing: -.06em;
}

.csr-hero h1 em {
    display: block;
    color: #fff;
    font-style: italic;
}

.csr-hero__content > p {
    max-width: 550px;
    margin: 36px 0 0;
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    line-height: 1.75;
}

.csr-hero__scroll {
    position: absolute;
    z-index: 3;
    right: clamp(25px, 5vw, 72px);
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, .8);
    font-size: 9px;
    letter-spacing: .16em;
}

.csr-hero__scroll span {
    font-size: 18px;
}


/* =========================================================
   02 — OUR COMMITMENT
========================================================= */

.csr-commitment {
    padding: clamp(110px, 13vw, 185px) 0;
    background: var(--paper);
}

.csr-commitment__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr);
    gap: clamp(60px, 10vw, 150px);
    margin-top: 32px;
}

.csr-commitment h2 {
    max-width: 850px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(58px, 7.5vw, 108px);
    line-height: .9;
    font-weight: 400;
    letter-spacing: -.055em;
}

.csr-commitment h2 em {
    display: block;
    color: var(--maroon);
    font-style: italic;
}

.csr-commitment__copy {
    padding-top: 8px;
}

.csr-commitment__copy > p {
    max-width: 510px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.csr-line {
    width: 100%;
    height: 1px;
    margin: 55px 0 22px;
    background: var(--line);
}

.csr-values {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.csr-values span {
    color: var(--ink);
    font-size: 9px;
    letter-spacing: .16em;
}


/* =========================================================
   03 — CSR PRIORITIES
========================================================= */

.csr-focus {
    padding: clamp(90px, 11vw, 160px) 0;
    background: #fff;
}

.csr-focus__heading {
    max-width: 850px;
    margin-bottom: clamp(50px, 6vw, 75px);
}

.csr-focus__heading h2 {
    margin: 25px 0 0;
    color: var(--ink);
    font-size: clamp(55px, 7vw, 100px);
    line-height: .91;
    font-weight: 400;
    letter-spacing: -.055em;
}

.csr-focus__heading h2 em {
    display: block;
    color: var(--maroon);
    font-style: italic;
}

.csr-focus__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.csr-focus-card {
    min-width: 0;
}

.csr-focus-card__number {
    margin-bottom: 15px;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: .15em;
}

.csr-focus-card__image {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 18px;
    background: var(--surface);
}

.csr-focus-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s var(--ease);
}

.csr-focus-card:hover .csr-focus-card__image img {
    transform: scale(1.055);
}

.csr-focus-card__content {
    padding: 23px 2px 0;
}

.csr-focus-card__percentage {
    margin-bottom: 13px;
    color: var(--maroon);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.04em;
}

.csr-focus-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 27px;
    line-height: .95;
    font-weight: 400;
    letter-spacing: -.04em;
}

.csr-focus-card h3 em {
    display: block;
    color: var(--maroon);
    font-style: italic;
}

.csr-focus-card p {
    max-width: 300px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   04 — WOMEN EMPOWERMENT
========================================================= */

.csr-women {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 850px;
    background: var(--paper);
}

.csr-women__image {
    min-height: 700px;
    overflow: hidden;
}

.csr-women__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease);
}

.csr-women:hover .csr-women__image img {
    transform: scale(1.025);
}

.csr-women__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 7vw, 120px);
}

.csr-women__number {
    margin: 30px 0 18px;
    color: var(--maroon);
    font-size: clamp(90px, 12vw, 175px);
    line-height: .72;
    font-weight: 400;
    letter-spacing: -.085em;
}

.csr-women__content h2 {
    max-width: 680px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(48px, 5.3vw, 80px);
    line-height: .91;
    font-weight: 400;
    letter-spacing: -.055em;
}

.csr-women__content h2 em {
    display: block;
    color: var(--maroon);
    font-style: italic;
}

.csr-women__content > p {
    max-width: 520px;
    margin: 35px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.csr-women__keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 42px;
}

.csr-women__keywords span {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    font-size: 8px;
    letter-spacing: .15em;
}


/* =========================================================
   05 — THE BLUE QUESTION
========================================================= */

.csr-blue {
    position: relative;
    min-height: 900px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--deep);
}

.csr-blue__image {
    position: absolute;
    inset: 0;
}

.csr-blue__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csr-blue__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(15, 24, 31, .94) 0%,
            rgba(15, 24, 31, .78) 42%,
            rgba(15, 24, 31, .32) 78%,
            rgba(15, 24, 31, .15) 100%
        );
}

.csr-blue__container {
    position: relative;
    z-index: 2;
}

.csr-blue .csr-section-label {
    color: rgba(255, 255, 255, .65);
}

.csr-blue__content {
    max-width: 900px;
    margin-top: 40px;
    color: #fff;
}

.csr-blue__stat {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 38px;
}

.csr-blue__stat strong {
    color: #fff;
    font-size: clamp(100px, 14vw, 205px);
    line-height: .7;
    font-weight: 400;
    letter-spacing: -.09em;
}

.csr-blue__stat span {
    padding-bottom: 9px;
    color: rgba(255, 255, 255, .6);
    font-size: 10px;
    letter-spacing: .18em;
}

.csr-blue h2 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 60px);
    line-height: .98;
    font-weight: 400;
    letter-spacing: -.045em;
}

.csr-blue h3 {
    margin: 32px 0 0;
    color: #fff;
    font-size: clamp(38px, 4.5vw, 66px);
    line-height: .94;
    font-weight: 400;
    letter-spacing: -.055em;
}

.csr-blue h3 em {
    color: #fff;
    font-style: italic;
}

.csr-blue__content > p {
    max-width: 660px;
    margin: 35px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.8;
}

.csr-blue__content .csr-blue__closing {
    margin-top: 22px;
    color: #fff;
    font-size: 16px;
}


/* =========================================================
   06 — RESPONSIBLE MANUFACTURING
========================================================= */

.csr-manufacturing {
    padding: clamp(100px, 12vw, 175px) 0;
    background: #fff;
}

.csr-manufacturing__heading {
    max-width: 850px;
    margin-bottom: clamp(55px, 7vw, 80px);
}

.csr-manufacturing__heading h2 {
    margin: 25px 0 0;
    color: var(--ink);
    font-size: clamp(55px, 7vw, 100px);
    line-height: .9;
    font-weight: 400;
    letter-spacing: -.055em;
}

.csr-manufacturing__heading h2 em {
    display: block;
    color: var(--maroon);
    font-style: italic;
}

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

.csr-tech-card {
    min-width: 0;
}

.csr-tech-card__image {
    width: 100%;
    aspect-ratio: 4 / 4.7;
    overflow: hidden;
    border-radius: 18px;
    background: var(--surface);
}

.csr-tech-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s var(--ease);
}

.csr-tech-card:hover .csr-tech-card__image img {
    transform: scale(1.055);
}

.csr-tech-card__top {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
    color: var(--muted);
    font-size: 8px;
    letter-spacing: .15em;
}

.csr-tech-card h3 {
    margin: 18px 0 0;
    color: var(--ink);
    font-size: 40px;
    line-height: .88;
    font-weight: 400;
    letter-spacing: -.05em;
}

.csr-tech-card h3 em {
    display: block;
    color: var(--maroon);
    font-style: italic;
}

.csr-tech-card p {
    max-width: 400px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.csr-manufacturing__statement {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 100px;
    padding-top: 30px;
    border-top: 1px solid var(--line);
}

.csr-manufacturing__statement > span {
    flex: 0 0 auto;
    color: var(--maroon);
    font-size: 9px;
    letter-spacing: .16em;
}

.csr-manufacturing__statement p {
    max-width: 750px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1;
    letter-spacing: -.045em;
}

.csr-manufacturing__statement p em {
    color: var(--maroon);
    font-style: italic;
}


/* =========================================================
   07 — COMMUNITY
========================================================= */

.csr-community {
    padding: clamp(100px, 12vw, 170px) 0;
    background: var(--paper);
}

.csr-community__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(55px, 9vw, 140px);
    align-items: center;
}

.csr-community__image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 20px;
    background: var(--surface);
}

.csr-community__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s var(--ease);
}

.csr-community__image:hover img {
    transform: scale(1.04);
}

.csr-community__content h2 {
    max-width: 700px;
    margin: 25px 0 0;
    color: var(--ink);
    font-size: clamp(50px, 6vw, 88px);
    line-height: .91;
    font-weight: 400;
    letter-spacing: -.055em;
}

.csr-community__content h2 em {
    display: block;
    color: var(--maroon);
    font-style: italic;
}

.csr-community__content > p {
    max-width: 540px;
    margin: 35px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.csr-community__points {
    margin-top: 55px;
    border-top: 1px solid var(--line);
}

.csr-community__points > div {
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.csr-community__points strong {
    grid-row: span 2;
    color: var(--maroon);
    font-size: 9px;
    letter-spacing: .1em;
}

.csr-community__points span {
    color: var(--ink);
    font-size: 10px;
    letter-spacing: .15em;
}

.csr-community__points p {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 13px;
}


/* =========================================================
   08 — OUR APPROACH
========================================================= */

.csr-approach {
    padding: clamp(100px, 12vw, 175px) 0;
    background: #fff;
}

.csr-approach__heading {
    max-width: 1050px;
}

.csr-approach__heading h2 {
    margin: 25px 0 0;
    color: var(--ink);
    font-size: clamp(55px, 7.5vw, 108px);
    line-height: .9;
    font-weight: 400;
    letter-spacing: -.06em;
}

.csr-approach__heading h2 em {
    display: block;
    color: var(--maroon);
    font-style: italic;
}

.csr-approach__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 100px;
}

.csr-approach__item {
    padding-top: 25px;
    border-top: 1px solid var(--line);
}

.csr-approach__item > span {
    color: var(--maroon);
    font-size: 10px;
    letter-spacing: .15em;
}

.csr-approach__item h3 {
    margin: 30px 0 0;
    color: var(--ink);
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.04em;
}

.csr-approach__item p {
    max-width: 350px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   09 — FINAL CTA
========================================================= */

.csr-final {
    padding: clamp(115px, 14vw, 215px) 20px;
    background: var(--deep);
    text-align: center;
}

.csr-final__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.csr-final .csr-section-label {
    color: rgba(255, 255, 255, .55);
}

.csr-final h2 {
    margin: 28px auto 0;
    color: #fff;
    font-size: clamp(58px, 8vw, 115px);
    line-height: .87;
    font-weight: 400;
    letter-spacing: -.065em;
}

.csr-final h2 em {
    display: block;
    color: #fff;
    font-style: italic;
}

.csr-final p {
    max-width: 570px;
    margin: 38px auto 0;
    color: rgba(255, 255, 255, .64);
    font-size: 15px;
    line-height: 1.8;
}

.csr-final__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 45px;
}

.csr-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 13px 14px 13px 22px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    transition:
        background .35s var(--ease),
        color .35s var(--ease),
        border-color .35s var(--ease),
        transform .35s var(--ease);
}

.csr-button i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-style: normal;
    font-size: 15px;
    transition: transform .35s var(--ease);
}

.csr-button:hover {
    background: #fff;
    border-color: #fff;
    color: var(--deep);
    transform: translateY(-2px);
}

.csr-button:hover i {
    transform: rotate(45deg);
}

.csr-button--light {
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .65);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .csr-focus__grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 55px;
    }

    .csr-women {
        grid-template-columns: 1fr 1fr;
    }

    .csr-tech-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 55px;
    }

    .csr-tech-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 9px);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .csr-page .container {
        width: calc(100% - 28px);
    }


    /* HERO */

    .csr-hero {
        min-height: 100svh;
        height: 100svh;
    }

    .csr-hero__content {
        width: calc(100% - 28px);
        padding-bottom: 90px;
    }

    .csr-hero h1 {
        font-size: clamp(52px, 14vw, 76px);
        line-height: .9;
    }

    .csr-hero__content > p {
        max-width: 350px;
        margin-top: 25px;
        font-size: 13px;
    }

    .csr-hero__scroll {
        right: 14px;
        bottom: 24px;
        font-size: 8px;
    }


    /* COMMITMENT */

    .csr-commitment {
        padding: 80px 0;
    }

    .csr-commitment__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .csr-commitment h2 {
        font-size: clamp(48px, 13vw, 72px);
    }

    .csr-commitment__copy > p {
        font-size: 13px;
    }

    .csr-values {
        gap: 10px;
    }

    .csr-values span {
        font-size: 7px;
    }


    /* FOCUS */

    .csr-focus {
        padding: 80px 0;
    }

    .csr-focus__heading {
        margin-bottom: 45px;
    }

    .csr-focus__heading h2 {
        font-size: clamp(48px, 13vw, 72px);
    }

    .csr-focus__grid {
        grid-template-columns: 1fr;
        row-gap: 55px;
    }

    .csr-focus-card__image {
        aspect-ratio: 4 / 4.8;
    }


    /* WOMEN */

    .csr-women {
        display: flex;
        flex-direction: column;
    }

    .csr-women__image {
        min-height: 480px;
        height: 65svh;
    }

    .csr-women__content {
        padding: 65px 22px 80px;
    }

    .csr-women__number {
        font-size: 105px;
    }

    .csr-women__content h2 {
        font-size: clamp(45px, 12vw, 68px);
    }

    .csr-women__content > p {
        font-size: 13px;
    }


    /* BLUE */

    .csr-blue {
        min-height: 850px;
    }

    .csr-blue__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(15, 24, 31, .93),
                rgba(15, 24, 31, .70)
            );
    }

    .csr-blue__content {
        margin-top: 30px;
    }

    .csr-blue__stat {
        gap: 12px;
        margin-bottom: 35px;
    }

    .csr-blue__stat strong {
        font-size: 98px;
    }

    .csr-blue__stat span {
        padding-bottom: 5px;
        font-size: 8px;
    }

    .csr-blue h2 {
        font-size: 31px;
    }

    .csr-blue h3 {
        font-size: 40px;
    }

    .csr-blue__content > p {
        font-size: 13px;
    }

    .csr-blue__content .csr-blue__closing {
        font-size: 14px;
    }


    /* MANUFACTURING */

    .csr-manufacturing {
        padding: 80px 0;
    }

    .csr-manufacturing__heading {
        margin-bottom: 45px;
    }

    .csr-manufacturing__heading h2 {
        font-size: clamp(48px, 13vw, 72px);
    }

    .csr-tech-grid {
        grid-template-columns: 1fr;
    }

    .csr-tech-card:last-child {
        grid-column: auto;
        width: auto;
    }

    .csr-tech-card h3 {
        font-size: 36px;
    }

    .csr-manufacturing__statement {
        display: block;
        margin-top: 70px;
    }

    .csr-manufacturing__statement p {
        margin-top: 20px;
        font-size: 30px;
    }


    /* COMMUNITY */

    .csr-community {
        padding: 80px 0;
    }

    .csr-community__grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .csr-community__image {
        aspect-ratio: 4 / 4.8;
    }

    .csr-community__content h2 {
        font-size: clamp(46px, 12vw, 68px);
    }

    .csr-community__content > p {
        font-size: 13px;
    }


    /* APPROACH */

    .csr-approach {
        padding: 80px 0;
    }

    .csr-approach__heading h2 {
        font-size: clamp(48px, 13vw, 72px);
    }

    .csr-approach__grid {
        grid-template-columns: 1fr;
        margin-top: 60px;
        gap: 45px;
    }

    .csr-approach__item h3 {
        margin-top: 20px;
        font-size: 31px;
    }


    /* FINAL */

    .csr-final {
        padding: 95px 14px;
    }

    .csr-final h2 {
        font-size: clamp(48px, 13vw, 72px);
    }

    .csr-final p {
        font-size: 13px;
    }

    .csr-final__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .csr-button {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .csr-hero h1 {
        font-size: 52px;
    }

    .csr-hero__content > p {
        max-width: 320px;
    }

    .csr-women__image {
        min-height: 420px;
    }

    .csr-women__content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .csr-blue {
        min-height: 880px;
    }

    .csr-blue__stat strong {
        font-size: 86px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .csr-page *,
    .csr-page *::before,
    .csr-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

}




/* =========================================================
   INTHING NEWS ROOM
   Complete page-specific stylesheet

   Uses existing global variables:
   --paper
   --surface
   --ink
   --deep
   --white
   --muted
   --maroon
   --maroon-dark
   --denim
   --line
   --max
   --radius
   --ease
========================================================= */


/* =========================================================
   PAGE BASE
========================================================= */

.newsroom-page {
    overflow: hidden;
    background: var(--paper);
}

.newsroom-page img {
    display: block;
    max-width: 100%;
}


/* =========================================================
   SHARED CONTAINER
========================================================= */

.newsroom-container {
    width: min(
        var(--max),
        calc(100% - 40px)
    );

    margin: 0 auto;
}


/* =========================================================
   KICKER
========================================================= */

.newsroom-kicker {
    display: inline-block;

    font-size: 9px;
    line-height: 1;

    letter-spacing: .18em;
    text-transform: uppercase;

    color: var(--maroon);
}


/* =========================================================
   SECTION HEADER
========================================================= */

.newsroom-section-head {
    display: flex;
    align-items: center;

    gap: 22px;

    margin-bottom: clamp(
        40px,
        5vw,
        70px
    );
}

.newsroom-rule {
    flex: 1;

    height: 1px;

    background: var(--line);
}


/* =========================================================
   NEWS SOURCE
========================================================= */

.news-source {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 24px;

    font-size: 9px;
    line-height: 1;

    letter-spacing: .14em;
    text-transform: uppercase;

    color: var(--muted);
}


/* =========================================================
   READ ARTICLE LINK
========================================================= */

.news-read {
    width: fit-content;

    display: inline-flex;
    align-items: center;

    gap: 28px;

    text-decoration: none;

    color: var(--ink);

    font-size: 11px;

    letter-spacing: .05em;

    border-bottom: 1px solid var(--ink);

    padding-bottom: 8px;

    transition:
        color .3s var(--ease),
        border-color .3s var(--ease);
}

.news-read i {
    display: grid;
    place-items: center;

    width: 30px;
    height: 30px;

    border: 1px solid currentColor;

    border-radius: 50%;

    font-style: normal;

    font-size: 14px;

    transition:
        transform .35s var(--ease),
        background .35s var(--ease),
        color .35s var(--ease);
}

.news-read:hover {
    color: var(--maroon);
    border-color: var(--maroon);
}

.news-read:hover i {
    transform: rotate(45deg);

    background: var(--maroon);
    color: var(--white);
}


/* Small version */

.news-read--small {
    gap: 18px;

    font-size: 10px;

    padding-bottom: 6px;
}

.news-read--small i {
    width: 26px;
    height: 26px;

    font-size: 12px;
}


/* =========================================================
   HERO
========================================================= */

.newsroom-hero {
    position: relative;

    min-height: 100svh;

    overflow: hidden;

    background: var(--deep);

    color: var(--white);
}


/* Hero image */

.newsroom-hero__media {
    position: absolute;
    inset: 0;

    z-index: 0;
}

.newsroom-hero__media img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

    transform: scale(1.01);
}


/* Hero dark layer */

.newsroom-hero__overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(15, 20, 23, .76) 0%,
            rgba(15, 20, 23, .48) 38%,
            rgba(15, 20, 23, .18) 72%,
            rgba(15, 20, 23, .08) 100%
        ),

        linear-gradient(
            0deg,
            rgba(15, 20, 23, .48) 0%,
            rgba(15, 20, 23, .08) 48%,
            rgba(15, 20, 23, .18) 100%
        );
}


/* Hero content */

.newsroom-hero__inner {
    position: relative;

    z-index: 2;

    min-height: 100svh;

    width: min(
        var(--max),
        calc(100% - 40px)
    );

    margin: 0 auto;

    padding:
        145px
        0
        36px;

    display: flex;
    flex-direction: column;

    justify-content: space-between;
}


/* Hero metadata */

.newsroom-hero__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    font-size: 9px;

    line-height: 1;

    letter-spacing: .18em;

    text-transform: uppercase;

    color: rgba(
        255,
        255,
        255,
        .76
    );
}


/* Hero main text */

.newsroom-hero__content {
    max-width: 920px;

    margin-top: auto;
    margin-bottom: auto;

    padding:
        80px
        0;
}

.newsroom-hero__content h1 {
    margin: 0;

    font-size:
        clamp(
            70px,
            11vw,
            170px
        );

    line-height: .84;

    font-weight: 400;

    letter-spacing: -.065em;

    color: var(--paper);
}


/* "Press." */

.newsroom-hero__content h1 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


/* Hero description */

.newsroom-hero__content p {
    max-width: 500px;

    margin:
        40px
        0
        0;

    font-size: 15px;

    line-height: 1.75;

    color: rgba(
        255,
        255,
        255,
        .88
    );
}


/* Hero bottom */

.newsroom-hero__bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    font-size: 9px;

    line-height: 1;

    letter-spacing: .15em;

    text-transform: uppercase;

    color: rgba(
        255,
        255,
        255,
        .72
    );
}


/* =========================================================
   FEATURED STORY
========================================================= */

.newsroom-featured {
    padding:
        clamp(90px, 11vw, 165px)
        0;

    background: var(--paper);
}


.news-featured {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(330px, .65fr);

    gap:
        clamp(
            55px,
            8vw,
            135px
        );

    align-items: center;
}


/* Featured image */

.news-featured__image {
    position: relative;

    display: block;

    overflow: hidden;

    aspect-ratio: 16 / 10;

    background: var(--surface);

    text-decoration: none;
}


.news-featured__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

    transition:
        transform .9s var(--ease),
        filter .5s ease;
}


.news-featured__image:hover img {
    transform: scale(1.045);
}


/* Shared image arrow */

.news-featured__arrow,
.news-card__arrow {
    position: absolute;

    right: 22px;
    bottom: 22px;

    display: grid;
    place-items: center;

    width: 43px;
    height: 43px;

    border: 1px solid
        rgba(
            255,
            255,
            255,
            .75
        );

    border-radius: 50%;

    background:
        rgba(
            15,
            20,
            23,
            .25
        );

    backdrop-filter: blur(5px);

    color: var(--white);

    font-size: 18px;

    transition:
        background .35s var(--ease),
        border-color .35s var(--ease),
        transform .35s var(--ease);
}


.news-featured__image:hover
.news-featured__arrow {

    background: var(--maroon);

    border-color: var(--maroon);

    transform: rotate(45deg);
}


/* Featured heading */

.news-featured__content h2 {
    margin:
        20px
        0
        28px;

    font-size:
        clamp(
            52px,
            6vw,
            88px
        );

    line-height: .9;

    font-weight: 400;

    letter-spacing: -.055em;

    color: var(--ink);
}


.news-featured__content h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


/* Featured description */

.news-featured__content p {
    max-width: 500px;

    margin:
        0
        0
        38px;

    font-size: 15px;

    line-height: 1.8;

    color: var(--muted);
}


/* =========================================================
   GLOBAL EXPANSION
========================================================= */

.newsroom-global {
    padding:
        clamp(90px, 10vw, 150px)
        0
        clamp(110px, 13vw, 190px);

    background: var(--white);
}


/* Intro */

.newsroom-intro {
    display: grid;

    grid-template-columns:
        minmax(180px, .42fr)
        minmax(0, 1fr);

    gap:
        clamp(
            50px,
            9vw,
            150px
        );

    margin-bottom:
        clamp(
            60px,
            8vw,
            105px
        );
}


.newsroom-intro h2 {
    max-width: 850px;

    margin: 0;

    font-size:
        clamp(
            56px,
            7vw,
            105px
        );

    line-height: .9;

    font-weight: 400;

    letter-spacing: -.055em;

    color: var(--ink);
}


.newsroom-intro h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


.newsroom-intro p {
    max-width: 570px;

    margin:
        32px
        0
        0;

    font-size: 15px;

    line-height: 1.8;

    color: var(--muted);
}


/* =========================================================
   NEWS GRID
========================================================= */

.news-grid--four {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    column-gap:
        clamp(
            24px,
            3vw,
            48px
        );

    row-gap:
        clamp(
            60px,
            8vw,
            110px
        );
}


/* Cards */

.news-card {
    min-width: 0;
}


/* Offset fourth card */

.news-card--offset {
    margin-top:
        clamp(
            40px,
            7vw,
            100px
        );
}


/* Card image */

.news-card__image {
    position: relative;

    display: block;

    overflow: hidden;

    aspect-ratio: 4 / 3;

    background: var(--surface);

    text-decoration: none;
}


.news-card__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

    transition:
        transform .85s var(--ease),
        filter .5s ease;
}


.news-card__image:hover img {
    transform: scale(1.055);
}


/* Number */

.news-card__number {
    position: absolute;

    left: 20px;
    top: 20px;

    font-size: 9px;

    line-height: 1;

    letter-spacing: .16em;

    color:
        rgba(
            255,
            255,
            255,
            .86
        );
}


/* Arrow */

.news-card__arrow {
    right: 18px;
    bottom: 18px;

    width: 40px;
    height: 40px;

    font-size: 16px;
}


.news-card__image:hover
.news-card__arrow {

    background: var(--maroon);

    border-color: var(--maroon);

    transform: rotate(45deg);
}


/* Card body */

.news-card__body {
    padding-top: 25px;
}


.news-card__body h3 {
    max-width: 650px;

    margin:
        0
        0
        18px;

    font-size:
        clamp(
            24px,
            2.3vw,
            35px
        );

    line-height: 1.05;

    font-weight: 400;

    letter-spacing: -.035em;

    color: var(--ink);
}


.news-card__body p {
    max-width: 500px;

    margin:
        0
        0
        25px;

    font-size: 14px;

    line-height: 1.7;

    color: var(--muted);
}


/* =========================================================
   68 YEARS / LEGACY
========================================================= */

.newsroom-legacy {
    position: relative;

    overflow: hidden;

    padding:
        clamp(110px, 13vw, 190px)
        0;

    background: var(--paper);
}


.news-legacy {
    display: grid;

    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(340px, .75fr);

    gap:
        clamp(
            55px,
            8vw,
            135px
        );

    align-items: center;
}


/* Visual */

.news-legacy__visual {
    position: relative;

    padding-bottom: 85px;
}


/* Main historical image */

.news-legacy__main-image {
    position: relative;

    display: block;

    overflow: hidden;

    aspect-ratio: 3 / 2;

    background: var(--surface);

    text-decoration: none;
}


.news-legacy__main-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

    filter:
        saturate(.88)
        contrast(.98);

    transition:
        transform .9s var(--ease),
        filter .6s ease;
}


.news-legacy__main-image:hover img {
    transform: scale(1.045);

    filter:
        saturate(1)
        contrast(1);
}


/* Secondary historical image */

.news-legacy__secondary {
    position: absolute;

    right: -24px;
    bottom: 0;

    width:
        clamp(
            180px,
            22vw,
            285px
        );

    aspect-ratio: 4 / 3;

    overflow: hidden;

    border:
        10px solid
        var(--paper);

    background: var(--surface);

    box-shadow:
        0 28px 65px
        rgba(
            23,
            29,
            33,
            .18
        );
}


.news-legacy__secondary img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;
}


/* 68 number */

.news-legacy__number {
    position: absolute;

    left: -18px;
    bottom: 0;

    z-index: 2;

    pointer-events: none;

    font-size:
        clamp(
            100px,
            13vw,
            190px
        );

    line-height: .7;

    font-weight: 400;

    letter-spacing: -.08em;

    color:
        rgba(
            140,
            41,
            69,
            .14
        );
}


/* Legacy content */

.news-legacy__content h2 {
    margin:
        22px
        0
        28px;

    font-size:
        clamp(
            54px,
            6vw,
            92px
        );

    line-height: .9;

    font-weight: 400;

    letter-spacing: -.055em;

    color: var(--ink);
}


.news-legacy__content h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


.news-legacy__content p {
    max-width: 510px;

    margin:
        0
        0
        32px;

    font-size: 15px;

    line-height: 1.8;

    color: var(--muted);
}


/* =========================================================
   PEOPLE & OPPORTUNITY
========================================================= */

.newsroom-people {
    padding:
        clamp(95px, 11vw, 165px)
        0;

    background: var(--white);
}


.news-people {
    display: grid;

    grid-template-columns:
        minmax(320px, .75fr)
        minmax(0, 1.25fr);

    gap:
        clamp(
            55px,
            9vw,
            140px
        );

    align-items: center;
}


/* People content */

.news-people__content {
    padding-bottom: 30px;
}


.news-people__content h2 {
    margin:
        20px
        0
        28px;

    font-size:
        clamp(
            55px,
            6.2vw,
            95px
        );

    line-height: .9;

    font-weight: 400;

    letter-spacing: -.055em;

    color: var(--ink);
}


.news-people__content h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


.news-people__content p {
    max-width: 480px;

    margin:
        0
        0
        35px;

    font-size: 15px;

    line-height: 1.8;

    color: var(--muted);
}


/* People visual */

.news-people__visual {
    position: relative;

    padding:
        0
        0
        55px;
}


.news-people__image {
    position: relative;

    display: block;

    width: 100%;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: var(--surface);

    text-decoration: none;
}


.news-people__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

    transition:
        transform .9s var(--ease);
}


.news-people__image:hover img {
    transform: scale(1.045);
}


/* People secondary */

.news-people__secondary {
    position: absolute;

    right: -42px;
    bottom: 0;

    width:
        clamp(
            165px,
            19vw,
            245px
        );

    aspect-ratio: 1 / 1;

    overflow: hidden;

    border:
        9px solid
        var(--white);

    background: var(--surface);

    box-shadow:
        0 24px 55px
        rgba(
            23,
            29,
            33,
            .16
        );
}


.news-people__secondary img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;
}


/* =========================================================
   MORE FROM PRESS
========================================================= */

.newsroom-more {
    padding:
        clamp(100px, 12vw, 180px)
        0;

    background: var(--paper);
}


.newsroom-intro--more {
    margin-bottom:
        clamp(
            55px,
            7vw,
            95px
        );
}


.newsroom-intro--more h2 {
    max-width: 900px;
}


/* Press list */

.press-list {
    border-top:
        1px solid
        var(--line);
}


.press-row {
    position: relative;

    display: grid;

    grid-template-columns:
        70px
        minmax(150px, .45fr)
        minmax(250px, 1.2fr)
        110px
        48px;

    align-items: center;

    column-gap: 25px;

    min-height: 120px;

    border-bottom:
        1px solid
        var(--line);

    transition:
        padding .4s var(--ease),
        background .4s var(--ease);
}


.press-row:hover {
    padding-left: 12px;
}


/* Index */

.press-row__index {
    font-size: 9px;

    letter-spacing: .12em;

    color: var(--muted);
}


/* Source */

.press-row__source {
    font-size: 9px;

    line-height: 1.3;

    letter-spacing: .13em;

    text-transform: uppercase;

    color: var(--maroon);
}


/* Title */

.press-row__title {
    max-width: 680px;

    font-size:
        clamp(
            20px,
            2vw,
            28px
        );

    line-height: 1.08;

    letter-spacing: -.025em;

    color: var(--ink);
}


/* Thumbnail */

.press-row__thumb {
    width: 110px;
    height: 78px;

    overflow: hidden;

    background: var(--surface);

    opacity: .78;

    transition:
        opacity .35s ease;
}


.press-row:hover .press-row__thumb {
    opacity: 1;
}


.press-row__thumb img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

    transition:
        transform .55s var(--ease);
}


.press-row:hover .press-row__thumb img {
    transform: scale(1.08);
}


/* Arrow link */

.press-row__link {
    display: grid;
    place-items: center;

    width: 40px;
    height: 40px;

    border:
        1px solid
        var(--ink);

    border-radius: 50%;

    color: var(--ink);

    text-decoration: none;

    font-size: 17px;

    transition:
        background .35s var(--ease),
        border-color .35s var(--ease),
        color .35s var(--ease),
        transform .35s var(--ease);
}


.press-row__link:hover {
    background: var(--maroon);

    border-color: var(--maroon);

    color: var(--white);

    transform: rotate(45deg);
}


/* =========================================================
   FINAL CTA
========================================================= */

.newsroom-final {
    position: relative;

    overflow: hidden;

    padding:
        clamp(100px, 12vw, 180px)
        20px;

    background: var(--deep);

    color: var(--white);

    text-align: center;
}


.newsroom-final::before {
    content: "";

    position: absolute;

    width:
        clamp(
            300px,
            45vw,
            650px
        );

    height:
        clamp(
            300px,
            45vw,
            650px
        );

    left: 50%;
    top: 50%;

    transform:
        translate(
            -50%,
            -50%
        );

    border-radius: 50%;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .08
        );

    pointer-events: none;
}


.newsroom-final__inner {
    position: relative;

    z-index: 2;

    max-width: 900px;

    margin: 0 auto;
}


.newsroom-final .newsroom-kicker {
    color:
        rgba(
            255,
            255,
            255,
            .65
        );
}


.newsroom-final h2 {
    margin:
        28px
        0
        25px;

    font-size:
        clamp(
            62px,
            9vw,
            125px
        );

    line-height: .85;

    font-weight: 400;

    letter-spacing: -.065em;

    color: var(--paper);
}


.newsroom-final h2 em {
    display: block;

    color: var(--maroon);

    font-style: italic;
}


.newsroom-final p {
    max-width: 500px;

    margin:
        0
        auto
        42px;

    font-size: 15px;

    line-height: 1.7;

    color:
        rgba(
            255,
            255,
            255,
            .68
        );
}


/* CTA buttons */

.newsroom-final__actions {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    flex-wrap: wrap;
}


.news-final-button {
    display: inline-flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    min-width: 180px;

    padding:
        12px
        12px
        12px
        22px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .75
        );

    border-radius: 999px;

    color: var(--white);

    text-decoration: none;

    font-size: 11px;

    letter-spacing: .05em;

    transition:
        background .35s var(--ease),
        color .35s var(--ease),
        border-color .35s var(--ease),
        transform .35s var(--ease);
}


.news-final-button i {
    display: grid;
    place-items: center;

    width: 35px;
    height: 35px;

    border:
        1px solid
        currentColor;

    border-radius: 50%;

    font-style: normal;

    font-size: 15px;

    transition:
        transform .35s var(--ease);
}


.news-final-button:hover {
    background: var(--maroon);

    border-color: var(--maroon);

    color: var(--white);

    transform: translateY(-2px);
}


.news-final-button:hover i {
    transform: rotate(45deg);
}


/* Light button */

.news-final-button--light {
    background: var(--paper);

    border-color: var(--paper);

    color: var(--ink);
}


.news-final-button--light:hover {
    background: var(--white);

    border-color: var(--white);

    color: var(--ink);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .newsroom-hero__inner {
        padding-top: 125px;
    }


    .news-featured {
        grid-template-columns: 1fr;

        gap: 50px;
    }


    .news-featured__content {
        max-width: 720px;
    }


    .newsroom-intro {
        grid-template-columns:
            1fr;

        gap: 30px;
    }


    .news-legacy {
        grid-template-columns:
            1fr;

        gap: 60px;
    }


    .news-legacy__content {
        max-width: 720px;
    }


    .news-people {
        grid-template-columns:
            1fr;

        gap: 55px;
    }


    .news-people__content {
        max-width: 700px;
    }


    .news-people__visual {
        width: min(
            100%,
            680px
        );

        margin-left: auto;
    }


    .press-row {
        grid-template-columns:
            55px
            minmax(130px, .4fr)
            minmax(220px, 1fr)
            80px
            45px;

        column-gap: 18px;
    }


    .press-row__thumb {
        width: 80px;
        height: 65px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    /* -----------------------------------------------------
       GENERAL
    ----------------------------------------------------- */

    .newsroom-container {
        width:
            calc(
                100% - 28px
            );
    }


    /* -----------------------------------------------------
       HERO
    ----------------------------------------------------- */

    .newsroom-hero {
        min-height: 92svh;
    }


    .newsroom-hero__media img {
        object-position:
            58%
            center;
    }


    .newsroom-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(15,20,23,.72) 0%,
                rgba(15,20,23,.34) 70%,
                rgba(15,20,23,.18) 100%
            ),

            linear-gradient(
                0deg,
                rgba(15,20,23,.52),
                transparent 50%
            );
    }


    .newsroom-hero__inner {
        width:
            calc(
                100% - 28px
            );

        min-height: 92svh;

        padding:
            105px
            0
            25px;
    }


    .newsroom-hero__meta {
        font-size: 8px;
    }


    .newsroom-hero__meta span:last-child {
        display: none;
    }


    .newsroom-hero__content {
        padding:
            45px
            0;
    }


    .newsroom-hero__content h1 {
        font-size:
            clamp(
                56px,
                17vw,
                84px
            );

        line-height: .88;
    }


    .newsroom-hero__content p {
        max-width: 340px;

        margin-top: 27px;

        font-size: 13px;

        line-height: 1.7;
    }


    .newsroom-hero__bottom {
        font-size: 7px;
    }


    .newsroom-hero__bottom span:last-child {
        display: none;
    }


    /* -----------------------------------------------------
       SECTION HEAD
    ----------------------------------------------------- */

    .newsroom-section-head {
        gap: 14px;

        margin-bottom: 42px;
    }


    .newsroom-kicker {
        font-size: 8px;
    }


    /* -----------------------------------------------------
       FEATURED
    ----------------------------------------------------- */

    .newsroom-featured {
        padding:
            75px
            0
            90px;
    }


    .news-featured {
        gap: 38px;
    }


    .news-featured__image {
        aspect-ratio: 4 / 3;
    }


    .news-featured__content h2 {
        font-size:
            clamp(
                48px,
                13vw,
                68px
            );
    }


    .news-featured__content p {
        font-size: 13px;

        line-height: 1.7;
    }


    /* -----------------------------------------------------
       GLOBAL
    ----------------------------------------------------- */

    .newsroom-global {
        padding:
            75px
            0
            100px;
    }


    .newsroom-intro {
        margin-bottom: 55px;
    }


    .newsroom-intro h2 {
        font-size:
            clamp(
                50px,
                13vw,
                70px
            );
    }


    .newsroom-intro p {
        margin-top: 25px;

        font-size: 13px;

        line-height: 1.7;
    }


    .news-grid--four {
        grid-template-columns: 1fr;

        row-gap: 55px;
    }


    .news-card--offset {
        margin-top: 0;
    }


    .news-card__image {
        aspect-ratio: 4 / 3;
    }


    .news-card__body {
        padding-top: 20px;
    }


    .news-card__body h3 {
        font-size:
            clamp(
                23px,
                7vw,
                30px
            );
    }


    .news-card__body p {
        font-size: 13px;
    }


    /* -----------------------------------------------------
       68 YEARS
    ----------------------------------------------------- */

    .newsroom-legacy {
        padding:
            85px
            0
            100px;
    }


    .news-legacy {
        gap: 48px;
    }


    .news-legacy__visual {
        padding-bottom: 58px;
    }


    .news-legacy__main-image {
        aspect-ratio: 4 / 3;
    }


    .news-legacy__secondary {
        right: -7px;

        width: 42%;

        border-width: 6px;
    }


    .news-legacy__number {
        left: -5px;

        font-size: 90px;
    }


    .news-legacy__content h2 {
        font-size:
            clamp(
                49px,
                13vw,
                68px
            );
    }


    .news-legacy__content p {
        font-size: 13px;

        line-height: 1.7;
    }


    /* -----------------------------------------------------
       PEOPLE
    ----------------------------------------------------- */

    .newsroom-people {
        padding:
            80px
            0
            100px;
    }


    .news-people {
        gap: 42px;
    }


    .news-people__content h2 {
        font-size:
            clamp(
                50px,
                13vw,
                70px
            );
    }


    .news-people__content p {
        font-size: 13px;

        line-height: 1.7;
    }


    .news-people__visual {
        width: 100%;

        padding-bottom: 48px;
    }


    .news-people__image {
        aspect-ratio: 4 / 5;
    }


    .news-people__secondary {
        right: -7px;

        bottom: 0;

        width: 38%;

        border-width: 6px;
    }


    /* -----------------------------------------------------
       MORE PRESS
    ----------------------------------------------------- */

    .newsroom-more {
        padding:
            85px
            0
            100px;
    }


    .newsroom-intro--more {
        margin-bottom: 48px;
    }


    .press-row {
        grid-template-columns:
            32px
            1fr
            42px;

        column-gap: 14px;

        min-height: 105px;
    }


    .press-row__source {
        grid-column: 2;

        margin-bottom: 7px;
    }


    .press-row__title {
        grid-column: 2;

        font-size: 18px;

        line-height: 1.08;
    }


    .press-row__index {
        grid-column: 1;

        grid-row: 1 / span 2;

        align-self: start;

        padding-top: 4px;
    }


    .press-row__link {
        grid-column: 3;

        grid-row: 1 / span 2;

        align-self: center;
    }


    .press-row__thumb {
        display: none;
    }


    /* -----------------------------------------------------
       FINAL CTA
    ----------------------------------------------------- */

    .newsroom-final {
        padding:
            90px
            18px
            100px;
    }


    .newsroom-final h2 {
        font-size:
            clamp(
                56px,
                15vw,
                78px
            );
    }


    .newsroom-final p {
        font-size: 13px;
    }


    .newsroom-final__actions {
        width: 100%;

        flex-direction: column;

        align-items: stretch;
    }


    .news-final-button {
        width: 100%;

        min-width: 0;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .newsroom-hero__content h1 {
        font-size: 56px;
    }


    .newsroom-hero__content p {
        max-width: 300px;
    }


    .news-featured__content h2 {
        font-size: 48px;
    }


    .newsroom-intro h2 {
        font-size: 49px;
    }


    .news-legacy__content h2 {
        font-size: 49px;
    }


    .news-people__content h2 {
        font-size: 49px;
    }


    .press-row {
        min-height: 115px;
    }


    .press-row__title {
        font-size: 17px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .newsroom-page *,
    .newsroom-page *::before,
    .newsroom-page *::after {
        scroll-behavior: auto !important;

        transition-duration: .01ms !important;

        animation-duration: .01ms !important;

        animation-iteration-count: 1 !important;
    }

}

/* =========================================================
   INTHING — INVESTOR + EMPLOYEE LOGIN
   Shared visual system
   Same dimensions / spacing / typography
   Inthing maroon accent
   ========================================================= */


/* =========================================================
   1. INVESTOR + EMPLOYEE LOGIN SECTION
   ========================================================= */

.investor-login-section,
.employee-login-section {
    position: relative;
    padding: clamp(70px, 9vw, 125px) 0;
    background: var(--surface);
    overflow: hidden;
}

.investor-login-container,
.employee-login-container {
    width: min(var(--max), calc(100% - clamp(44px, 10.6vw, 156px)));
    margin-inline: auto;
}


/* =========================================================
   2. COMMON GRID
   ========================================================= */

.investor-login-grid,
.employee-login-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
    gap: clamp(60px, 9vw, 145px);
    align-items: center;
}


/* =========================================================
   3. LEFT CONTENT
   ========================================================= */

.investor-login-content,
.employee-login-content {
    min-width: 0;
}


.investor-login-meta,
.employee-login-meta {
    display: flex;
    justify-content: space-between;
    gap: 30px;

    padding-bottom: 18px;
    margin-bottom: clamp(55px, 8vw, 105px);

    border-bottom: 1px solid var(--line);

    font-size: 9px;
    line-height: 1.2;
    letter-spacing: .2em;
    text-transform: uppercase;

    color: var(--muted);
}


.investor-login-copy,
.employee-login-copy {
    max-width: 690px;
}


.investor-login-copy .eyebrow,
.employee-login-copy .eyebrow {
    margin-bottom: 20px;
}


/* =========================================================
   MAIN EDITORIAL HEADING
   ========================================================= */

.investor-login-copy h2,
.employee-login-copy h2 {
    margin: 0 0 25px;

    font-size: clamp(48px, 5.6vw, 82px);
    line-height: .94;
    letter-spacing: -.055em;
    font-weight: 400;

    color: var(--ink);
}


.investor-login-copy h2 em,
.employee-login-copy h2 em {
    color: var(--maroon);

    font-family: Georgia, serif;
    font-style: italic;
}


.investor-login-copy p,
.employee-login-copy p {
    max-width: 560px;

    margin: 0;

    font-size: 14px;
    line-height: 1.8;

    color: var(--muted);
}


/* =========================================================
   4. LOGIN CARD
   ========================================================= */

.investor-login-box,
.employee-login-box {
    position: relative;

    padding: clamp(30px, 4vw, 50px);

    background: var(--white);

    border: 1px solid rgba(63, 69, 72, .13);
    border-radius: var(--radius);

    box-shadow: 0 24px 70px rgba(23, 29, 33, .10);
}


/* =========================================================
   CARD TOP
   ========================================================= */

.investor-login-box__top,
.employee-login-box__top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding-bottom: 18px;
    margin-bottom: 35px;

    border-bottom: 1px solid var(--line);
}


.investor-login-box__eyebrow,
.employee-login-box__eyebrow {
    font-size: 9px;
    line-height: 1;

    letter-spacing: .2em;

    color: var(--maroon);

    text-transform: uppercase;
    font-weight: 600;
}


.investor-login-box__number,
.employee-login-box__number {
    font-size: 10px;
    letter-spacing: .15em;

    color: var(--muted);
}


/* =========================================================
   CARD HEADING
   ========================================================= */

.investor-login-box__heading,
.employee-login-box__heading {
    margin-bottom: 34px;
}


.investor-login-box__heading h3,
.employee-login-box__heading h3 {
    margin: 0 0 9px;

    font-size: clamp(30px, 3vw, 43px);
    line-height: 1;
    letter-spacing: -.045em;
    font-weight: 400;

    color: var(--ink);
}


.investor-login-box__heading h3 em,
.employee-login-box__heading h3 em {
    color: var(--maroon);

    font-family: Georgia, serif;
    font-style: italic;
}


.investor-login-box__heading p,
.employee-login-box__heading p {
    margin: 0;

    font-size: 12px;

    color: var(--muted);
}


/* =========================================================
   5. FORM FIELDS
   ========================================================= */

.investor-login-field,
.employee-login-field {
    margin-bottom: 22px;
}


.investor-login-field label,
.employee-login-field label {
    display: block;

    margin-bottom: 9px;

    font-size: 9px;
    line-height: 1;

    letter-spacing: .15em;

    text-transform: uppercase;

    color: var(--ink);

    font-weight: 600;
}


.investor-login-field input,
.employee-login-field input {
    width: 100%;
    height: 52px;

    padding: 0 16px;

    border: 1px solid rgba(63, 69, 72, .22);
    border-radius: 10px;

    background: var(--paper);
    color: var(--ink);

    font-family: inherit;
    font-size: 13px;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.investor-login-field input::placeholder,
.employee-login-field input::placeholder {
    color: #92999c;
}


.investor-login-field input:focus,
.employee-login-field input:focus {
    background: var(--white);

    border-color: var(--maroon);

    box-shadow:
        0 0 0 3px rgba(140, 41, 69, .08);
}


/* =========================================================
   6. PASSWORD
   ========================================================= */

.investor-login-password,
.employee-login-password {
    position: relative;
}


.investor-login-password input,
.employee-login-password input {
    padding-right: 75px;
}


.investor-login-password__toggle,
.employee-login-password__toggle {
    position: absolute;

    top: 50%;
    right: 14px;

    transform: translateY(-50%);

    padding: 5px 0;

    border: 0;

    background: transparent;

    color: var(--maroon);

    font-family: inherit;
    font-size: 9px;
    font-weight: 600;

    letter-spacing: .12em;

    text-transform: uppercase;

    cursor: pointer;
}


.investor-login-password__toggle:hover,
.employee-login-password__toggle:hover {
    color: var(--maroon-dark);
}


/* =========================================================
   7. LOGIN BUTTON
   ========================================================= */

.investor-login-button,
.employee-login-button {
    width: 100%;
    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 19px;

    border: 1px solid var(--ink);
    border-radius: 10px;

    background: var(--ink);
    color: var(--white);

    font-family: inherit;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: .12em;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease;
}


/* MAROON HOVER */

.investor-login-button:hover,
.employee-login-button:hover {
    background: var(--maroon);

    border-color: var(--maroon);

    color: var(--white);

    transform: translateY(-2px);
}


.investor-login-button i,
.employee-login-button i {
    font-size: 17px;

    font-style: normal;

    line-height: 1;
}


.investor-login-help,
.employee-login-help {
    margin: 18px 0 0;

    font-size: 10px;

    line-height: 1.6;

    color: var(--muted);
}


/* =========================================================
   8. LOGIN MODAL
   ========================================================= */

.investor-login-modal,
.employee-login-modal {
    position: fixed;

    inset: 0;

    z-index: 9999;

    display: grid;

    place-items: center;

    padding: 24px;

    visibility: hidden;

    opacity: 0;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}


.investor-login-modal.is-open,
.employee-login-modal.is-open {
    visibility: visible;

    opacity: 1;
}


/* =========================================================
   MODAL BACKDROP
   ========================================================= */

.investor-login-modal__backdrop,
.employee-login-modal__backdrop {
    position: absolute;

    inset: 0;

    background: rgba(23, 29, 33, .58);

    backdrop-filter: blur(5px);
}


/* =========================================================
   MODAL DIALOG
   ========================================================= */

.investor-login-modal__dialog,
.employee-login-modal__dialog {
    position: relative;

    z-index: 1;

    width: min(100%, 470px);

    padding: clamp(30px, 5vw, 48px);

    background: var(--paper);

    border-radius: 20px;

    box-shadow:
        0 35px 100px rgba(0, 0, 0, .28);

    transform:
        translateY(20px)
        scale(.98);

    transition:
        transform .3s var(--ease);
}


.investor-login-modal.is-open .investor-login-modal__dialog,
.employee-login-modal.is-open .employee-login-modal__dialog {
    transform:
        translateY(0)
        scale(1);
}


/* =========================================================
   MODAL CLOSE
   ========================================================= */

.investor-login-modal__close,
.employee-login-modal__close {
    position: absolute;

    top: 17px;
    right: 18px;

    width: 34px;
    height: 34px;

    display: grid;

    place-items: center;

    border: 1px solid var(--line);

    border-radius: 50%;

    background: transparent;

    color: var(--ink);

    font-size: 21px;

    line-height: 1;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}


.investor-login-modal__close:hover,
.employee-login-modal__close:hover {
    background: var(--maroon);

    border-color: var(--maroon);

    color: var(--white);
}


/* =========================================================
   MODAL ICON
   ========================================================= */

.investor-login-modal__icon,
.employee-login-modal__icon {
    width: 48px;
    height: 48px;

    display: grid;

    place-items: center;

    margin-bottom: 28px;

    border: 1px solid var(--maroon);

    border-radius: 50%;

    color: var(--maroon);

    font-size: 19px;

    font-weight: 600;
}


/* =========================================================
   MODAL CONTENT
   ========================================================= */

.investor-login-modal__eyebrow,
.employee-login-modal__eyebrow {
    display: block;

    margin-bottom: 14px;

    color: var(--maroon);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .2em;

    text-transform: uppercase;
}


.investor-login-modal__content h2,
.employee-login-modal__content h2 {
    margin: 0 0 17px;

    color: var(--ink);

    font-size: clamp(32px, 5vw, 48px);

    line-height: .96;

    letter-spacing: -.05em;

    font-weight: 400;
}


.investor-login-modal__content h2 em,
.employee-login-modal__content h2 em {
    display: block;

    color: var(--maroon);

    font-family: Georgia, serif;

    font-style: italic;
}


.investor-login-modal__content p,
.employee-login-modal__content p {
    max-width: 360px;

    margin: 0;

    color: var(--muted);

    font-size: 12px;

    line-height: 1.75;
}


/* =========================================================
   9. TRY AGAIN BUTTON
   ========================================================= */

.investor-login-modal__retry,
.employee-login-modal__retry {
    width: 100%;

    min-height: 50px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 30px;

    padding: 0 18px;

    border: 1px solid var(--ink);

    border-radius: 10px;

    background: var(--ink);

    color: var(--white);

    font-family: inherit;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .12em;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease;
}


.investor-login-modal__retry:hover,
.employee-login-modal__retry:hover {
    background: var(--maroon);

    border-color: var(--maroon);

    color: var(--white);

    transform: translateY(-2px);
}


.investor-login-modal__retry span,
.employee-login-modal__retry span {
    font-size: 16px;
}


/* =========================================================
   10. TABLET
   ========================================================= */

@media (max-width: 900px) {

    .investor-login-grid,
    .employee-login-grid {
        grid-template-columns: 1fr;

        gap: 60px;
    }


    .investor-login-copy,
    .employee-login-copy {
        max-width: 700px;
    }


    .investor-login-copy h2,
    .employee-login-copy h2 {
        font-size: clamp(46px, 8vw, 68px);
    }


    .investor-login-box,
    .employee-login-box {
        width: min(100%, 620px);
    }
}


/* =========================================================
   11. MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .investor-login-section,
    .employee-login-section {
        padding: 65px 0;
    }


    .investor-login-container,
    .employee-login-container {
        width: calc(100% - 36px);
    }


    .investor-login-meta,
    .employee-login-meta {
        margin-bottom: 55px;

        flex-direction: column;

        gap: 10px;
    }


    .investor-login-copy h2,
    .employee-login-copy h2 {
        font-size: clamp(43px, 13vw, 60px);
    }


    .investor-login-copy p,
    .employee-login-copy p {
        font-size: 13px;
    }


    .investor-login-box,
    .employee-login-box {
        padding: 27px 22px;

        border-radius: 17px;
    }


    .investor-login-box__heading h3,
    .employee-login-box__heading h3 {
        font-size: 34px;
    }


    .investor-login-modal,
    .employee-login-modal {
        padding: 18px;
    }


    .investor-login-modal__dialog,
    .employee-login-modal__dialog {
        padding: 32px 24px 25px;

        border-radius: 17px;
    }


    .investor-login-modal__content h2,
    .employee-login-modal__content h2 {
        font-size: 36px;
    }
}


/* =========================================================
   12. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .investor-login-modal,
    .employee-login-modal,

    .investor-login-modal__dialog,
    .employee-login-modal__dialog,

    .investor-login-button,
    .employee-login-button,

    .investor-login-modal__retry,
    .employee-login-modal__retry,

    .investor-login-modal__close,
    .employee-login-modal__close {
        transition: none;
    }
}


/* =========================================================
   INTHING — FASHION POSSIBILITIES
   NEWS ROOM ALIGNED EDITORIAL SYSTEM
   ========================================================= */


/* =========================================================
   BASE
========================================================= */

.fashion-page {
    background: var(--paper);
    color: var(--ink);
}

.fashion-container {
    width: min(
        var(--max),
        calc(100% - clamp(44px, 9.2vw, 138px))
    );

    margin-inline: auto;
}

.fashion-editorial-section {
    position: relative;
    padding: clamp(95px, 11vw, 165px) 0;
}


/* =========================================================
   KICKERS
========================================================= */

.fashion-kicker {
    display: block;

    margin-bottom: 22px;

    color: var(--maroon);

    font-size: 9px;
    line-height: 1.2;

    font-weight: 600;

    letter-spacing: .19em;

    text-transform: uppercase;
}


/* =========================================================
   SECTION HEAD
========================================================= */

.fashion-section-head {
    display: flex;
    align-items: center;

    gap: 25px;

    margin-bottom: clamp(55px, 7vw, 90px);

    color: var(--maroon);

    font-size: 9px;
    line-height: 1;

    font-weight: 600;

    letter-spacing: .19em;

    text-transform: uppercase;
}

.fashion-rule {
    flex: 1;

    height: 1px;

    background: var(--line);
}

.fashion-section-head--dark {
    color: rgba(255,255,255,.65);
}

.fashion-section-head--dark .fashion-rule {
    background: rgba(255,255,255,.18);
}


/* =========================================================
   HERO
========================================================= */

.fashion-editorial-hero {
    min-height: calc(100svh - 108px);

    padding:
        25px
        0
        28px;

    background: var(--paper);
}


.fashion-editorial-hero__meta {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

    padding-bottom: 18px;

    border-bottom: 1px solid var(--line);

    color: var(--muted);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .19em;

    text-transform: uppercase;
}


.fashion-editorial-hero__meta span:first-child {
    color: var(--maroon);
}


.fashion-editorial-hero__content {
    display: grid;

    grid-template-columns:
        minmax(280px, .76fr)
        minmax(0, 1.24fr);

    gap: clamp(55px, 8vw, 120px);

    align-items: center;

    min-height: calc(100svh - 245px);

    padding:
        clamp(55px, 6vw, 90px)
        0;
}


.fashion-editorial-hero__copy {
    max-width: 600px;
}


.fashion-editorial-hero__copy h1 {
    margin: 0 0 28px;

    color: var(--ink);

    font-size: clamp(
        58px,
        6.8vw,
        105px
    );

    line-height: .88;

    letter-spacing: -.065em;

    font-weight: 400;
}


.fashion-editorial-hero__copy h1 em {
    display: block;

    color: var(--maroon);

    font-family: Georgia, serif;

    font-style: italic;

    font-weight: 400;
}


.fashion-editorial-hero__copy p {
    max-width: 530px;

    margin: 0 0 34px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.75;
}


.fashion-editorial-link {
    display: inline-flex;

    align-items: center;

    gap: 25px;

    padding-bottom: 10px;

    border-bottom: 1px solid var(--ink);

    color: var(--ink);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .13em;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        color .3s ease,
        border-color .3s ease,
        gap .3s ease;
}


.fashion-editorial-link i {
    display: grid;

    width: 30px;
    height: 30px;

    place-items: center;

    border: 1px solid var(--line);

    border-radius: 50%;

    font-size: 14px;

    font-style: normal;

    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease;
}


.fashion-editorial-link:hover {
    color: var(--maroon);

    border-color: var(--maroon);

    gap: 31px;
}


.fashion-editorial-link:hover i {
    background: var(--maroon);

    border-color: var(--maroon);

    color: var(--white);
}


/* =========================================================
   HERO IMAGE — FULL IMAGE / ROUNDED EDITORIAL FRAME
========================================================= */

.fashion-editorial-hero__visual {
    min-width: 0;

    display: flex;

    align-items: center;
}


/* ---------------------------------------------------------
   IMAGE FRAME
--------------------------------------------------------- */

.fashion-image-frame {
    position: relative;

    width: 100%;

    /*
       Do NOT force a fixed height.
       This allows the complete image to remain visible.
    */
    height: auto;

    overflow: hidden;

    background: var(--surface);

    /*
       Premium rounded corners
    */
    border-radius: 22px;
}


/* ---------------------------------------------------------
   IMAGE
--------------------------------------------------------- */

.fashion-image-frame img {
    display: block;

    width: 100%;

    /*
       Natural image height.
       Nothing gets cropped.
    */
    height: auto;

    /*
       Important:
       contain/full natural ratio instead of cover.
    */
    object-fit: contain;

    object-position: center;

    /*
       Prevent image distortion.
    */
    max-width: 100%;

    transition:
        transform 1.1s var(--ease);
}


/* ---------------------------------------------------------
   SUBTLE IMAGE OVERLAY
--------------------------------------------------------- */

.fashion-image-frame::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 70%,
            rgba(0,0,0,.10)
        );

    pointer-events: none;

    border-radius: inherit;
}


/* ---------------------------------------------------------
   HOVER
--------------------------------------------------------- */

.fashion-image-frame:hover img {
    transform: scale(1.015);
}


/* ---------------------------------------------------------
   IMAGE META
--------------------------------------------------------- */

.fashion-image-meta {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 25px;

    padding-top: 13px;

    color: var(--muted);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: .18em;

    text-transform: uppercase;
}


/* ---------------------------------------------------------
   HERO BOTTOM
--------------------------------------------------------- */

.fashion-editorial-hero__bottom {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 25px;

    padding-top: 15px;

    border-top: 1px solid var(--line);

    color: var(--muted);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: .17em;

    text-transform: uppercase;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .fashion-image-frame {
        border-radius: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .fashion-editorial-hero__visual {
        width: 100%;
    }


    .fashion-image-frame {
        width: 100%;

        height: auto;

        border-radius: 18px;
    }


    .fashion-image-frame img {
        width: 100%;

        height: auto;

        object-fit: contain;
    }


    .fashion-image-meta {
        padding-top: 10px;

        font-size: 7px;
    }


    .fashion-editorial-hero__bottom {
        padding-top: 13px;

        font-size: 7px;
    }

}

/* =========================================================
   FEATURE / IDEA
========================================================= */

.fashion-feature {
    display: grid;

    grid-template-columns:
        minmax(0, 1.42fr)
        minmax(300px, .78fr);

    gap: clamp(55px, 9vw, 135px);

    align-items: center;
}


.fashion-feature__image {
    overflow: hidden;

    background: var(--surface);

    border-radius: 2px;
}


.fashion-feature__image img {
    width: 100%;

    display: block;

    aspect-ratio: 1.38 / 1;

    object-fit: cover;

    transition:
        transform 1s var(--ease);
}


.fashion-feature__image:hover img {
    transform: scale(1.04);
}


.fashion-feature__content {
    max-width: 520px;
}


.fashion-feature__content h2 {
    margin: 0 0 28px;

    color: var(--ink);

    font-size: clamp(
        42px,
        4.5vw,
        70px
    );

    line-height: .94;

    letter-spacing: -.06em;

    font-weight: 400;
}


.fashion-feature__content h2 em {
    display: block;

    color: var(--maroon);

    font-family: Georgia, serif;

    font-style: italic;
}


.fashion-feature__content p {
    margin: 0 0 18px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   CREATE
========================================================= */

.fashion-create {
    background: var(--surface);
}


.fashion-intro {
    display: grid;

    grid-template-columns:
        minmax(180px, .55fr)
        minmax(0, 1fr);

    gap: clamp(50px, 9vw, 130px);

    margin-bottom: 65px;
}


.fashion-intro h2 {
    margin: 0 0 22px;

    color: var(--ink);

    font-size: clamp(
        45px,
        5vw,
        75px
    );

    line-height: .92;

    letter-spacing: -.06em;

    font-weight: 400;
}


.fashion-intro h2 em {
    display: block;

    color: var(--maroon);

    font-family: Georgia, serif;

    font-style: italic;
}


.fashion-intro p {
    max-width: 560px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;
}


/* PRODUCT GRID */

.fashion-product-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    column-gap: 22px;

    row-gap: 80px;
}


.fashion-product {
    min-width: 0;
}


.fashion-product--two {
    margin-top: 85px;
}


.fashion-product--four {
    margin-top: 85px;
}


.fashion-product__image {
    position: relative;

    display: block;

    overflow: hidden;

    background: var(--paper);

    border-radius: 10px;

    text-decoration: none;
}


.fashion-product__image img {
    width: 100%;

    display: block;

    aspect-ratio: 1.35 / 1;

    object-fit: cover;

    transition:
        transform .9s var(--ease);
}


.fashion-product--two .fashion-product__image img,
.fashion-product--four .fashion-product__image img {
    aspect-ratio: 1.15 / 1;
}


.fashion-product__image:hover img {
    transform: scale(1.055);
}


.fashion-product__number {
    position: absolute;

    top: 17px;
    left: 18px;

    color: var(--white);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .15em;

    text-shadow: 0 1px 8px rgba(0,0,0,.35);
}


.fashion-product__arrow {
    position: absolute;

    right: 17px;
    bottom: 17px;

    width: 38px;
    height: 38px;

    display: grid;

    place-items: center;

    border: 1px solid rgba(255,255,255,.7);

    border-radius: 50%;

    background: rgba(255,255,255,.08);

    color: var(--white);

    font-size: 15px;

    backdrop-filter: blur(4px);

    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease,
        transform .3s ease;
}


.fashion-product__image:hover .fashion-product__arrow {
    background: var(--maroon);

    border-color: var(--maroon);

    transform: translateY(-2px);
}


.fashion-product__body {
    padding-top: 18px;
}


.fashion-product__source {
    display: flex;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 12px;

    color: var(--maroon);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: .17em;

    text-transform: uppercase;
}


.fashion-product__body h3 {
    margin: 0 0 10px;

    color: var(--ink);

    font-size: clamp(22px, 2vw, 29px);

    line-height: 1;

    letter-spacing: -.045em;

    font-weight: 400;
}


.fashion-product__body p {
    max-width: 480px;

    margin: 0 0 17px;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.65;
}


.fashion-read {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding-bottom: 7px;

    border-bottom: 1px solid var(--ink);

    color: var(--ink);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: .14em;

    text-transform: uppercase;

    text-decoration: none;
}


.fashion-read i {
    font-size: 13px;

    font-style: normal;
}


/* =========================================================
   PROCESS — DARK
========================================================= */

.fashion-process {
    position: relative;

    padding:
        clamp(95px, 11vw, 160px)
        0;

    background: var(--deep);

    color: var(--white);
}


.fashion-process .fashion-section-head {
    color: rgba(255,255,255,.62);
}


.fashion-process .fashion-rule {
    background: rgba(255,255,255,.18);
}


.fashion-process__intro {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, .7fr);

    gap: clamp(50px, 10vw, 145px);

    align-items: end;

    margin-bottom: 85px;
}


.fashion-process__intro h2 {
    margin: 0;

    font-size: clamp(
        52px,
        6vw,
        88px
    );

    line-height: .9;

    letter-spacing: -.06em;

    font-weight: 400;
}


.fashion-process__intro h2 em {
    display: block;

    color: var(--maroon);

    font-family: Georgia, serif;

    font-style: italic;
}


.fashion-process__intro p {
    max-width: 520px;

    margin: 0;

    color: rgba(255,255,255,.64);

    font-size: 13px;

    line-height: 1.8;
}


.fashion-process__steps {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    border-top: 1px solid rgba(255,255,255,.17);
}


.fashion-process__steps article {
    min-height: 250px;

    padding:
        25px
        22px
        0;

    border-right:
        1px solid
        rgba(255,255,255,.17);
}


.fashion-process__steps article:first-child {
    padding-left: 0;
}


.fashion-process__steps article:last-child {
    border-right: 0;
}


.fashion-process__steps article > span {
    display: block;

    margin-bottom: 75px;

    color: var(--maroon);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .15em;
}


.fashion-process__steps h3 {
    margin: 0 0 12px;

    color: var(--white);

    font-size: 19px;

    line-height: 1.05;

    font-weight: 400;
}


.fashion-process__steps p {
    margin: 0;

    color: rgba(255,255,255,.53);

    font-size: 10px;

    line-height: 1.6;
}


/* =========================================================
   TECHNOLOGY
========================================================= */

.fashion-technology {
    background: var(--paper);
}


.fashion-tech-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}


.fashion-tech-card {
    background: var(--surface);

    border-radius: 10px;

    overflow: hidden;

    transition:
        transform .4s var(--ease),
        box-shadow .4s ease;
}


.fashion-tech-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 20px 45px rgba(23,29,33,.10);
}


.fashion-tech-card__image {
    overflow: hidden;
}


.fashion-tech-card__image img {
    width: 100%;

    display: block;

    aspect-ratio: 1.25 / 1;

    object-fit: cover;

    transition:
        transform .9s var(--ease);
}


.fashion-tech-card:hover
.fashion-tech-card__image img {
    transform: scale(1.045);
}


.fashion-tech-card__body {
    padding: 22px 23px 28px;
}


.fashion-tech-card__body
.fashion-product__source {
    margin-bottom: 20px;
}


.fashion-tech-card__body h3 {
    margin: 0 0 10px;

    color: var(--ink);

    font-size: 22px;

    line-height: 1;

    letter-spacing: -.04em;

    font-weight: 400;
}


.fashion-tech-card__body p {
    max-width: 390px;

    margin: 0;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.7;
}


/* =========================================================
   DETAILS
========================================================= */

.fashion-details {
    position: relative;

    min-height: min(78vh, 790px);

    overflow: hidden;

    background: var(--deep);

    color: var(--white);
}


.fashion-details__image {
    position: absolute;

    inset: 0;
}


.fashion-details__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


.fashion-details__overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(23,29,33,.88) 0%,
            rgba(23,29,33,.65) 38%,
            rgba(23,29,33,.15) 75%,
            rgba(23,29,33,.08) 100%
        );
}


.fashion-details__inner {
    position: relative;

    z-index: 2;

    min-height: min(78vh, 790px);

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding-top: 90px;

    padding-bottom: 90px;
}


.fashion-details__inner .fashion-kicker {
    color: rgba(255,255,255,.68);
}


.fashion-details__inner h2 {
    max-width: 750px;

    margin: 0 0 25px;

    color: var(--white);

    font-size: clamp(
        55px,
        6.3vw,
        96px
    );

    line-height: .89;

    letter-spacing: -.065em;

    font-weight: 400;
}


.fashion-details__inner h2 em {
    display: block;

    color: var(--maroon);

    font-family: Georgia, serif;

    font-style: italic;
}


.fashion-details__inner p {
    max-width: 510px;

    margin: 0;

    color: rgba(255,255,255,.68);

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   MATERIAL
========================================================= */

.fashion-material {
    background: var(--surface);
}


.fashion-material__grid {
    display: grid;

    grid-template-columns:
        minmax(0, .82fr)
        minmax(0, 1.18fr);

    gap: clamp(55px, 9vw, 135px);

    align-items: center;
}


.fashion-material__content {
    max-width: 560px;
}


.fashion-material__content h2 {
    margin: 0 0 25px;

    color: var(--ink);

    font-size: clamp(
        46px,
        5vw,
        75px
    );

    line-height: .91;

    letter-spacing: -.06em;

    font-weight: 400;
}


.fashion-material__content h2 em {
    display: block;

    color: var(--maroon);

    font-family: Georgia, serif;

    font-style: italic;
}


.fashion-material__content > p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;
}


.fashion-material__facts {
    margin-top: 42px;

    border-top: 1px solid var(--line);
}


.fashion-material__facts > div {
    display: flex;

    justify-content: space-between;

    gap: 30px;

    padding: 15px 0;

    border-bottom: 1px solid var(--line);
}


.fashion-material__facts strong {
    color: var(--ink);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: .17em;
}


.fashion-material__facts span {
    color: var(--muted);

    font-size: 10px;
}


.fashion-material__image {
    overflow: hidden;

    border-radius: 2px;
}


.fashion-material__image img {
    width: 100%;

    display: block;

    aspect-ratio: 1.18 / 1;

    object-fit: cover;

    transition:
        transform 1s var(--ease);
}


.fashion-material__image:hover img {
    transform: scale(1.035);
}


/* =========================================================
   NETWORK
========================================================= */

.fashion-network {
    background: var(--paper);
}


.fashion-network__logos {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    border-top: 1px solid var(--line);

    border-left: 1px solid var(--line);
}


.fashion-logo {
    min-height: 145px;

    display: grid;

    place-items: center;

    padding: 25px;

    background: var(--paper);

    border-right: 1px solid var(--line);

    border-bottom: 1px solid var(--line);

    transition:
        background .3s ease;
}


.fashion-logo:hover {
    background: var(--surface);
}


.fashion-logo img {
    width: min(100%, 165px);

    max-height: 82px;

    object-fit: contain;

    display: block;
}


/* =========================================================
   FINAL CTA
   NEWS ROOM INSPIRED
========================================================= */

.fashion-final {
    position: relative;

    min-height: 405px;

    display: grid;

    place-items: center;

    overflow: hidden;

    padding: 80px 20px;

    background: var(--deep);

    color: var(--white);

    text-align: center;
}


.fashion-final__circle {
    position: absolute;

    width: 275px;
    height: 275px;

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 50%;
}


.fashion-final__inner {
    position: relative;

    z-index: 2;

    max-width: 650px;
}


.fashion-final__kicker {
    display: block;

    margin-bottom: 24px;

    color: rgba(255,255,255,.55);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: .18em;

    text-transform: uppercase;
}


.fashion-final h2 {
    margin: 0 0 20px;

    color: var(--white);

    font-size: clamp(
        48px,
        5.4vw,
        76px
    );

    line-height: .9;

    letter-spacing: -.06em;

    font-weight: 400;
}


.fashion-final h2 em {
    display: block;

    color: var(--maroon);

    font-family: Georgia, serif;

    font-style: italic;
}


.fashion-final p {
    max-width: 430px;

    margin: 0 auto;

    color: rgba(255,255,255,.64);

    font-size: 11px;

    line-height: 1.7;
}


.fashion-final__actions {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 9px;

    margin-top: 25px;
}


.fashion-final__button {
    min-width: 145px;

    min-height: 42px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 0 15px;

    border-radius: 22px;

    font-size: 8px;

    font-weight: 600;

    letter-spacing: .06em;

    text-decoration: none;

    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease,
        transform .3s ease;
}


.fashion-final__button i {
    font-size: 13px;

    font-style: normal;
}


.fashion-final__button--outline {
    border: 1px solid rgba(255,255,255,.7);

    color: var(--white);

    background: transparent;
}


.fashion-final__button--outline:hover {
    background: var(--maroon);

    border-color: var(--maroon);

    transform: translateY(-2px);
}


.fashion-final__button--light {
    border: 1px solid var(--white);

    background: var(--white);

    color: var(--ink);
}


.fashion-final__button--light:hover {
    background: var(--maroon);

    border-color: var(--maroon);

    color: var(--white);

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .fashion-editorial-hero__content {
        grid-template-columns:
            minmax(280px, .8fr)
            minmax(0, 1.2fr);

        gap: 50px;
    }


    .fashion-editorial-hero__copy h1 {
        font-size: clamp(55px, 7vw, 78px);
    }


    .fashion-feature {
        grid-template-columns:
            minmax(0, 1.25fr)
            minmax(280px, .75fr);

        gap: 55px;
    }


    .fashion-process__steps {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }


    .fashion-process__steps article {
        min-height: 220px;

        border-bottom:
            1px solid
            rgba(255,255,255,.17);
    }


    .fashion-process__steps article:nth-child(3) {
        border-right: 0;
    }


    .fashion-network__logos {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .fashion-container {
        width: calc(100% - 36px);
    }


    .fashion-editorial-section {
        padding:
            75px 0
            85px;
    }


    /* HERO */

    .fashion-editorial-hero {
        min-height: auto;

        padding:
            20px 0
            25px;
    }


    .fashion-editorial-hero__meta {
        flex-direction: column;

        align-items: flex-start;

        gap: 9px;
    }


    .fashion-editorial-hero__content {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 45px;

        min-height: auto;

        padding:
            55px 0
            35px;
    }


    .fashion-editorial-hero__copy h1 {
        font-size:
            clamp(
                48px,
                14vw,
                68px
            );
    }


    .fashion-editorial-hero__copy p {
        font-size: 13px;
    }


    .fashion-image-frame {
        height: auto;
    }


    .fashion-image-frame img {
        height: auto;

        aspect-ratio: 1 / 1.08;
    }


    .fashion-editorial-hero__bottom {
        flex-direction: column;

        gap: 8px;
    }


    /* SECTION HEAD */

    .fashion-section-head {
        margin-bottom: 45px;
    }


    .fashion-rule {
        display: none;
    }


    /* FEATURE */

    .fashion-feature {
        grid-template-columns: 1fr;

        gap: 42px;
    }


    .fashion-feature__image img {
        aspect-ratio: 1.15 / 1;
    }


    .fashion-feature__content h2 {
        font-size:
            clamp(
                42px,
                12vw,
                58px
            );
    }


    /* INTRO */

    .fashion-intro {
        grid-template-columns: 1fr;

        gap: 30px;

        margin-bottom: 48px;
    }


    .fashion-intro h2 {
        font-size:
            clamp(
                43px,
                12vw,
                60px
            );
    }


    /* PRODUCTS */

    .fashion-product-grid {
        grid-template-columns: 1fr;

        row-gap: 55px;
    }


    .fashion-product--two,
    .fashion-product--four {
        margin-top: 0;
    }


    .fashion-product__image img,
    .fashion-product--two .fashion-product__image img,
    .fashion-product--four .fashion-product__image img {
        aspect-ratio: 1.08 / 1;
    }


    /* PROCESS */

    .fashion-process {
        padding:
            80px 0
            90px;
    }


    .fashion-process__intro {
        grid-template-columns: 1fr;

        gap: 32px;

        margin-bottom: 55px;
    }


    .fashion-process__intro h2 {
        font-size:
            clamp(
                48px,
                13vw,
                64px
            );
    }


    .fashion-process__steps {
        grid-template-columns: 1fr;
    }


    .fashion-process__steps article,
    .fashion-process__steps article:first-child,
    .fashion-process__steps article:nth-child(3) {
        min-height: auto;

        padding:
            25px 0;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.17);
    }


    .fashion-process__steps article:last-child {
        border-bottom: 0;
    }


    .fashion-process__steps article > span {
        margin-bottom: 25px;
    }


    /* TECHNOLOGY */

    .fashion-tech-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .fashion-tech-card__image img {
        aspect-ratio: 1.15 / 1;
    }


    /* DETAILS */

    .fashion-details {
        min-height: 600px;
    }


    .fashion-details__inner {
        min-height: 600px;

        padding:
            75px 0;
    }


    .fashion-details__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(23,29,33,.85),
                rgba(23,29,33,.45)
            );
    }


    .fashion-details__inner h2 {
        font-size:
            clamp(
                50px,
                13vw,
                67px
            );
    }


    /* MATERIAL */

    .fashion-material__grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .fashion-material__content h2 {
        font-size:
            clamp(
                45px,
                12vw,
                61px
            );
    }


    .fashion-material__image img {
        aspect-ratio: 1 / 1;
    }


    /* NETWORK */

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


    .fashion-logo {
        min-height: 115px;

        padding: 17px;
    }


    .fashion-logo img {
        max-width: 135px;

        max-height: 70px;
    }


    /* CTA */

    .fashion-final {
        min-height: 390px;

        padding:
            70px 20px;
    }


    .fashion-final__circle {
        width: 260px;
        height: 260px;
    }


    .fashion-final h2 {
        font-size:
            clamp(
                46px,
                13vw,
                60px
            );
    }


    .fashion-final__actions {
        flex-direction: column;

        width: min(280px, 100%);

        margin-inline: auto;
    }


    .fashion-final__button {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .fashion-container {
        width: calc(100% - 28px);
    }


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


    .fashion-logo {
        min-height: 100px;
    }


    .fashion-material__facts > div {
        flex-direction: column;

        gap: 6px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .fashion-page *,
    .fashion-page *::before,
    .fashion-page *::after {
        animation: none !important;

        transition: none !important;

        scroll-behavior: auto !important;
    }

}

/* =========================================================
   INTHING — GLOBAL MOBILE SPACING SYSTEM
   Keep mobile spacing consistent across all pages
========================================================= */

@media (max-width: 700px) {

    /* -----------------------------------------------------
       STANDARD MOBILE CONTENT WIDTH
    ----------------------------------------------------- */

    .container,
    .fashion-container,
    .newsroom-container,
    .presence-container,
    .csr-page .container {
        width: calc(100% - 44px) !important;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }


    /* -----------------------------------------------------
       STANDARD SECTION SPACING
    ----------------------------------------------------- */

    .section {
        padding-top: 65px;
        padding-bottom: 65px;
    }


    /* -----------------------------------------------------
       STANDARD SECTION HEADING
    ----------------------------------------------------- */

    .section-head {
        margin-bottom: 32px;
    }


    /* -----------------------------------------------------
       STANDARD PAGE HERO
    ----------------------------------------------------- */

    .page-hero {
        padding-top: 70px;
        padding-bottom: 65px;
        min-height: auto;
    }


    /* -----------------------------------------------------
       PAGE TITLE
    ----------------------------------------------------- */

    .page-title {
        margin-top: 16px;
    }


    /* -----------------------------------------------------
       PAGE INTRO
    ----------------------------------------------------- */

    .page-intro {
        margin-top: 22px;
        max-width: 100%;
        line-height: 1.55;
    }


    /* -----------------------------------------------------
       GRID SPACING
    ----------------------------------------------------- */

    .grid-2,
    .grid-3,
    .grid-4 {
        gap: 16px;
    }


    /* -----------------------------------------------------
       NORMAL CARDS
    ----------------------------------------------------- */

    .card {
        padding: 25px 22px;
    }
}

@media (max-width: 420px) {

    .container,
    .fashion-container,
    .newsroom-container,
    .presence-container,
    .csr-page .container {
        width: calc(100% - 44px) !important;
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page-hero {
        padding-top: 60px;
        padding-bottom: 55px;
    }

    .card {
        padding: 23px 20px;
    }
}

/* =========================================================
   ABOUT US — EDITORIAL PAGE
========================================================= */

.about-page{
    background:var(--paper);
    color:var(--ink);
}

.about-container{
    width:min(var(--max),calc(100% - clamp(44px,10.6vw,156px)));
    margin-inline:auto;
}


/* =========================================================
   HERO
========================================================= */

.about-hero{
    padding:clamp(70px,8vw,120px) 0 clamp(75px,9vw,125px);
}

.about-hero__meta{
    display:flex;
    justify-content:space-between;
    gap:30px;
    padding-bottom:18px;
    border-bottom:1px solid var(--line);
    color:var(--muted);
    font-size:9px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.about-hero__content{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
    gap:clamp(50px,9vw,150px);
    align-items:end;
    padding-top:clamp(55px,7vw,95px);
}

.about-hero__title{
    margin:0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(64px,8.4vw,132px);
    font-weight:400;
    line-height:.86;
    letter-spacing:-.055em;
}

.about-hero__title em{
    color:var(--maroon);
    font-style:italic;
}

.about-hero__intro{
    max-width:480px;
    padding-bottom:8px;
}

.about-hero__intro p{
    margin:0;
    font-size:clamp(15px,1.25vw,18px);
    line-height:1.65;
    color:var(--muted);
}


/* =========================================================
   SHARED ABOUT SECTION ELEMENTS
========================================================= */

.about-section-head{
    display:flex;
    align-items:center;
    gap:25px;
    margin-bottom:clamp(45px,6vw,80px);
    color:var(--muted);
    font-size:9px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.about-rule{
    width:min(240px,25vw);
    height:1px;
    background:var(--line);
}

.about-kicker{
    display:block;
    margin-bottom:25px;
    color:var(--muted);
    font-size:9px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
}


/* =========================================================
   INTRO
========================================================= */

.about-editorial-grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:clamp(55px,9vw,150px);
    align-items:start;
}

.about-editorial-grid__statement h2{
    margin:0;
    max-width:600px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(46px,5.8vw,88px);
    font-weight:400;
    line-height:.95;
    letter-spacing:-.045em;
}

.about-editorial-grid__statement h2 em{
    display:block;
    color:var(--maroon);
    font-style:italic;
}

.about-editorial-grid__copy{
    max-width:650px;
}

.about-editorial-grid__copy p,
.about-intro__closing p{
    margin:0 0 22px;
    font-size:14px;
    line-height:1.8;
    color:var(--muted);
}

.about-intro__closing{
    max-width:900px;
    margin-top:clamp(65px,9vw,120px);
    padding-top:30px;
    border-top:1px solid var(--line);
}

.about-intro__closing p:first-child{
    margin-bottom:10px;
    color:var(--ink);
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(24px,2.5vw,38px);
    line-height:1.1;
}

.about-intro__closing p:last-child{
    max-width:720px;
}


/* =========================================================
   ECOSYSTEM / FEATURE SECTIONS
========================================================= */

.about-feature-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:clamp(55px,10vw,160px);
    align-items:start;
}

.about-feature-grid__title h2{
    margin:0;
    max-width:650px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(48px,6vw,92px);
    font-weight:400;
    line-height:.92;
    letter-spacing:-.05em;
}

.about-feature-grid__title h2 em{
    display:block;
    color:var(--maroon);
    font-style:italic;
}

.about-feature-grid__copy{
    max-width:650px;
}

.about-feature-grid__copy p{
    margin:0 0 22px;
    color:var(--muted);
    font-size:14px;
    line-height:1.8;
}

.about-lead{
    color:var(--ink)!important;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(23px,2.2vw,34px)!important;
    line-height:1.15!important;
}

.about-highlight{
    color:var(--ink)!important;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(22px,2vw,30px)!important;
    line-height:1.2!important;
}


/* =========================================================
   CAPABILITIES
========================================================= */

.about-capabilities__intro{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:clamp(50px,9vw,140px);
    margin-bottom:clamp(60px,8vw,110px);
    align-items:end;
}

.about-capabilities__intro h2{
    margin:0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(50px,6.5vw,98px);
    font-weight:400;
    line-height:.9;
    letter-spacing:-.05em;
}

.about-capabilities__intro h2 em{
    display:block;
    color:var(--maroon);
    font-style:italic;
}

.about-capabilities__intro p{
    max-width:520px;
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.75;
}

.about-capability{
    display:grid;
    grid-template-columns:80px minmax(260px,.85fr) minmax(0,1.15fr);
    gap:clamp(25px,4vw,70px);
    padding:55px 0;
    border-top:1px solid var(--line);
}

.about-capability:last-child{
    border-bottom:1px solid var(--line);
}

.about-capability__number{
    color:var(--maroon);
    font-size:10px;
    font-weight:600;
    letter-spacing:.15em;
}

.about-capability__title > span{
    display:block;
    margin-bottom:18px;
    color:var(--muted);
    font-size:9px;
    font-weight:600;
    letter-spacing:.18em;
}

.about-capability__title h3{
    margin:0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(30px,3vw,48px);
    font-weight:400;
    line-height:1;
    letter-spacing:-.035em;
}

.about-capability__copy{
    max-width:620px;
}

.about-capability__copy p{
    margin:0 0 20px;
    color:var(--muted);
    font-size:13px;
    line-height:1.8;
}

.about-capability__closing{
    display:block;
    margin-top:28px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    font-weight:400;
    line-height:1.4;
}

.about-inline-stat{
    display:flex;
    align-items:baseline;
    gap:18px;
    margin:35px 0;
    padding:22px 0;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.about-inline-stat strong{
    color:var(--maroon);
    font-family:Georgia,"Times New Roman",serif;
    font-size:54px;
    font-weight:400;
    letter-spacing:-.05em;
}

.about-inline-stat span{
    color:var(--muted);
    font-size:8px;
    font-weight:600;
    line-height:1.6;
    letter-spacing:.15em;
}

.about-pullquote{
    display:flex;
    flex-direction:column;
    gap:6px;
    margin-top:35px;
    padding-left:24px;
    border-left:2px solid var(--maroon);
    font-family:Georgia,"Times New Roman",serif;
    font-size:20px;
    line-height:1.35;
}

.about-pullquote em{
    color:var(--maroon);
}


/* =========================================================
   PRODUCT DEVELOPMENT PROCESS
========================================================= */

.about-process-list{
    margin:38px 0;
    border-top:1px solid var(--line);
}

.about-process-list div{
    display:grid;
    grid-template-columns:45px 1fr;
    gap:15px;
    padding:17px 0;
    border-bottom:1px solid var(--line);
}

.about-process-list span{
    color:var(--maroon);
    font-size:9px;
    letter-spacing:.15em;
}

.about-process-list strong{
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    font-weight:400;
}


/* =========================================================
   QUALITY / TRACEABILITY / RESPONSIBILITY
========================================================= */

.about-principles-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.about-principle{
    padding:45px 35px;
    border-right:1px solid var(--line);
}

.about-principle:first-child{
    padding-left:0;
}

.about-principle:last-child{
    border-right:0;
    padding-right:0;
}

.about-principle__number{
    display:block;
    margin-bottom:30px;
    color:var(--maroon);
    font-size:9px;
    letter-spacing:.16em;
}

.about-principle__eyebrow{
    display:block;
    margin-bottom:18px;
    color:var(--muted);
    font-size:8px;
    font-weight:600;
    letter-spacing:.16em;
}

.about-principle h3{
    margin:0 0 25px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(28px,2.6vw,40px);
    font-weight:400;
    line-height:1;
    letter-spacing:-.035em;
}

.about-principle p{
    margin:0 0 18px;
    color:var(--muted);
    font-size:12px;
    line-height:1.75;
}

.about-principle strong{
    display:block;
    margin-top:30px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:16px;
    font-weight:400;
    line-height:1.45;
}


/* =========================================================
   SCALE
========================================================= */

.about-scale__intro{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:clamp(50px,10vw,160px);
    align-items:end;
    margin-bottom:75px;
}

.about-scale__intro h2{
    margin:0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(50px,6vw,92px);
    font-weight:400;
    line-height:.9;
    letter-spacing:-.05em;
}

.about-scale__intro h2 em{
    display:block;
    color:var(--maroon);
    font-style:italic;
}

.about-scale__intro p{
    margin:0 0 20px;
    color:var(--muted);
    font-size:14px;
    line-height:1.75;
}

.about-scale-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-top:1px solid var(--line);
    border-left:1px solid var(--line);
}

.about-scale-stat{
    min-height:245px;
    padding:35px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.about-scale-stat strong{
    display:block;
    margin-bottom:8px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(38px,4vw,65px);
    font-weight:400;
    line-height:1;
    letter-spacing:-.05em;
}

.about-scale-stat > span{
    display:block;
    color:var(--maroon);
    font-size:9px;
    font-weight:600;
    letter-spacing:.15em;
}

.about-scale-stat p{
    max-width:220px;
    margin:20px 0 0;
    color:var(--muted);
    font-size:11px;
    line-height:1.6;
}

.about-scale__closing{
    max-width:900px;
    margin-top:80px;
}

.about-scale__closing p{
    margin:0 0 12px;
    color:var(--muted);
    font-size:14px;
    line-height:1.7;
}

.about-scale__closing h3{
    margin:35px 0 0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(27px,3vw,45px);
    font-weight:400;
    line-height:1.15;
    letter-spacing:-.03em;
}

.about-scale__closing h3 em{
    color:var(--maroon);
    font-style:italic;
}


/* =========================================================
   FINAL CTA
========================================================= */

.about-final{
    text-align:center;
}

.about-final .about-kicker{
    margin-bottom:30px;
}

.about-final h2{
    max-width:950px;
    margin:0 auto;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(48px,6vw,90px);
    font-weight:400;
    line-height:.92;
    letter-spacing:-.05em;
}

.about-final h2 em{
    color:var(--maroon);
    font-style:italic;
}

.about-final p{
    max-width:600px;
    margin:30px auto 0;
    color:var(--muted);
    font-size:14px;
    line-height:1.7;
}

.about-final__button{
    display:inline-flex;
    align-items:center;
    gap:28px;
    margin-top:35px;
    padding:15px 20px;
    border:1px solid var(--ink);
    color:var(--ink);
    text-decoration:none;
    font-size:9px;
    font-weight:600;
    letter-spacing:.15em;
    text-transform:uppercase;
    transition:
        background .35s var(--ease),
        color .35s var(--ease),
        transform .35s var(--ease);
}

.about-final__button i{
    font-size:17px;
    font-style:normal;
}

.about-final__button:hover{
    background:var(--maroon);
    border-color:var(--maroon);
    color:var(--white);
    transform:translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:1050px){

    .about-editorial-grid,
    .about-feature-grid,
    .about-capabilities__intro,
    .about-scale__intro{
        gap:50px;
    }

    .about-capability{
        grid-template-columns:55px 1fr 1.2fr;
        gap:25px;
    }

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

    .about-principle,
    .about-principle:first-child,
    .about-principle:last-child{
        padding:40px 0;
        border-right:0;
        border-bottom:1px solid var(--line);
    }

    .about-principle:last-child{
        border-bottom:0;
    }

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


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:700px){

    .about-container{
        width:calc(100% - 44px);
    }

    .about-hero{
        padding-top:55px;
        padding-bottom:65px;
    }

    .about-hero__meta{
        flex-direction:column;
        gap:8px;
        padding-bottom:15px;
    }

    .about-hero__content{
        grid-template-columns:1fr;
        gap:32px;
        padding-top:55px;
    }

    .about-hero__title{
        font-size:clamp(55px,16vw,78px);
        line-height:.88;
    }

    .about-hero__intro{
        max-width:100%;
    }

    .about-hero__intro p{
        font-size:14px;
    }

    .about-section-head{
        margin-bottom:40px;
    }

    .about-rule{
        flex:1;
        width:auto;
    }

    .about-editorial-grid,
    .about-feature-grid,
    .about-capabilities__intro,
    .about-scale__intro{
        grid-template-columns:1fr;
        gap:35px;
    }

    .about-editorial-grid__statement h2,
    .about-feature-grid__title h2,
    .about-capabilities__intro h2,
    .about-scale__intro h2{
        font-size:clamp(45px,13vw,65px);
    }

    .about-editorial-grid__copy p,
    .about-feature-grid__copy p,
    .about-capabilities__intro p,
    .about-scale__intro p{
        font-size:13px;
        line-height:1.75;
    }

    .about-intro__closing{
        margin-top:55px;
    }

    .about-intro__closing p:first-child{
        font-size:25px;
    }

    .about-capability{
        grid-template-columns:35px 1fr;
        gap:15px;
        padding:45px 0;
    }

    .about-capability__number{
        grid-column:1;
    }

    .about-capability__title{
        grid-column:2;
    }

    .about-capability__copy{
        grid-column:2;
    }

    .about-capability__title h3{
        font-size:30px;
    }

    .about-inline-stat strong{
        font-size:48px;
    }

    .about-pullquote{
        font-size:18px;
    }

    .about-process-list div{
        grid-template-columns:35px 1fr;
    }

    .about-process-list strong{
        font-size:16px;
    }

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

    .about-principle,
    .about-principle:first-child,
    .about-principle:last-child{
        padding:38px 0;
    }

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

    .about-scale-stat{
        min-height:210px;
        padding:28px 24px;
    }

    .about-scale-stat strong{
        font-size:48px;
    }

    .about-scale__closing{
        margin-top:55px;
    }

    .about-scale__closing h3{
        font-size:28px;
    }

    .about-final{
        padding-top:70px;
        padding-bottom:75px;
    }

    .about-final h2{
        font-size:clamp(44px,12vw,62px);
    }

    .about-final p{
        font-size:13px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px){

    .about-container{
        width:calc(100% - 44px);
    }

    .about-hero{
        padding-top:50px;
        padding-bottom:55px;
    }

    .about-hero__content{
        padding-top:45px;
    }

    .about-capability{
        padding:38px 0;
    }

    .about-scale-stat{
        min-height:190px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion:reduce){

    .about-final__button{
        transition:none;
    }
}
@media(max-width:800px){.split-image,.contact-grid,.news-grid{grid-template-columns:1fr}.split-image img{height:380px}.timeline{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery .g1,.gallery .g2{grid-column:span 2;height:360px}.gallery .g3,.gallery .g4,.gallery .g5{grid-column:span 1;height:240px}}
@media(max-width:500px){.gallery{display:grid;grid-template-columns:1fr}.gallery .g1,.gallery .g2,.gallery .g3,.gallery .g4,.gallery .g5{grid-column:span 1;height:300px}}
