/*
 * Tentang Kami — Editorial Documentary
 * A page-specific layer that keeps the Tsurayya identity while intentionally
 * departing from the homepage's chapter-and-card composition.
 */

.about-page {
    --about-ivory: #f4efe5;
    --about-paper: #fbf8f1;
    --about-rust: #a45135;
    background: var(--about-ivory);
}

.about-page .site-footer .footer-brand img {
    filter: none;
}

.about-kicker,
.about-section-label {
    margin: 0;
    color: var(--teal);
    font-size: .69rem;
    font-weight: 600;
    letter-spacing: .17em;
    line-height: 1.4;
    text-transform: uppercase;
}

.about-kicker i {
    font-style: normal;
}

.about-section-label--light {
    color: var(--gold-soft);
}

.about-arrow-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 176px;
    gap: 24px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    transition: color .25s ease, border-color .25s ease;
}

.about-arrow-link span {
    font-size: 1rem;
    transition: transform .3s var(--ease);
}

.about-arrow-link:hover,
.about-arrow-link:focus-visible {
    border-color: var(--gold);
    color: var(--gold-soft);
}

.about-arrow-link:hover span,
.about-arrow-link:focus-visible span {
    transform: translateY(4px);
}

.about-arrow-link--dark {
    border-color: rgba(29, 37, 35, .42);
    color: var(--ink);
}

.about-arrow-link--dark:hover span,
.about-arrow-link--dark:focus-visible span {
    transform: translate(3px, -3px);
}

/* Opening spread */
.about-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    padding: calc(var(--header-height) + 70px) 0 0;
    background:
        radial-gradient(circle at 68% 28%, rgba(31, 113, 105, .42), transparent 34%),
        var(--teal-night);
    color: #fff;
}

.about-hero__texture {
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.09) 25%),
        radial-gradient(rgba(255,255,255,.22) .5px, transparent .7px);
    background-size: auto, 5px 5px;
    pointer-events: none;
}

.about-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
    align-items: center;
    gap: clamp(54px, 7vw, 112px);
    min-height: calc(100svh - var(--header-height) - 164px);
}

.about-kicker {
    display: flex;
    gap: 12px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .67);
}

.about-kicker span {
    color: var(--gold);
}

.about-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(3.55rem, 5.5vw, 6.6rem);
    font-weight: 500;
    letter-spacing: -.052em;
    line-height: .94;
}

.about-hero h1 span {
    display: block;
}

.about-hero__accent {
    color: var(--gold-soft);
    font-style: italic;
}

.about-hero__lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 38px;
    max-width: 680px;
    margin-top: 42px;
}

.about-hero__lead p {
    max-width: 450px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: .94rem;
    line-height: 1.75;
}

.about-hero__archive {
    position: relative;
    align-self: stretch;
    min-height: 650px;
}

.about-hero__main-photo {
    position: absolute;
    top: 2%;
    right: 0;
    width: 88%;
    margin: 0;
    transform: rotate(1.35deg);
}

.about-hero__main-photo::before {
    position: absolute;
    z-index: 2;
    top: -13px;
    left: 50%;
    width: 86px;
    height: 27px;
    background: rgba(230, 177, 36, .82);
    content: "";
    transform: translateX(-50%) rotate(-2deg);
}

.about-hero__main-photo img {
    width: 100%;
    aspect-ratio: 4 / 3.15;
    border: 9px solid #ece5d9;
    object-fit: cover;
    filter: saturate(.8) contrast(1.04);
}

