* { box-sizing: border-box; }

html { min-height: 100%; }

body {
    min-height: 100vh;
    margin: 0;
    color: #201e1f;
    background: #fff;
    font-family: "Futura", "Futura PT", "Century Gothic", sans-serif;
}

h1, h2, .site-title, .site-nav a {
    font-family: "Anton", Impact, sans-serif;
}

#topographic {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .68;
}

.site-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 52px 32px;
}

.site-title {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 38px;
    line-height: 1;
    letter-spacing: .01em;
    text-transform: uppercase;
    white-space: nowrap;
}
.site-title:hover { color: #a22106; }

.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; padding-top: 14px; }
.site-nav a {
    color: inherit;
    font-size: 13px;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: .6;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { opacity: 1; color: #a22106; }

.home-wordmark {
    max-width: none;
    width: 100%;
    margin: 0 auto 72px;
    text-align: center;
    font-size: clamp(56px, 12vw, 168px);
    line-height: .85;
}

.page {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 64px));
    margin: 5vh auto 0;
    padding: 0 0 64px;
}

.page--home { margin-top: 17vh; }

.eyebrow, .label {
    margin: 0 0 16px;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(32, 30, 31, .68);
}

h1, h2, p { margin-top: 0; }
.accent { color: #a22106; }
h1 {
    max-width: 900px;
    margin-bottom: 58px;
    font-size: clamp(52px, 10vw, 142px);
    font-weight: 400;
    line-height: .83;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

h1.hero-lede {
    max-width: 960px;
    font-size: clamp(30px, 4.4vw, 56px);
    line-height: 1.08;
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.copy {
    max-width: 570px;
    font-size: clamp(21px, 2.2vw, 31px);
    line-height: 1.15;
    color: rgba(32, 30, 31, .68);
}
.copy + .copy { margin-top: 24px; }

.image-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(32, 30, 31, .12);
    border-radius: 12px;
    background: rgba(32, 30, 31, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
    min-height: 390px;
}
.image-panel img { display: block; width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.image-panel p { margin: 0; padding: 24px; text-align: center; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: rgba(32, 30, 31, .45); }

.section { margin-top: 96px; }
.section h2 { margin-bottom: 24px; font-size: clamp(34px, 4.5vw, 68px); font-weight: 400; line-height: .9; }
.detail-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(32, 30, 31, .2); }
.detail-list li { display: grid; grid-template-columns: minmax(130px, .4fr) 1fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid rgba(32, 30, 31, .2); color: rgba(32, 30, 31, .68); font-size: 18px; }
.detail-list span:first-child { font-family: "Anton", Impact, sans-serif; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #201e1f; }
.detail-list em { font-style: normal; opacity: .7; }

.entry-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(32, 30, 31, .15);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    color: inherit;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}
.entry-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(0, 0, 0, .12); border-color: #a22106; }
.entry-card:hover .entry-card__arrow { color: #a22106; }
.entry-card__media {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(32, 30, 31, .04);
    border-bottom: 1px solid rgba(32, 30, 31, .12);
}
.entry-card__media p { margin: 0; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: rgba(32, 30, 31, .35); }
.entry-card__body { padding: 28px 28px 64px; }
.entry-card .label { margin-bottom: 16px; }
.entry-card h2 { margin-bottom: 14px; font-size: clamp(28px, 2.8vw, 44px); font-weight: 400; line-height: .95; text-transform: uppercase; }
.entry-card p:not(.label) { margin-bottom: 0; max-width: 460px; color: rgba(32, 30, 31, .68); font-size: 16px; line-height: 1.3; }
.entry-card__arrow { position: absolute; right: 26px; bottom: 26px; font-size: 24px; }

.entry-carousel { margin-top: 24px; }
.entry-carousel__track {
    position: relative;
    height: 560px;
    overflow: hidden;
}
.entry-carousel .entry-card {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(560px, 86%);
    height: 100%;
}
@media (prefers-reduced-motion: no-preference) {
    .entry-carousel .entry-card { transition: transform .6s cubic-bezier(.22, 1, .36, 1), opacity .6s ease; }
}
.entry-carousel .entry-card__media { aspect-ratio: 4 / 3; }
.entry-carousel__controls { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 32px; }
.entry-carousel__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(32, 30, 31, .2);
    border-radius: 50%;
    background: none;
    font-family: inherit;
    font-size: 18px;
    color: inherit;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease;
}
.entry-carousel__arrow:hover { border-color: #a22106; color: #a22106; }
.entry-carousel__dots { display: flex; gap: 10px; }
.entry-carousel__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(32, 30, 31, .22);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.entry-carousel__dot[aria-current="true"] { background: #a22106; transform: scale(1.3); }

.item-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 8px; }
.item-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(32, 30, 31, .15);
    border-radius: 12px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}
.item-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0, 0, 0, .1); border-color: #a22106; }
.item-card:hover .item-card__arrow { color: #a22106; }
.item-card__media {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(32, 30, 31, .04);
    border-bottom: 1px solid rgba(32, 30, 31, .12);
}
.item-card__media p { margin: 0; padding: 16px; text-align: center; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: rgba(32, 30, 31, .35); }
.item-card__body { padding: 18px 20px 30px; }
.item-card .label { margin-bottom: 10px; }
.item-card h3 { margin: 0 0 8px; font-family: "Anton", Impact, sans-serif; font-size: clamp(18px, 1.6vw, 22px); font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.item-card__meta { margin: 0; font-size: 13px; line-height: 1.3; color: rgba(32, 30, 31, .6); }
.item-card__arrow { position: absolute; right: 18px; bottom: 16px; font-size: 18px; }

.project-navigation { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 68px; padding-top: 20px; border-top: 1px solid rgba(32, 30, 31, .2); }
.project-navigation a { color: inherit; font-size: 13px; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.project-navigation a:hover { text-decoration: underline; }
.cross-listed { margin-top: 16px; font-size: 13px; letter-spacing: .04em; color: rgba(32, 30, 31, .55); }
.cross-listed a { color: inherit; }

.placeholder { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }
.placeholder:hover { color: #a22106; }
.page-footer { margin-top: 90px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; opacity: .58; }

@media (max-width: 700px) {
    .site-header { align-items: flex-start; padding: 30px 18px; }
    .site-title { font-size: 24px; }
    .site-nav { justify-content: flex-end; gap: 12px; padding-top: 8px; }
    .site-nav a { font-size: 11px; }
    .page { width: min(100% - 36px, 1200px); margin-top: 9vh; }
    .page--home { margin-top: 10vh; }
    .home-wordmark { font-size: clamp(40px, 14vw, 72px); margin-bottom: 40px; }
    .intro-grid, .item-grid { grid-template-columns: 1fr; gap: 24px; }
    .image-panel, .image-panel img { min-height: 250px; }
    .section { margin-top: 64px; }
    .detail-list li { grid-template-columns: 1fr; gap: 7px; }
    h1.hero-lede { font-size: clamp(26px, 7vw, 38px); }
    .entry-carousel__track { height: 460px; }
    .entry-carousel .entry-card { width: 92%; }
    .entry-carousel__controls { gap: 16px; margin-top: 24px; }
}