.about-hero__main-photo figcaption {
    display: flex;
    justify-content: space-between;
    padding: 9px 9px 0;
    color: rgba(255,255,255,.55);
    font-size: .59rem;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.about-hero__inset {
    position: absolute;
    z-index: 3;
    right: -2%;
    bottom: 1%;
    width: 38%;
    margin: 0;
    transform: rotate(-4deg);
}

.about-hero__inset img {
    aspect-ratio: 1 / 1.15;
    border: 7px solid var(--about-paper);
    object-fit: cover;
}

.about-hero__note {
    position: absolute;
    z-index: 4;
    bottom: 11%;
    left: 0;
    display: flex;
    align-items: center;
    width: 245px;
    gap: 16px;
    padding: 17px 20px;
    background: var(--gold);
    color: var(--teal-night);
    transform: rotate(-2deg);
}

.about-hero__note-number {
    font-family: var(--serif);
    font-size: 3.35rem;
    font-weight: 600;
    letter-spacing: -.06em;
    line-height: .9;
}

.about-hero__note p {
    margin: 0;
    font-size: .68rem;
    font-weight: 600;
    line-height: 1.45;
}

.about-hero__facts {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,.19);
}

.about-hero__facts > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    min-height: 94px;
    gap: 12px;
    padding: 25px 24px;
    border-right: 1px solid rgba(255,255,255,.19);
}

.about-hero__facts > div:first-child {
    padding-left: 0;
}

.about-hero__facts > div:last-child {
    border-right: 0;
    padding-right: 0;
}

.about-hero__facts small {
    color: rgba(255,255,255,.5);
    font-size: .62rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.about-hero__facts strong {
    color: var(--gold-soft);
    font-family: var(--serif);
    font-size: 1.35rem;
    font-weight: 500;
}

/* Letter */
.about-letter {
    position: relative;
    padding: 148px 0 156px;
    background: var(--about-paper);
}

.about-letter::before {
    position: absolute;
    inset: 0;
    opacity: .38;
    background-image: linear-gradient(rgba(12,84,85,.055) 1px, transparent 1px);
    background-size: 100% 33px;
    content: "";
    pointer-events: none;
}

.about-letter__grid {
    position: relative;
    display: grid;
    grid-template-columns: 190px minmax(0, 820px);
    justify-content: center;
    gap: clamp(70px, 10vw, 150px);
}

.about-letter__folio {
    border-top: 1px solid var(--line);
    padding-top: 18px;
}

.about-letter__folio span {
    display: block;
    margin-bottom: 64px;
    color: var(--about-rust);
    font-family: var(--serif);
    font-size: 4.7rem;
    line-height: 1;
}

.about-letter__folio p {
    color: var(--ink-soft);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .13em;
    line-height: 1.65;
    text-transform: uppercase;
}

.about-letter__opening {
    margin: 30px 0 55px;
    color: var(--teal-deep);
    font-family: var(--serif);
    font-size: clamp(2rem, 3.2vw, 3.65rem);
    letter-spacing: -.035em;
    line-height: 1.16;
}

.about-letter__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    padding-left: 16%;
}

.about-letter__columns p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: .92rem;
    line-height: 1.85;
}

.about-letter__signature {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 66px 0 0 16%;
    padding-top: 27px;
    border-top: 1px solid var(--line);
}

.about-letter__signature > span {
    color: var(--about-rust);
    font-family: Georgia, serif;
    font-size: 2.15rem;
    white-space: nowrap;
}

.about-letter__signature p {
    margin: 0;
    line-height: 1.35;
}

.about-letter__signature strong,
.about-letter__signature small {
    display: block;
}

.about-letter__signature strong {
    font-family: var(--serif);
    font-size: .98rem;
    font-weight: 500;
}

.about-letter__signature small {
    margin-top: 5px;
    color: var(--ink-soft);
    font-size: .65rem;
}

/* Archive ledger */
.about-archive {
    overflow: hidden;
    padding: 140px 0 160px;
    background: var(--teal-deep);
    color: #fff;
}

.about-archive__header {
    display: grid;
    grid-template-columns: 1fr 360px;
    align-items: end;
    gap: 80px;
    margin-bottom: 100px;
}

.about-archive__header h2 {
    margin: 23px 0 0;
    font-family: var(--serif);
    font-size: clamp(3.2rem, 6vw, 6.4rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .94;
}

.about-archive__header > p {
    margin: 0 0 8px;
    color: rgba(255,255,255,.6);
    font-size: .9rem;
    line-height: 1.8;
}

.archive-ledger {
    border-top: 1px solid rgba(255,255,255,.2);
}

.archive-entry {
    position: relative;
    display: grid;
    grid-template-columns: 130px minmax(320px, .88fr) minmax(280px, .72fr);
    align-items: center;
    gap: clamp(40px, 6vw, 96px);
    min-height: 520px;
    padding: 65px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.archive-entry--reverse figure {
    grid-column: 3;
}

.archive-entry--reverse .archive-entry__copy {
    grid-column: 2;
    grid-row: 1;
}

.archive-entry__year span,
.archive-entry__year strong {
    display: block;
    font-family: var(--serif);
    font-size: clamp(3.4rem, 5vw, 5.7rem);
    font-weight: 500;
    letter-spacing: -.07em;
    line-height: .72;
}

.archive-entry__year span {
    color: rgba(255,255,255,.24);
}

.archive-entry__year strong {
    color: var(--gold);
}

.archive-entry figure {
    margin: 0;
}

.archive-entry figure > img {
    width: 100%;
    aspect-ratio: 1.38 / 1;
    object-fit: cover;
    filter: saturate(.72) sepia(.05);
    transform: translate3d(0, var(--parallax-y, 0), 0);
}

.archive-entry:nth-child(2) figure,
.archive-entry:nth-child(4) figure {
    transform: rotate(1.5deg);
}

.archive-entry:nth-child(3) figure {
    transform: rotate(-1deg);
}

.archive-entry figure figcaption {
    margin-top: 11px;
    color: rgba(255,255,255,.45);
    font-size: .58rem;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.archive-entry__copy > span {
    color: var(--gold-soft);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.archive-entry__copy h3 {
    margin: 20px 0 18px;
    font-family: var(--serif);
    font-size: clamp(1.9rem, 3.2vw, 3.1rem);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.archive-entry__copy p {
    max-width: 420px;
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: .86rem;
    line-height: 1.8;
}

.archive-entry--now .archive-entry__year span {
    font-size: 2.5rem;
    letter-spacing: -.04em;
    line-height: .9;
}

.archive-entry--now .archive-entry__year strong {
    font-style: italic;
}

/* Purpose */
.about-purpose {
    padding: 150px 0;
    background: var(--gold);
    color: var(--teal-night);
}

.about-purpose__statement {
    position: relative;
    max-width: 1020px;
    margin-bottom: 100px;
    padding-left: 10%;
}

.about-purpose__mark {
    position: absolute;
    top: 30px;
    left: 0;
    color: rgba(7,63,64,.19);
    font-family: Georgia, serif;
    font-size: 9rem;
    line-height: 1;
}

.about-purpose blockquote {
    margin: 32px 0 25px;
    font-family: var(--serif);
    font-size: clamp(2.65rem, 5vw, 5.4rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1.01;
}

.about-purpose__statement > p:last-child {
    margin: 0;
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(7,63,64,.3);
    border-bottom: 1px solid rgba(7,63,64,.3);
}

.about-pillar {
    min-height: 310px;
    padding: 34px 40px 42px;
    border-right: 1px solid rgba(7,63,64,.3);
}

.about-pillar:first-child {
    padding-left: 0;
}

.about-pillar:last-child {
    border-right: 0;
    padding-right: 0;
}

.about-pillar > span {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-pillar h3 {
    margin: 90px 0 18px;
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.025em;
}

.about-pillar p {
    max-width: 330px;
    margin: 0;
    color: rgba(7,47,48,.75);
    font-size: .84rem;
    line-height: 1.75;
}

.mission-drawer {
    border-bottom: 1px solid rgba(7,63,64,.3);
}

.mission-drawer summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    list-style: none;
    text-transform: uppercase;
}

.mission-drawer summary::-webkit-details-marker {
    display: none;
}

.mission-drawer summary i,
.mission-drawer summary i::after {
    width: 18px;
    height: 1px;
    background: var(--teal-night);
    content: "";
    transition: transform .3s ease;
}

.mission-drawer summary i::after {
    display: block;
    transform: rotate(90deg);
}

.mission-drawer[open] summary i::after {
    transform: rotate(0);
}

.mission-drawer ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 70px;
    margin: 0;
    padding: 0 0 54px 28px;
}

.mission-drawer li {
    padding-left: 8px;
    color: rgba(7,47,48,.77);
    font-size: .84rem;
    line-height: 1.7;
}

/* People */
.about-people {
    padding: 150px 0;
    background: var(--about-paper);
}

.about-people__grid {
    display: grid;
    grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
    gap: clamp(70px, 9vw, 140px);
}

.about-people__intro {
    position: sticky;
    top: 130px;
    align-self: start;
}

.about-people__intro h2 {
    margin: 27px 0 35px;
    color: var(--teal-deep);
    font-family: var(--serif);
    font-size: clamp(3.3rem, 5vw, 5.4rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .95;
}

.about-people__intro > p:last-child {
    max-width: 390px;
    margin: 0;
    color: var(--ink-soft);
    font-size: .92rem;
    line-height: 1.85;
}

.about-people__mosaic {
    display: grid;
    grid-template-columns: .83fr 1.17fr;
    align-items: end;
    gap: 26px;
}

.people-photo {
    margin: 0;
}

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

.people-photo--large {
    grid-row: span 2;
    height: 690px;
}

.people-photo--wide {
    height: 360px;
}

.people-photo figcaption {
    margin-top: 11px;
    color: var(--ink-soft);
    font-size: .6rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.people-note {
    align-self: stretch;
    padding: 38px;
    background: var(--about-rust);
    color: #fff;
}

.people-note strong {
    font-size: .62rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.people-note p {
    margin: 50px 0 0;
    font-family: var(--serif);
    font-size: 1.55rem;
    line-height: 1.42;
}

/* Directory */
.about-ecosystem {
    padding: 140px 0 155px;
    background: var(--about-ivory);
}

.about-ecosystem__header {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 80px;
}

.about-ecosystem__header .about-section-label {
    grid-column: 1 / -1;
    margin-bottom: -38px;
}

.about-ecosystem__header h2 {
    margin: 0;
    color: var(--teal-deep);
    font-family: var(--serif);
    font-size: clamp(3.2rem, 5.6vw, 5.8rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .98;
}

.about-ecosystem__header > p {
    max-width: 390px;
    margin: 0 0 8px;
    color: var(--ink-soft);
    font-size: .9rem;
    line-height: 1.8;
}

.division-directory {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 70px;
    border-top: 1px solid var(--line);
}

.division-group-label {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 14px;
    padding: 25px 0 10px;
    color: var(--teal);
}

.division-group-label span {
    display: grid;
    width: 30px;
    height: 30px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: var(--serif);
    font-size: .68rem;
    place-items: center;
}

.division-group-label strong {
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.division-group-label:has(+ .division-row[href*="kitchen"]) {
    color: var(--about-rust);
}

.division-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 135px 24px;
    align-items: center;
    min-height: 102px;
    gap: 18px;
    border-bottom: 1px solid var(--line);
    transition: color .3s ease, padding .3s var(--ease), background-color .3s ease;
}

.division-row:hover,
.division-row:focus-visible {
    padding-inline: 14px;
    background: var(--teal-deep);
    color: #fff;
}

.division-row > span {
    color: var(--about-rust);
    font-family: var(--serif);
    font-size: .85rem;
}

.division-row:hover > span,
.division-row:focus-visible > span {
    color: var(--gold-soft);
}

.division-row strong {
    font-family: var(--serif);
    font-size: 1.3rem;
    font-weight: 500;
}

.division-row small {
    color: var(--ink-soft);
    font-size: .65rem;
    text-align: right;
    text-transform: uppercase;
}

.division-row:hover small,
.division-row:focus-visible small {
    color: rgba(255,255,255,.55);
}

.division-row i {
    font-style: normal;
    transition: transform .3s var(--ease);
}

.division-row:hover i,
.division-row:focus-visible i {
    transform: translate(3px, -3px);
}

/* Legal */
.about-legal {
    padding: 145px 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(32,112,105,.35), transparent 32%),
        var(--teal-night);
    color: #fff;
}

.about-legal__grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    align-items: center;
    gap: clamp(70px, 11vw, 160px);
}

.about-legal__intro h2 {
    margin: 26px 0 32px;
    font-family: var(--serif);
    font-size: clamp(3.5rem, 5vw, 5.7rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .95;
}

.about-legal__intro > p:last-child {
    max-width: 360px;
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: .9rem;
    line-height: 1.8;
}

.legal-document {
    position: relative;
    padding: 40px 46px 32px;
    background:
        linear-gradient(rgba(12,84,85,.06) 1px, transparent 1px),
        var(--about-paper);
    background-size: 100% 30px;
    box-shadow: 0 35px 90px rgba(0,0,0,.27);
    color: var(--ink);
    transform: rotate(1deg);
}

.legal-document::after {
    position: absolute;
    right: 43px;
    bottom: 108px;
    width: 105px;
    height: 105px;
    border: 2px solid rgba(164,81,53,.32);
    border-radius: 50%;
    color: rgba(164,81,53,.48);
    content: "RESMI\A2017";
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .16em;
    line-height: 1.8;
    text-align: center;
    white-space: pre;
    transform: rotate(-13deg);
    display: grid;
    place-content: center;
}

.legal-document header {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 17px;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--teal-deep);
}

.legal-document header img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.legal-document header span,
.legal-document header strong {
    display: block;
}

.legal-document header span,
.legal-document header small {
    color: var(--ink-soft);
    font-size: .57rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.legal-document header strong {
    color: var(--teal-deep);
    font-family: var(--serif);
    font-size: 1.15rem;
}

.legal-document__name {
    padding: 40px 0 32px;
}

.legal-document__name small {
    color: var(--about-rust);
    font-size: .59rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.legal-document__name h3 {
    margin: 12px 0 0;
    color: var(--teal-deep);
    font-family: var(--serif);
    font-size: clamp(2rem, 3.3vw, 3.3rem);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.03;
}

.legal-document dl {
    margin: 0;
    border-top: 1px solid var(--line);
}

.legal-document dl > div {
    display: grid;
    grid-template-columns: 165px 1fr;
    gap: 25px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
}

.legal-document dt {
    color: var(--ink-soft);
    font-size: .62rem;
    text-transform: uppercase;
}

.legal-document dd {
    margin: 0;
    font-size: .76rem;
    font-weight: 600;
}

.legal-document footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 28px;
    color: var(--ink-soft);
    font-size: .61rem;
}

.legal-document footer i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--teal);
    color: #fff;
    font-style: normal;
}

/* Contact */
.about-contact {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    min-height: 690px;
    background: var(--about-paper);
}

.about-contact__photo {
    min-height: 600px;
    overflow: hidden;
}

.about-contact__photo img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.02);
}

.about-contact__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(70px, 9vw, 140px);
}

.about-contact__copy h2 {
    margin: 27px 0 34px;
    color: var(--teal-deep);
    font-family: var(--serif);
    font-size: clamp(3.5rem, 5vw, 5.8rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .95;
}

.about-contact__copy > p:not(.about-section-label) {
    max-width: 470px;
    margin: 0;
    color: var(--ink-soft);
    font-size: .92rem;
    line-height: 1.85;
}

.about-contact__actions {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 42px;
}

/* Shared reveal tuning */
.about-page .reveal,
.about-page .stagger-item {
    transform: translateY(30px);
}

.about-page .reveal.reveal-visible,
.about-page .stagger-item.reveal-visible {
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .about-hero__grid {
        grid-template-columns: 1fr 410px;
        gap: 45px;
    }

    .about-hero h1 {
        font-size: clamp(3.3rem, 6vw, 5.3rem);
    }

    .about-hero__archive {
        min-height: 560px;
    }

    .archive-entry {
        grid-template-columns: 100px minmax(280px, .9fr) minmax(250px, .75fr);
        gap: 42px;
    }

    .division-directory {
        column-gap: 36px;
    }

    .division-row {
        grid-template-columns: 34px minmax(0, 1fr) 100px 20px;
        gap: 12px;
    }

    .about-contact__copy {
        padding: 75px;
    }
}

@media (max-width: 900px) {
    .about-hero {
        padding-top: calc(var(--header-height) + 50px);
    }

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

    .about-hero__copy {
        max-width: 760px;
    }

    .about-hero__archive {
        min-height: 620px;
    }

    .about-hero__main-photo {
        right: 6%;
        width: 72%;
    }

    .about-hero__note {
        left: 8%;
        bottom: 15%;
    }

    .about-hero__inset {
        right: 2%;
        width: 30%;
    }

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

    .about-hero__facts > div:nth-child(2) {
        border-right: 0;
    }

    .about-hero__facts > div:first-child,
    .about-hero__facts > div:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,.19);
    }

    .about-letter__grid {
        grid-template-columns: 130px minmax(0, 1fr);
        gap: 60px;
    }

    .about-archive__header,
    .about-ecosystem__header {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-ecosystem__header .about-section-label {
        margin-bottom: -10px;
    }

    .archive-entry,
    .archive-entry--reverse {
        grid-template-columns: 95px 1fr;
        gap: 45px;
    }

    .archive-entry figure,
    .archive-entry--reverse figure {
        grid-column: 2;
    }

    .archive-entry__copy,
    .archive-entry--reverse .archive-entry__copy {
        grid-column: 2;
        grid-row: auto;
    }

    .archive-entry__year {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: start;
        padding-top: 20px;
    }

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

    .about-pillar,
    .about-pillar:first-child,
    .about-pillar:last-child {
        display: grid;
        grid-template-columns: 110px 1fr 1.25fr;
        align-items: start;
        min-height: 0;
        gap: 30px;
        padding: 34px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(7,63,64,.3);
    }

    .about-pillar:last-child {
        border-bottom: 0;
    }

    .about-pillar h3 {
        margin: 0;
    }

    .about-people__grid,
    .about-legal__grid {
        grid-template-columns: 1fr;
    }

    .about-people__intro {
        position: static;
        max-width: 650px;
    }

    .about-people__mosaic {
        max-width: 760px;
        margin-left: auto;
    }

    .about-legal__intro {
        max-width: 620px;
    }

    .division-directory {
        grid-template-columns: 1fr;
    }

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

    .about-contact__photo {
        min-height: 520px;
    }
}

@media (max-width: 640px) {
    .about-hero {
        padding-top: calc(var(--header-height) + 38px);
    }

    .about-kicker {
        margin-bottom: 24px;
        font-size: .58rem;
    }

    .about-hero h1 {
        font-size: clamp(2.85rem, 13.7vw, 4.25rem);
        line-height: .98;
    }

    .about-hero__lead {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 30px;
    }

    .about-hero__archive {
        min-height: 470px;
    }

    .about-hero__main-photo {
        right: 1%;
        width: 87%;
    }

    .about-hero__main-photo figcaption span:last-child {
        display: none;
    }

    .about-hero__inset {
        right: -1%;
        bottom: 1%;
        width: 39%;
    }

    .about-hero__note {
        bottom: 9%;
        left: 0;
        width: 200px;
        padding: 14px;
    }

    .about-hero__note-number {
        font-size: 2.7rem;
    }

    .about-hero__facts > div {
        display: block;
        min-height: 92px;
        padding: 20px 14px;
    }

    .about-hero__facts > div:first-child {
        padding-left: 0;
    }

    .about-hero__facts small,
    .about-hero__facts strong {
        display: block;
    }

    .about-hero__facts strong {
        margin-top: 7px;
    }

    .about-letter,
    .about-archive,
    .about-purpose,
    .about-people,
    .about-ecosystem,
    .about-legal {
        padding-block: 95px;
    }

    .about-letter__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-letter__folio {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about-letter__folio span,
    .about-letter__folio p {
        margin: 0;
    }

    .about-letter__folio span {
        font-size: 3rem;
    }

    .about-letter__folio p br {
        display: none;
    }

    .about-letter__opening {
        margin-block: 22px 36px;
        font-size: 2rem;
    }

    .about-letter__columns {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-left: 0;
    }

    .about-letter__signature {
        display: block;
        margin-left: 0;
    }

    .about-letter__signature > span {
        display: block;
        margin-bottom: 15px;
        font-size: 1.8rem;
    }

    .about-archive__header {
        margin-bottom: 60px;
    }

    .about-archive__header h2,
    .about-ecosystem__header h2 {
        font-size: 3.15rem;
    }

    .archive-entry,
    .archive-entry--reverse {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 26px;
        padding: 52px 0;
    }

    .archive-entry__year,
    .archive-entry figure,
    .archive-entry--reverse figure,
    .archive-entry__copy,
    .archive-entry--reverse .archive-entry__copy {
        grid-column: 1;
        grid-row: auto;
    }

    .archive-entry__year {
        display: flex;
        padding: 0;
    }

    .archive-entry__year span,
    .archive-entry__year strong {
        font-size: 3.6rem;
    }

    .archive-entry__year span {
        margin-right: 4px;
    }

    .archive-entry--now .archive-entry__year {
        align-items: baseline;
    }

    .archive-entry--now .archive-entry__year span {
        margin-right: 10px;
        font-size: 1.8rem;
    }

    .about-purpose__statement {
        margin-bottom: 65px;
        padding-left: 0;
    }

    .about-purpose__mark {
        display: none;
    }

    .about-purpose blockquote {
        font-size: 2.35rem;
    }

    .about-pillar,
    .about-pillar:first-child,
    .about-pillar:last-child {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-pillar h3 {
        font-size: 1.8rem;
    }

    .mission-drawer ol {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-people__grid {
        gap: 55px;
    }

    .about-people__intro h2,
    .about-legal__intro h2,
    .about-contact__copy h2 {
        font-size: 3.2rem;
    }

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

    .people-photo--large,
    .people-photo--wide {
        height: auto;
    }

    .people-photo--large img {
        aspect-ratio: 4 / 5;
    }

    .people-photo--wide img {
        aspect-ratio: 4 / 3;
    }

    .people-note p {
        margin-top: 35px;
    }

    .about-ecosystem__header {
        margin-bottom: 50px;
    }

    .division-row {
        grid-template-columns: 30px 1fr 20px;
        min-height: 90px;
    }

    .division-row small {
        display: none;
    }

    .legal-document {
        padding: 26px 24px;
        transform: none;
    }

    .legal-document::after {
        right: 22px;
        bottom: 90px;
        width: 75px;
        height: 75px;
        font-size: .48rem;
    }

    .legal-document header {
        grid-template-columns: 42px 1fr;
    }

    .legal-document header small {
        display: none;
    }

    .legal-document dl > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .legal-document dd {
        padding-right: 70px;
    }

    .about-contact__photo {
        min-height: 390px;
    }

    .about-contact__copy {
        padding: 75px 20px 90px;
    }

    .about-contact__actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-hero__main-photo,
    .about-hero__inset,
    .about-hero__note,
    .legal-document {
        transform: none;
    }
}
