@font-face {
    font-family: "Code";
    src: url("./fonts/code-light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Code";
    src: url("./fonts/code-bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("./fonts/poppins-300.woff2") format("woff2");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("./fonts/poppins-400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("./fonts/poppins-500.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

:root {
    --whm-ink: #111111;
    --whm-paper: #ffffff;
    --whm-soft: #f4f4f1;
    --whm-line: #d7d7d2;
    --whm-muted: #6d6d68;
    --whm-gutter: clamp(20px, 5vw, 72px);
    --whm-section-space: clamp(84px, 9vw, 132px);
    --whm-shell: 1296px;
    --whm-ease: cubic-bezier(.22, 1, .36, 1);
}

html {
    scroll-behavior: smooth;
}

body.whm-home2 {
    margin: 0;
    overflow-x: hidden;
    color: var(--whm-ink);
    background: var(--whm-paper);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.whm-home2 *,
.whm-home2 *::before,
.whm-home2 *::after {
    box-sizing: border-box;
}

.whm-home2 img {
    display: block;
    height: auto;
    max-width: 100%;
}

.whm-home2 video {
    display: block;
    max-width: 100%;
}

.whm-home2 a {
    color: inherit;
    text-decoration: none;
}

.whm-home2 button {
    color: inherit;
    font: inherit;
}

.whm-home2 h1,
.whm-home2 h2,
.whm-home2 h3,
.whm-home2 p,
.whm-home2 figure,
.whm-home2 dl,
.whm-home2 dd {
    margin: 0;
}

.whm-home2 h2 {
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: .98;
    letter-spacing: -.025em;
}

.whm-shell {
    width: min(calc(100% - (2 * var(--whm-gutter))), var(--whm-shell));
    margin-inline: auto;
}

.whm-section {
    padding-block: var(--whm-section-space);
}

.whm-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.whm-skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 15px;
    transform: translateY(-160%);
    color: #fff;
    background: #111;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .2s ease;
}

.whm-skip-link:focus {
    transform: translateY(0);
}

.whm-home2 :focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 5px;
}

.whm-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--whm-muted);
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-kicker span {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--whm-line);
    border-radius: 100%;
    color: var(--whm-ink);
    font-size: .625rem;
}

.whm-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding-bottom: 6px;
    border-bottom: 1px solid currentColor;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-text-link span,
.whm-button-link span,
.whm-header-apply span {
    transition: transform .35s var(--whm-ease);
}

.whm-text-link:hover span,
.whm-button-link:hover span,
.whm-header-apply:hover span {
    transform: translate(3px, -3px);
}

.whm-header {
    position: absolute;
    z-index: 40;
    top: 0;
    left: 0;
    display: grid;
    width: 100%;
    padding: clamp(22px, 2vw, 28px) var(--whm-gutter);
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    color: #fff;
}

.whm-menu-button {
    position: relative;
    z-index: 52;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    justify-self: start;
    place-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: rgba(0, 0, 0, .08);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: color .35s ease, border-color .35s ease, background .35s ease;
}

.whm-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform .45s var(--whm-ease);
}

.whm-header-brand {
    position: relative;
    z-index: 52;
    display: grid;
    grid-column: 2;
    justify-items: center;
    justify-self: center;
    gap: 6px;
    line-height: 1;
}

.whm-header-brand__mark {
    display: block;
    width: 132px;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

.whm-header-brand__mark img {
    width: 100%;
    filter: brightness(0) invert(1);
    transform: translateY(-25%);
}

.whm-header-brand__name {
    font-family: "Code", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    white-space: nowrap;
}

.whm-header-apply {
    position: relative;
    z-index: 52;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    grid-column: 3;
    justify-self: end;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .65);
    font-size: .7rem;
    font-weight: 400;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.whm-header--light {
    color: var(--whm-ink);
}

.whm-header--light .whm-menu-button {
    border-color: rgba(17, 17, 17, .35);
    background: rgba(255, 255, 255, .72);
}

.whm-header--light .whm-header-brand__mark img {
    filter: brightness(0);
}

.whm-header--light .whm-header-apply {
    border-color: rgba(17, 17, 17, .45);
}

.whm-menu-open {
    overflow: hidden;
}

.whm-menu-open .whm-header {
    position: fixed;
    color: var(--whm-ink);
}

.whm-menu-open .whm-menu-button {
    border-color: rgba(17, 17, 17, .35);
    background: rgba(255, 255, 255, .25);
}

.whm-menu-open .whm-menu-button span:first-child {
    transform: translateY(4px) rotate(45deg);
}

.whm-menu-open .whm-menu-button span:last-child {
    transform: translateY(-4px) rotate(-45deg);
}

.whm-menu-open .whm-header-apply {
    border-color: rgba(17, 17, 17, .45);
}

.whm-menu-open .whm-header-brand__mark img {
    filter: brightness(0);
}

.whm-menu {
    position: fixed;
    z-index: 35;
    inset: 0;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    color: var(--whm-ink);
    background: rgba(245, 245, 242, .98);
    pointer-events: none;
    transition: opacity .45s ease, visibility .45s ease;
}

.whm-menu-open .whm-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.whm-menu__inner {
    display: grid;
    width: min(calc(100% - (2 * var(--whm-gutter))), var(--whm-shell));
    min-height: 100%;
    padding-block: clamp(120px, 15vh, 170px) 48px;
    margin-inline: auto;
    grid-template-columns: minmax(140px, .6fr) 2fr 1fr;
    align-items: start;
    gap: clamp(28px, 5vw, 80px);
}

.whm-menu__eyebrow {
    padding-top: 9px;
    color: var(--whm-muted);
    font-size: .7rem;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.whm-menu__nav {
    display: grid;
}

.whm-menu__nav a {
    display: flex;
    align-items: baseline;
    gap: clamp(16px, 2vw, 30px);
    padding-block: 7px;
    font-family: "Code", sans-serif;
    font-size: clamp(2.65rem, 5.5vw, 5.5rem);
    font-weight: 300;
    line-height: .95;
    letter-spacing: -.025em;
    transition: opacity .25s ease, transform .35s var(--whm-ease);
}

.whm-menu__nav a span {
    width: 20px;
    color: var(--whm-muted);
    font-family: "Poppins", sans-serif;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .12em;
}

.whm-menu__nav:hover a {
    opacity: .32;
}

.whm-menu__nav a:hover,
.whm-menu__nav a:focus-visible {
    opacity: 1;
    transform: translateX(8px);
}

.whm-menu__meta {
    display: grid;
    min-height: 100%;
    padding-top: 10px;
    align-content: space-between;
    gap: 48px;
    color: var(--whm-muted);
    font-size: .75rem;
    letter-spacing: .04em;
}

.whm-menu__meta > div {
    display: grid;
    gap: 8px;
    color: var(--whm-ink);
}

.whm-menu__meta a {
    width: fit-content;
    border-bottom: 1px solid transparent;
}

.whm-menu__meta a:hover {
    border-color: currentColor;
}

.whm-hero {
    position: relative;
    min-height: 640px;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #161616;
}

.whm-hero__video,
.whm-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.whm-hero__video {
    z-index: -3;
    object-fit: cover;
}

.whm-hero__shade {
    z-index: -2;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, .38) 0%, rgba(0, 0, 0, .05) 36%, rgba(0, 0, 0, .18) 70%, rgba(0, 0, 0, .48) 100%),
        linear-gradient(to right, rgba(0, 0, 0, .12), transparent 36%, rgba(0, 0, 0, .08));
}

.whm-hero__scroll {
    position: absolute;
    bottom: clamp(24px, 4vw, 52px);
    left: 50%;
    display: grid;
    justify-items: center;
    gap: 12px;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .16em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.whm-arrow-down {
    position: relative;
    display: block;
    width: 1px;
    height: 32px;
    overflow: hidden;
    background: rgba(255, 255, 255, .45);
}

.whm-arrow-down::after {
    position: absolute;
    top: -100%;
    left: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    content: "";
    animation: whm-scroll-line 2s var(--whm-ease) infinite;
}

@keyframes whm-scroll-line {
    0% { transform: translateY(0); }
    55%, 100% { transform: translateY(200%); }
}

.whm-latest {
    overflow: hidden;
}

.whm-section-heading {
    display: grid;
    margin-bottom: clamp(42px, 6vw, 82px);
    grid-template-columns: 1fr 2fr 1fr;
    align-items: end;
    gap: 28px;
}

.whm-section-heading h2 {
    text-align: center;
}

.whm-section-heading .whm-text-link {
    justify-self: end;
}

.whm-work-track {
    display: flex;
    padding-bottom: 12px;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.whm-work-track::-webkit-scrollbar {
    display: none;
}

.whm-work-card {
    flex: 0 0 calc((100% - 48px) / 5);
    min-width: 0;
    scroll-snap-align: start;
}

.whm-work-card__image {
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--whm-soft);
}

.whm-work-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
    transition: transform .8s var(--whm-ease);
}

.whm-work-card:hover .whm-work-card__image img {
    transform: scale(1.025);
    filter: none;
}

.whm-work-card__meta {
    padding-top: 16px;
}

.whm-work-card__meta h3 {
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .09em;
    line-height: 1.25;
    text-transform: uppercase;
}

.whm-work-card__meta p {
    max-width: 28ch;
    margin-top: 6px;
    color: var(--whm-muted);
    font-size: .72rem;
    line-height: 1.45;
}

.whm-carousel-controls {
    display: grid;
    margin-top: 34px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 28px;
}

.whm-carousel-progress {
    position: relative;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: var(--whm-line);
}

.whm-carousel-progress span {
    position: absolute;
    inset: 0;
    background: var(--whm-ink);
    transform: scaleX(.12);
    transform-origin: left center;
    transition: transform .2s ease;
}

.whm-carousel-buttons {
    display: flex;
    gap: 8px;
}

.whm-carousel-buttons button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--whm-line);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: color .25s ease, background .25s ease, opacity .25s ease;
}

.whm-carousel-buttons button:hover:not(:disabled) {
    color: #fff;
    background: var(--whm-ink);
}

.whm-carousel-buttons button:disabled {
    opacity: .3;
    cursor: default;
}

.whm-talent {
    padding-top: 0;
}

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

.whm-home2 .whm-talent-card {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    color: #fff;
    background: #222;
}

.whm-talent-card > img,
.whm-talent-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.whm-talent-card > img {
    object-fit: cover;
    filter: grayscale(1);
    transition: transform 1s var(--whm-ease), filter .6s ease;
}

.whm-talent-card__shade {
    background: linear-gradient(to top, rgba(0, 0, 0, .54), transparent 48%);
}

.whm-talent-card__label {
    position: absolute;
    right: clamp(22px, 3vw, 44px);
    bottom: clamp(22px, 3vw, 44px);
    left: clamp(22px, 3vw, 44px);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
}

.whm-talent-card__label small {
    grid-column: 1 / -1;
    margin-bottom: 7px;
    font-size: .625rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.whm-talent-card__label strong {
    font-family: "Code", sans-serif;
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: .9;
}

.whm-talent-card__label i {
    font-size: 1.25rem;
    font-style: normal;
    transition: transform .4s var(--whm-ease);
}

.whm-talent-card:hover > img {
    filter: grayscale(.25);
    transform: scale(1.025);
}

.whm-talent-card:hover .whm-talent-card__label i {
    transform: translate(4px, -4px);
}

.whm-become {
    display: grid;
    min-height: 680px;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    background: var(--whm-soft);
}

.whm-become__copy {
    display: flex;
    max-width: 610px;
    padding: clamp(72px, 9vw, 132px) clamp(32px, 7vw, 105px) clamp(72px, 9vw, 132px) var(--whm-gutter);
    justify-self: end;
    flex-direction: column;
    justify-content: center;
}

.whm-become__copy h2 {
    margin-top: clamp(34px, 5vw, 68px);
}

.whm-become__copy > p:not(.whm-kicker) {
    max-width: 39ch;
    margin-top: 28px;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.7;
}

.whm-home2 .whm-button-link {
    display: inline-flex;
    min-width: 165px;
    width: fit-content;
    margin-top: 40px;
    padding: 16px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    color: #fff;
    background: var(--whm-ink);
    font-size: .7rem;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.whm-become__image {
    min-height: 100%;
    overflow: hidden;
}

.whm-become__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.8);
}

.whm-about__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: clamp(42px, 8vw, 120px);
}

.whm-about__intro h2 {
    margin-top: 34px;
}

.whm-about__copy {
    display: grid;
    max-width: 540px;
    gap: 30px;
    justify-self: end;
}

.whm-about__copy p {
    font-size: clamp(1.05rem, 1.55vw, 1.32rem);
    line-height: 1.65;
}

.whm-about__collage {
    display: grid;
    margin-top: clamp(66px, 7vw, 104px);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(6, clamp(58px, 5.5vw, 80px));
    gap: 12px;
}

.whm-about__image {
    overflow: hidden;
    background: var(--whm-soft);
}

.whm-about__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.85);
}

.whm-about__image--main {
    grid-column: 1 / 8;
    grid-row: 2 / 6;
}

.whm-about__image--portrait-one {
    grid-column: 9 / 13;
    grid-row: 1 / 6;
}

.whm-about__image--portrait-two {
    z-index: 2;
    grid-column: 7 / 10;
    grid-row: 4 / 7;
    border: 10px solid var(--whm-paper);
}

.whm-about__facts {
    display: grid;
    padding-top: clamp(44px, 4vw, 58px);
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--whm-line);
}

.whm-about__facts > div {
    display: grid;
    gap: 8px;
}

.whm-about__facts dt {
    color: var(--whm-muted);
    font-size: .65rem;
    font-weight: 400;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.whm-about__facts dd {
    font-family: "Code", sans-serif;
    font-size: clamp(1.5rem, 2.3vw, 2.25rem);
    font-weight: 300;
}

.whm-inner-page main {
    min-height: 70svh;
}

.whm-inner-page h1 {
    margin: 0;
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(4.75rem, 9vw, 8.5rem);
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: .88;
}

body.whm-home2.whm-page--contact {
    --whm-contact-bg: #090909;
    --whm-contact-line: rgba(255, 255, 255, .34);
    --whm-gutter: clamp(20px, 4vw, 62px);
    color: #f7f7f4;
    background: var(--whm-contact-bg);
}

.whm-page--contact main {
    min-height: 0;
}

.whm-page--contact .whm-shell {
    width: calc(100% - (2 * var(--whm-gutter)));
    max-width: none;
}

.whm-contact-page {
    padding-top: clamp(154px, 10.8vw, 170px);
}

.whm-contact-page h1 {
    color: #f7f7f4;
    font-size: clamp(7.5rem, 15vw, 14rem);
    letter-spacing: .005em;
    line-height: .78;
    text-transform: uppercase;
}

.whm-page--contact .whm-contact-page__image {
    overflow: hidden;
    margin-top: clamp(30px, 2.3vw, 36px);
    aspect-ratio: 10 / 3;
    background: #151515;
}

.whm-contact-page__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
    filter: grayscale(1) contrast(1.06);
}

.whm-contact-list {
    display: grid;
    margin: clamp(20px, 1.7vw, 26px) 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid var(--whm-contact-line);
    font-style: normal;
}

.whm-contact-list > a,
.whm-contact-list > div {
    display: grid;
    min-width: 0;
    padding: 8px clamp(30px, 2.8vw, 44px) clamp(27px, 2.1vw, 34px);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    column-gap: 18px;
}

.whm-contact-list > :first-child {
    padding-left: 0;
}

.whm-contact-list > :nth-child(n + 2) {
    border-left: 1px solid var(--whm-contact-line);
}

.whm-contact-list > :last-child {
    padding-right: 0;
}

.whm-contact-list span {
    grid-column: 1 / -1;
    padding-bottom: 9px;
    margin-bottom: clamp(16px, 1.4vw, 21px);
    border-bottom: 1px solid var(--whm-contact-line);
    color: rgba(255, 255, 255, .78);
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-contact-list strong {
    min-width: 0;
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(1.55rem, 2.2vw, 2.3rem);
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1;
    white-space: nowrap;
}

.whm-contact-arrow {
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1.5;
    transition: transform .35s var(--whm-ease);
}

.whm-contact-list a:hover .whm-contact-arrow {
    transform: translate(4px, -4px);
}

.whm-contact-footer {
    padding: clamp(38px, 3.6vw, 54px) 0 28px;
    color: #f7f7f4;
    background: var(--whm-contact-bg);
}

.whm-contact-footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px;
}

.whm-contact-footer__nav,
.whm-contact-footer__social {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 48px);
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-contact-footer__social {
    justify-content: flex-end;
}

.whm-contact-footer a {
    display: inline-flex;
    min-height: 44px;
    margin-block: -16px;
    align-items: center;
    border-bottom: 1px solid transparent;
}

.whm-contact-footer a:hover,
.whm-contact-footer a:focus-visible {
    border-color: currentColor;
}

.whm-inner-hero {
    padding-top: clamp(190px, 16vw, 244px);
    padding-bottom: clamp(76px, 8vw, 116px);
    border-bottom: 1px solid var(--whm-line);
}

.whm-legal {
    display: grid;
    padding-top: clamp(68px, 7vw, 104px);
    padding-bottom: var(--whm-section-space);
    grid-template-columns: minmax(180px, 260px) minmax(0, 760px);
    justify-content: space-between;
    gap: clamp(56px, 9vw, 136px);
}

.whm-legal__index {
    position: sticky;
    top: 48px;
    display: grid;
    align-self: start;
    gap: 25px;
}

.whm-legal__index > p {
    color: var(--whm-muted);
    font-size: .65rem;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.whm-legal__index nav {
    display: grid;
    border-top: 1px solid var(--whm-line);
}

.whm-legal__index a {
    padding: 11px 0;
    border-bottom: 1px solid var(--whm-line);
    font-size: .72rem;
    line-height: 1.35;
    transition: padding-left .3s var(--whm-ease), color .25s ease;
}

.whm-legal__index a:hover,
.whm-legal__index a:focus-visible {
    padding-left: 7px;
    color: var(--whm-muted);
}

.whm-legal__content section {
    padding: clamp(36px, 4vw, 56px) 0;
    border-top: 1px solid var(--whm-line);
    scroll-margin-top: 40px;
}

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

.whm-legal__division {
    padding: clamp(82px, 9vw, 132px) 0 clamp(48px, 5vw, 72px);
    border-top: 1px solid var(--whm-ink);
    scroll-margin-top: 40px;
}

.whm-legal__division h2 {
    max-width: 8ch;
    margin: 0;
    font-size: clamp(3.5rem, 7vw, 6.5rem);
    letter-spacing: -.035em;
    line-height: .88;
}

.whm-legal__index .whm-legal__cookie-link {
    margin-top: 16px;
    border-top: 1px solid var(--whm-ink);
    color: var(--whm-ink);
    font-weight: 500;
}

.whm-legal__content h2 {
    margin: 0 0 25px;
    font-size: clamp(1.75rem, 2.6vw, 2.5rem);
    line-height: 1.05;
}

.whm-legal__content p {
    max-width: 70ch;
    margin: 0;
    color: #343434;
    font-size: 1rem;
    line-height: 1.82;
}

.whm-legal__content p + p {
    margin-top: 20px;
}

.whm-legal__content a {
    border-bottom: 1px solid currentColor;
    overflow-wrap: anywhere;
}

.whm-legal__content .privacy-policy-tutorial {
    color: var(--whm-ink);
    font-weight: 500;
}

/* Shared NorthPoint credit */

.whm-northpoint-credit {
    display: inline-flex;
    align-items: center;
    gap: .42em;
    line-height: 1.2;
    white-space: nowrap;
}

.whm-northpoint-credit__heart {
    width: .95em;
    height: .95em;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1.65;
}

.whm-northpoint-credit__link {
    display: inline-flex;
    min-height: 44px;
    margin-block: -16px;
    align-items: center;
    border-bottom: 1px solid transparent;
}

.whm-northpoint-credit__link:hover,
.whm-northpoint-credit__link:focus-visible {
    border-color: currentColor;
}

.whm-footer__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 22px;
}

.whm-contact-footer__credit,
.whm-board-footer__credit {
    grid-column: 1 / -1;
    justify-self: end;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-contact-footer__credit {
    color: rgba(255, 255, 255, .72);
}

.whm-board-footer__credit {
    color: var(--whm-muted);
}

.whm-footer {
    padding: clamp(68px, 7vw, 98px) 0 30px;
    border-top: 1px solid var(--whm-line);
    background: var(--whm-paper);
}

.whm-footer__logo {
    display: block;
    width: clamp(150px, 16vw, 220px);
    margin: 0 auto clamp(42px, 5vw, 64px);
}

.whm-footer__logo img {
    width: 100%;
    filter: brightness(0);
}

.whm-footer__nav {
    display: flex;
    justify-content: center;
    gap: clamp(22px, 4vw, 58px);
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.whm-footer__nav a,
.whm-footer__bottom a {
    border-bottom: 1px solid transparent;
}

.whm-footer__nav a:hover,
.whm-footer__bottom a:hover {
    border-color: currentColor;
}

.whm-footer__bottom {
    display: flex;
    padding-top: 28px;
    margin-top: clamp(50px, 6vw, 78px);
    justify-content: space-between;
    border-top: 1px solid var(--whm-line);
    color: var(--whm-muted);
    font-size: .65rem;
    font-weight: 400;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.whm-footer__bottom > div {
    display: flex;
    gap: 24px;
}

@media (max-width: 1024px) {
    .whm-menu__inner {
        grid-template-columns: 1fr 2.2fr;
    }

    .whm-menu__meta {
        grid-column: 2;
        grid-template-columns: 1fr 1fr;
        min-height: auto;
    }

    .whm-work-card {
        flex-basis: calc((100% - 24px) / 3);
    }

    .whm-become {
        grid-template-columns: 1fr 1.1fr;
    }

    .whm-become__copy {
        padding-right: var(--whm-gutter);
    }

    .whm-legal {
        grid-template-columns: minmax(160px, 210px) minmax(0, 680px);
        gap: 64px;
    }
}

@media (max-width: 980px) {
    .whm-contact-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .whm-contact-list > a,
    .whm-contact-list > div {
        padding: 17px 0 23px;
        border-left: 0;
    }

    .whm-contact-list span {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    :root {
        --whm-gutter: 20px;
        --whm-section-space: clamp(70px, 20vw, 88px);
    }

    .whm-home2 h2 {
        font-size: clamp(2.15rem, 10.5vw, 2.8rem);
        line-height: 1;
    }

    .whm-header {
        padding-top: 20px;
        grid-template-columns: 1fr auto 1fr;
    }

    .whm-menu-button {
        width: 44px;
        height: 44px;
    }

    .whm-header-apply {
        visibility: hidden;
    }

    .whm-header-brand {
        gap: 3px;
    }

    .whm-header-brand__mark {
        width: 72px;
    }

    .whm-header-brand__name {
        font-size: .52rem;
        letter-spacing: .18em;
    }

    .whm-inner-page h1 {
        font-size: clamp(3.3rem, 17vw, 4.4rem);
        line-height: .92;
    }

    .whm-menu__inner {
        display: block;
        padding-top: 108px;
        padding-bottom: 28px;
    }

    .whm-menu__eyebrow {
        margin-bottom: 30px;
    }

    .whm-menu__nav a {
        gap: 14px;
        padding-block: 6px;
        font-size: clamp(2.45rem, 13vw, 3.5rem);
    }

    .whm-menu__meta {
        display: grid;
        padding-top: 42px;
        margin-top: 44px;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid var(--whm-line);
    }

    .whm-hero {
        min-height: 580px;
    }

    .whm-hero__shade {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .42), rgba(0, 0, 0, .03) 42%, rgba(0, 0, 0, .5));
    }

    .whm-section-heading {
        margin-bottom: 42px;
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .whm-section-heading h2 {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 24px;
        text-align: left;
    }

    .whm-section-heading .whm-text-link {
        grid-column: 2;
        grid-row: 1;
    }

    .whm-work-card {
        flex-basis: 82%;
    }

    .whm-work-card__meta {
        padding-top: 13px;
    }

    .whm-carousel-controls {
        margin-top: 24px;
    }

    .whm-talent {
        padding-top: 0;
    }

    .whm-talent__grid {
        grid-template-columns: 1fr;
    }

    .whm-talent-card {
        aspect-ratio: 4 / 5.2;
    }

    .whm-talent-card__label strong {
        font-size: 3.4rem;
    }

    .whm-become {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .whm-become__copy {
        padding: var(--whm-section-space) var(--whm-gutter);
        justify-self: stretch;
    }

    .whm-become__copy h2 {
        margin-top: 36px;
    }

    .whm-become__copy > p:not(.whm-kicker) {
        margin-top: 24px;
        font-size: 1rem;
        line-height: 1.65;
    }

    .whm-become__image {
        aspect-ratio: 4 / 4.4;
        min-height: 0;
    }

    .whm-about__intro {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .whm-about__copy {
        justify-self: start;
    }

    .whm-about__copy p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .whm-about__collage {
        margin-top: 62px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(10, 50px);
        gap: 8px;
    }

    .whm-about__image--main {
        grid-column: 1 / 7;
        grid-row: 1 / 5;
    }

    .whm-about__image--portrait-one {
        grid-column: 3 / 7;
        grid-row: 5 / 10;
    }

    .whm-about__image--portrait-two {
        grid-column: 1 / 4;
        grid-row: 7 / 11;
        border-width: 7px;
        border-left: 0;
        border-bottom: 0;
    }

    .whm-about__facts {
        padding-top: 48px;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .whm-about__facts > div {
        padding-bottom: 20px;
        grid-template-columns: 1fr 1fr;
        align-items: baseline;
        border-bottom: 1px solid var(--whm-line);
    }

    .whm-about__facts dd {
        text-align: right;
    }

    .whm-contact-page {
        padding-top: 118px;
    }

    .whm-contact-page h1 {
        font-size: clamp(4.6rem, 19.4vw, 4.8rem);
        letter-spacing: .015em;
        line-height: .78;
    }

    .whm-page--contact .whm-contact-page__image {
        margin-top: 30px;
        aspect-ratio: 16 / 9;
    }

    .whm-contact-page__image img {
        object-position: 53% 52%;
    }

    .whm-contact-list {
        margin-top: 29px;
        grid-template-columns: minmax(0, 1fr);
    }

    .whm-contact-list > a,
    .whm-contact-list > div {
        padding: 15px 0 20px;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 14px;
        border-left: 0;
    }

    .whm-contact-list span {
        padding-bottom: 7px;
        margin-bottom: 14px;
    }

    .whm-contact-list strong {
        font-size: clamp(1.65rem, 7.8vw, 1.95rem);
    }

    .whm-contact-arrow {
        width: 15px;
        height: 15px;
        margin-bottom: 3px;
    }

    .whm-contact-footer {
        padding: 28px 0 24px;
    }

    .whm-contact-footer__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .whm-contact-footer__nav,
    .whm-contact-footer__social {
        width: 100%;
        justify-content: space-between;
        gap: 14px;
        font-size: .58rem;
        letter-spacing: .1em;
    }

    .whm-inner-hero {
        padding-top: 142px;
        padding-bottom: 54px;
    }

    .whm-legal {
        padding-top: 34px;
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .whm-legal__index {
        position: static;
        gap: 17px;
    }

    .whm-legal__index nav {
        display: flex;
        padding-bottom: 9px;
        gap: 22px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .whm-legal__index nav::-webkit-scrollbar {
        display: none;
    }

    .whm-legal__index a {
        flex: 0 0 auto;
        padding: 11px 0 8px;
        scroll-snap-align: start;
        white-space: nowrap;
    }

    .whm-legal__index a:hover,
    .whm-legal__index a:focus-visible {
        padding-left: 0;
    }

    .whm-legal__content section {
        padding-block: 38px;
        scroll-margin-top: 20px;
    }

    .whm-legal__content h2 {
        margin-bottom: 20px;
        font-size: 1.85rem;
    }

    .whm-legal__division {
        padding: 72px 0 44px;
        scroll-margin-top: 20px;
    }

    .whm-legal__division h2 {
        margin: 0;
        font-size: 3.55rem;
    }

    .whm-legal__content p {
        font-size: .94rem;
        line-height: 1.8;
    }

    .whm-footer__nav {
        display: grid;
        justify-items: center;
        gap: 18px;
    }

    .whm-footer__logo {
        width: 150px;
    }

    .whm-footer__bottom {
        display: grid;
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
        justify-items: stretch;
        gap: 22px;
        text-align: center;
    }

    .whm-footer__bottom > p {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .whm-footer__bottom > div {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 20px;
    }

    .whm-contact-footer__credit,
    .whm-board-footer__credit {
        justify-self: center;
    }
}

.whm-mainboard-page {
    --whm-board-gutter: 24px;
    color: var(--whm-ink);
    background: var(--whm-paper);
}

.whm-mainboard-header {
    position: relative;
    padding-block: 18px;
    border-bottom: 1px solid var(--whm-line);
}

.whm-mainboard-rail {
    display: grid;
    min-height: 130px;
    padding: 30px var(--whm-board-gutter) 34px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
}

.whm-mainboard-rail h1 {
    margin: 0;
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(3.25rem, 3.7vw, 3.6rem);
    font-weight: 300;
    letter-spacing: .015em;
    line-height: .86;
    text-transform: uppercase;
}

.whm-mainboard-filters {
    display: flex;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 3vw, 46px);
}

.whm-mainboard-filters a {
    display: inline-grid;
    min-height: 44px;
    padding: 10px 0 9px;
    place-items: center;
    border-bottom: 1px solid transparent;
    color: var(--whm-muted);
    font-size: .78rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-mainboard-filters a[aria-current="page"] {
    border-color: currentColor;
    color: var(--whm-ink);
}

.whm-model-grid {
    display: grid;
    padding: 0 var(--whm-board-gutter) clamp(84px, 8vw, 120px);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: clamp(34px, 3vw, 46px);
}

.whm-model-card {
    display: block;
    min-width: 0;
}

.whm-model-card__media {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--whm-soft);
}

.whm-model-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.001);
    transition: transform .45s var(--whm-ease);
}

.whm-model-card__meta {
    display: grid;
    min-height: 58px;
    padding-top: 11px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 14px;
}

.whm-model-card__copy {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.whm-model-card__copy strong,
.whm-model-card__copy small {
    min-width: 0;
    overflow: hidden;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whm-model-card__copy strong {
    font-size: .72rem;
    letter-spacing: .045em;
    line-height: 1.35;
    text-transform: uppercase;
}

.whm-model-card__copy small {
    color: var(--whm-muted);
    font-size: .55rem;
    letter-spacing: .035em;
    line-height: 1.4;
}

.whm-model-card__meta svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1.25;
    transition: transform .35s var(--whm-ease);
}

.whm-model-card:hover .whm-model-card__media img,
.whm-model-card:focus-visible .whm-model-card__media img {
    transform: scale(1.018);
}

.whm-model-card:hover .whm-model-card__meta svg,
.whm-model-card:focus-visible .whm-model-card__meta svg {
    transform: translate(2px, -2px);
}

.whm-mainboard-empty {
    display: grid;
    min-height: 54svh;
    padding: clamp(82px, 10vw, 150px) var(--whm-board-gutter);
    align-content: start;
    justify-items: start;
    gap: 36px;
    border-top: 1px solid var(--whm-line);
}

.whm-mainboard-empty h2 {
    max-width: 12ch;
    font-size: clamp(3rem, 7vw, 6.5rem);
}

.whm-board-footer {
    padding: 46px var(--whm-board-gutter) 30px;
    border-top: 1px solid var(--whm-line);
    background: var(--whm-paper);
}

.whm-board-footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px;
}

.whm-board-footer__nav,
.whm-board-footer__social {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 48px);
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-board-footer__social {
    justify-content: flex-end;
}

.whm-board-footer a {
    display: inline-flex;
    min-height: 44px;
    margin-block: -16px;
    align-items: center;
    border-bottom: 1px solid transparent;
}

.whm-board-footer a:hover,
.whm-board-footer a:focus-visible {
    border-color: currentColor;
}

@media (max-width: 1279px) {
    .whm-model-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 14px;
    }
}

@media (max-width: 899px) {
    .whm-mainboard-page {
        --whm-board-gutter: 16px;
    }

    .whm-mainboard-rail {
        min-height: 118px;
        padding-block: 26px 30px;
    }

    .whm-mainboard-rail h1 {
        font-size: 3.25rem;
    }

    .whm-model-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 36px;
    }
}

@media (max-width: 599px) {
    .whm-mainboard-page {
        --whm-board-gutter: 12px;
    }

    .whm-mainboard-header {
        padding-block: 20px;
    }

    .whm-mainboard-rail {
        min-height: 0;
        padding: 24px var(--whm-board-gutter) 20px;
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .whm-mainboard-rail h1 {
        font-size: clamp(3.5rem, 16.5vw, 4.25rem);
        line-height: .82;
    }

    .whm-mainboard-filters {
        grid-column: 1;
        justify-content: flex-start;
        gap: 32px;
    }

    .whm-mainboard-filters a {
        font-size: .68rem;
    }

    .whm-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 18px;
    }

    .whm-model-card__meta {
        min-height: 53px;
        padding-top: 9px;
        gap: 8px;
    }

    .whm-model-card__copy strong {
        font-size: .62rem;
        letter-spacing: .035em;
    }

    .whm-model-card__copy small {
        font-size: .5rem;
    }

    .whm-model-card__meta svg {
        width: 13px;
        height: 13px;
    }

    .whm-board-footer {
        padding: 34px var(--whm-board-gutter) 28px;
    }

    .whm-board-footer__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .whm-board-footer__nav,
    .whm-board-footer__social {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
        font-size: .55rem;
        letter-spacing: .09em;
    }
}

.whm-scout-page {
    --whm-scout-black: #050505;
    --whm-scout-error: #9b2424;
    color: var(--whm-ink);
    background: var(--whm-paper);
}

.whm-scout-page [hidden] {
    display: none !important;
}

.whm-scout-header {
    position: relative;
    min-height: 104px;
    padding-block: 0;
    border-bottom: 1px solid var(--whm-line);
    background: var(--whm-paper);
}

.whm-scout-layout {
    display: grid;
    grid-template-columns: 38.2% 61.8%;
    align-items: stretch;
}

.whm-scout-aside {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: var(--whm-paper);
    background: var(--whm-scout-black);
}

.whm-scout-aside__content {
    position: sticky;
    top: 0;
    display: grid;
    min-width: 0;
    max-width: 620px;
    padding: clamp(44px, 4.25vw, 76px) clamp(32px, 4vw, 66px) clamp(70px, 7vw, 112px);
    align-content: start;
    gap: clamp(38px, 4.5vw, 68px);
}

.whm-scout-aside__headline {
    max-width: 12ch;
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(3.4rem, 4.75vw, 5.1rem);
    font-weight: 300;
    letter-spacing: -.018em;
    line-height: .9;
    text-transform: uppercase;
}

.whm-scout-aside__intro {
    max-width: 39ch;
    margin-top: 26px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(.8rem, .95vw, .95rem);
    line-height: 1.75;
}

.whm-scout-requirements {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, .55);
}

.whm-scout-requirements > div {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.whm-scout-requirements dt,
.whm-scout-requirements dd {
    font-size: .76rem;
    font-weight: 300;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.whm-scout-guide h2 {
    max-width: 27ch;
    color: rgba(255, 255, 255, .82);
    font-family: "Poppins", Arial, sans-serif;
    font-size: .72rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.55;
    text-transform: uppercase;
}

.whm-scout-guide ul {
    padding: 0;
    margin: 19px 0 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .45);
}

.whm-scout-guide li {
    display: grid;
    min-height: 58px;
    grid-template-columns: 35px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
}

.whm-scout-guide li span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    color: rgba(255, 255, 255, .65);
    font-size: .48rem;
    letter-spacing: .06em;
}

.whm-scout-guide li svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1.25;
}

.whm-scout-guide li strong {
    font-size: .68rem;
    font-weight: 300;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.whm-scout-application {
    min-width: 0;
    padding: clamp(52px, 5vw, 88px) clamp(38px, 5.2vw, 84px) clamp(84px, 8vw, 128px);
}

.whm-scout-application__header {
    padding-bottom: 38px;
}

.whm-scout-application__header h1 {
    margin: 0;
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(4.6rem, 7.1vw, 8rem);
    font-weight: 300;
    letter-spacing: -.03em;
    line-height: .82;
    text-transform: uppercase;
}

.whm-scout-application__header p {
    max-width: 70ch;
    margin-top: clamp(24px, 2.2vw, 36px);
    color: var(--whm-muted);
    font-size: .82rem;
    line-height: 1.7;
}

.whm-scout-form {
    position: relative;
}

.whm-scout-section {
    min-width: 0;
    padding: 28px 0 32px;
    margin: 0;
    border: 0;
    border-top: 1px solid var(--whm-line);
}

.whm-scout-section legend {
    display: grid;
    float: left;
    width: 100%;
    padding: 0 0 30px;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: baseline;
    gap: 18px;
    color: var(--whm-ink);
}

.whm-scout-section legend + * {
    clear: both;
}

.whm-scout-section legend > span {
    font-family: "Code", "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: .02em;
}

.whm-scout-section legend > strong {
    font-family: "Code", "Poppins", sans-serif;
    font-size: 1.55rem;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1;
    text-transform: uppercase;
}

.whm-scout-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(28px, 4vw, 54px);
    row-gap: 18px;
}

.whm-scout-field-grid .whm-scout-field:nth-child(5) {
    grid-column: 1 / -1;
}

.whm-scout-field {
    min-width: 0;
}

.whm-scout-field > label {
    display: flex;
    min-height: 20px;
    align-items: baseline;
    gap: 3px;
    color: var(--whm-ink);
    font-size: .64rem;
    font-weight: 400;
    letter-spacing: .07em;
    line-height: 1.4;
    text-transform: uppercase;
}

.whm-scout-field__required {
    color: var(--whm-ink);
}

.whm-scout-field__optional {
    margin-left: 8px;
    color: var(--whm-muted);
    font-size: .52rem;
    letter-spacing: .09em;
}

.whm-scout-field input:not([type="checkbox"]):not([type="file"]) {
    display: block;
    width: 100%;
    height: 48px;
    padding: 9px 0 7px;
    border: 0;
    border-bottom: 1px solid var(--whm-ink);
    border-radius: 0;
    outline: 0;
    color: var(--whm-ink);
    background: transparent;
    box-shadow: none;
    font: 300 1rem/1.3 "Poppins", Arial, sans-serif;
    -webkit-appearance: none;
    appearance: none;
}

.whm-scout-field input[type="number"] {
    -moz-appearance: textfield;
}

.whm-scout-field input[type="number"]::-webkit-inner-spin-button,
.whm-scout-field input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.whm-scout-field input:not([type="checkbox"]):not([type="file"]):focus-visible {
    border-bottom-width: 2px;
    outline: 2px solid var(--whm-ink);
    outline-offset: 5px;
}

.whm-scout-field[data-has-error="true"] input {
    border-bottom-color: var(--whm-scout-error);
}

.whm-scout-field__error {
    margin-top: 9px !important;
    color: var(--whm-scout-error);
    font-size: .65rem;
    font-weight: 400;
    line-height: 1.45;
}

.whm-scout-section__intro {
    max-width: 68ch;
    margin: -9px 0 28px !important;
    color: var(--whm-muted);
    font-size: .72rem;
    line-height: 1.7;
}

.whm-scout-upload-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.whm-scout-upload {
    position: relative;
    min-width: 0;
}

.whm-scout-upload__input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.whm-scout-upload__label {
    display: flex;
    min-height: 178px;
    padding: 20px;
    flex-direction: column;
    border: 1px solid var(--whm-line);
    cursor: pointer;
    transition: border-color .25s ease, background .25s ease;
}

.whm-scout-upload__label:hover {
    border-color: var(--whm-ink);
    background: var(--whm-soft);
}

.whm-scout-upload__input:focus-visible + .whm-scout-upload__label {
    border-color: var(--whm-ink);
    outline: 2px solid var(--whm-ink);
    outline-offset: 4px;
}

.whm-scout-upload[data-has-error="true"] .whm-scout-upload__label {
    border-color: var(--whm-scout-error);
}

.whm-scout-upload__heading {
    display: grid;
    padding-right: 28px;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: baseline;
    gap: 7px;
    font-size: .58rem;
    letter-spacing: .055em;
    line-height: 1.4;
    text-transform: uppercase;
}

.whm-scout-upload__heading strong {
    overflow: hidden;
    font-size: inherit;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whm-scout-upload__choose {
    display: flex;
    margin-top: auto;
    align-items: center;
    gap: 16px;
    font-size: .62rem;
    font-weight: 400;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.whm-scout-upload__plus {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
}

.whm-scout-upload__plus::before,
.whm-scout-upload__plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
}

.whm-scout-upload__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.whm-scout-upload__selection {
    display: grid;
    min-width: 0;
    margin-top: auto;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 12px;
}

.whm-scout-upload__selection[hidden] {
    display: none;
}

.whm-scout-upload__selection img {
    width: 44px;
    height: 56px;
    object-fit: cover;
    background: var(--whm-soft);
}

.whm-scout-upload__selection > span {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.whm-scout-upload__selection strong,
.whm-scout-upload__selection small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whm-scout-upload__selection strong {
    font-size: .59rem;
    font-weight: 400;
}

.whm-scout-upload__selection small {
    color: var(--whm-muted);
    font-size: .52rem;
    text-transform: uppercase;
}

.whm-scout-upload__clear {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.whm-scout-upload__clear[hidden] {
    display: none;
}

.whm-scout-section--terms {
    padding-bottom: 38px;
}

.whm-scout-consent {
    display: grid;
    padding: 22px 0;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    column-gap: 17px;
    border-top: 1px solid var(--whm-line);
}

.whm-scout-consent:last-child {
    border-bottom: 1px solid var(--whm-line);
}

.whm-scout-consent input {
    display: grid;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 2px 0 0;
    place-content: center;
    border: 1px solid var(--whm-ink);
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.whm-scout-consent input::before {
    width: 10px;
    height: 10px;
    background: var(--whm-ink);
    content: "";
    transform: scale(0);
    transition: transform .16s ease;
}

.whm-scout-consent input:checked::before {
    transform: scale(1);
}

.whm-scout-consent input:focus-visible {
    outline: 2px solid var(--whm-ink);
    outline-offset: 4px;
}

.whm-scout-consent label,
.whm-scout-consent__copy {
    display: grid;
    gap: 9px;
}

.whm-scout-consent label {
    cursor: pointer;
}

.whm-scout-consent label > span {
    max-width: 88ch;
    font-size: .7rem;
    line-height: 1.7;
}

.whm-scout-consent label small {
    width: fit-content;
    color: var(--whm-muted);
    font-size: .52rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.whm-scout-consent a {
    border-bottom: 1px solid currentColor;
}

.whm-scout-consent__document {
    width: fit-content;
    color: var(--whm-muted);
    font-size: .56rem;
    font-weight: 400;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.whm-scout-consent > .whm-scout-field__error {
    grid-column: 2;
}

.whm-scout-submit button {
    display: flex;
    width: 100%;
    min-height: 86px;
    padding: 22px clamp(24px, 3vw, 44px);
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid var(--whm-scout-black);
    border-radius: 0;
    color: var(--whm-paper);
    background: var(--whm-scout-black);
    font-size: .72rem;
    font-weight: 400;
    letter-spacing: .115em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .25s ease, background .25s ease;
}

.whm-scout-submit button:hover,
.whm-scout-submit button:focus-visible {
    color: var(--whm-scout-black);
    background: var(--whm-paper);
}

.whm-scout-submit button:disabled {
    cursor: wait;
    opacity: .66;
}

.whm-scout-status {
    padding: 20px 0 0;
    text-align: center;
    font-size: .72rem;
    font-weight: 400;
    line-height: 1.6;
}

.whm-scout-status[data-status="error"] {
    color: var(--whm-scout-error);
}

.whm-scout-status[data-status="success"] {
    color: var(--whm-ink);
}

.whm-scout-footer {
    display: grid;
    padding: 36px var(--whm-gutter);
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: clamp(28px, 4vw, 62px);
    color: var(--whm-paper);
    background: var(--whm-scout-black);
}

.whm-scout-footer__brand a {
    display: inline-grid;
    justify-items: start;
    gap: 3px;
}

.whm-scout-footer__brand a > span {
    display: block;
    width: 68px;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

.whm-scout-footer__brand img {
    width: 100%;
    filter: brightness(0) invert(1);
    transform: translateY(-25%);
}

.whm-scout-footer__brand strong {
    font-family: "Code", "Poppins", sans-serif;
    font-size: .52rem;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.whm-scout-footer__primary,
.whm-scout-footer__legal {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2vw, 30px);
    color: rgba(255, 255, 255, .72);
    font-size: .55rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.whm-scout-footer__legal {
    justify-content: flex-end;
}

.whm-scout-footer a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid transparent;
}

.whm-scout-footer a:hover,
.whm-scout-footer a:focus-visible,
.whm-scout-footer a[aria-current="page"] {
    border-color: currentColor;
    color: var(--whm-paper);
}

@media (max-width: 1199px) {
    .whm-scout-layout {
        grid-template-columns: 40% 60%;
    }

    .whm-scout-aside__content {
        padding-inline: 36px;
    }

    .whm-scout-application {
        padding-inline: 38px;
    }

    .whm-scout-footer {
        grid-template-columns: 1fr auto;
    }

    .whm-scout-footer__legal {
        grid-row: 2;
        grid-column: 1 / -1;
    }
}

@media (max-width: 899px) {
    .whm-scout-layout {
        display: block;
    }

    .whm-scout-aside {
        display: block;
    }

    .whm-scout-aside__content {
        position: static;
        max-width: none;
    }

    .whm-scout-aside__headline {
        max-width: 12ch;
        font-size: clamp(4rem, 10vw, 6rem);
    }

    .whm-scout-application {
        padding-inline: var(--whm-gutter);
    }

    .whm-scout-field-grid {
        column-gap: 30px;
    }

    .whm-scout-footer {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .whm-scout-header {
        min-height: 80px;
        height: 80px;
        padding-block: 0;
    }

    .whm-scout-aside__content {
        padding: 36px var(--whm-gutter) 44px;
        gap: 36px;
    }

    .whm-scout-aside__headline {
        max-width: none;
        font-size: clamp(1.85rem, 7.7vw, 2.1rem);
        line-height: .94;
        white-space: nowrap;
    }

    .whm-scout-aside__intro {
        margin-top: 21px;
        font-size: .76rem;
        line-height: 1.7;
    }

    .whm-scout-requirements > div {
        min-height: 58px;
    }

    .whm-scout-guide {
        display: none;
    }

    .whm-scout-application {
        padding-top: 52px;
        padding-bottom: 80px;
    }

    .whm-scout-application__header {
        padding-bottom: 38px;
    }

    .whm-scout-application__header h1 {
        font-size: clamp(3rem, 12.5vw, 3.5rem);
        line-height: .82;
        white-space: nowrap;
    }

    .whm-scout-application__header p {
        margin-top: 21px;
        font-size: .75rem;
    }

    .whm-scout-section {
        padding-top: 27px;
        padding-bottom: 48px;
    }

    .whm-scout-section legend {
        padding-bottom: 34px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
    }

    .whm-scout-section legend > strong {
        font-size: 1.4rem;
    }

    .whm-scout-field-grid {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 28px;
    }

    .whm-scout-field-grid .whm-scout-field:nth-child(5) {
        grid-column: auto;
    }

    .whm-scout-field input:not([type="checkbox"]):not([type="file"]) {
        min-height: 52px;
        font-size: 1rem;
    }

    .whm-scout-section__intro {
        margin-top: -6px !important;
        font-size: .68rem;
    }

    .whm-scout-upload-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .whm-scout-upload__label {
        min-height: 128px;
        padding: 18px;
    }

    .whm-scout-upload__heading {
        font-size: .64rem;
    }

    .whm-scout-consent {
        padding-block: 20px;
    }

    .whm-scout-consent label > span {
        font-size: .68rem;
    }

    .whm-scout-submit button {
        min-height: 74px;
    }

    .whm-scout-footer {
        padding: 42px var(--whm-gutter) 36px;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 25px;
        text-align: center;
    }

    .whm-scout-footer__brand a {
        justify-items: center;
    }

    .whm-scout-footer__primary,
    .whm-scout-footer__legal {
        width: 100%;
        flex-wrap: wrap;
        grid-row: auto;
        justify-content: center;
        gap: 5px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

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

/* Single-model profile */

.whm-single-model {
    --whm-editorial-black: #050505;
    --whm-editorial-gutter: clamp(22px, 2.25vw, 34px);
    color: var(--whm-ink);
    background: var(--whm-paper);
}

.whm-single-model [hidden] {
    display: none !important;
}

.whm-model-single svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1.35;
}

.whm-model-hero {
    display: grid;
    height: clamp(720px, calc(100svh - 104px), 1080px);
    grid-template-columns: minmax(0, 38.2%) minmax(0, 61.8%);
    color: var(--whm-paper);
    background: var(--whm-editorial-black);
}

.whm-model-rail {
    position: relative;
    display: flex;
    min-width: 0;
    padding: clamp(64px, 6.7vw, 104px) clamp(28px, 4vw, 62px);
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.whm-model-rail__top {
    position: absolute;
    top: clamp(34px, 3.8vw, 58px);
    left: clamp(28px, 4vw, 62px);
    display: flex;
    width: calc(100% - (2 * clamp(28px, 4vw, 62px)));
    align-items: center;
    justify-content: space-between;
}

.whm-model-back {
    display: inline-flex;
    min-height: 44px;
    margin-top: -14px;
    align-items: center;
    gap: 11px;
    font-size: .66rem;
    font-weight: 400;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.whm-model-back svg {
    width: 19px;
    height: 19px;
    transition: transform .35s var(--whm-ease);
}

.whm-model-back:hover svg,
.whm-model-back:focus-visible svg {
    transform: translateX(-4px);
}

.whm-model-position {
    color: rgba(255, 255, 255, .62);
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .05em;
}

.whm-model-rail__body {
    min-width: 0;
}

.whm-model-rail__body h1 {
    max-width: 8ch;
    overflow-wrap: anywhere;
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(3.7rem, 5.55vw, 5.7rem);
    font-weight: 300;
    letter-spacing: -.03em;
    line-height: .82;
    text-transform: uppercase;
}

.whm-model-rail__body h1.is-long {
    font-size: clamp(3.25rem, 4.7vw, 4.9rem);
}

.whm-model-rail__body h1.is-very-long {
    font-size: clamp(2.8rem, 4vw, 4.2rem);
    line-height: .86;
}

.whm-model-agency {
    display: grid;
    max-width: 40ch;
    margin-top: clamp(18px, 2vw, 28px) !important;
    gap: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: .68rem;
    line-height: 1.45;
}

.whm-model-agency span {
    font-size: .55rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.whm-model-agency strong {
    color: var(--whm-paper);
    font-weight: 300;
}

.whm-model-measurements {
    max-width: 390px;
    margin-top: clamp(24px, 2.8vw, 40px);
}

.whm-model-measurements dl {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.whm-model-measurements dl > div {
    display: grid;
    min-height: 34px;
    padding-block: 6px;
    grid-template-columns: minmax(88px, .8fr) minmax(0, 1.2fr);
    align-items: baseline;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.whm-model-measurements dt {
    color: rgba(255, 255, 255, .62);
    font-size: .56rem;
    font-weight: 400;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.whm-model-measurements dd {
    min-width: 0;
    color: var(--whm-paper);
    font-size: .72rem;
    font-weight: 300;
    letter-spacing: .015em;
    text-align: right;
}

.whm-model-unit-switch {
    display: flex;
    min-height: 42px;
    margin-top: 13px;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, .45);
    font-size: .56rem;
    font-weight: 400;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.whm-model-unit-switch button {
    min-height: 38px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    color: inherit;
    background: transparent;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.whm-model-unit-switch button[aria-pressed="true"] {
    border-color: currentColor;
    color: var(--whm-paper);
}

.whm-model-enquiry {
    position: absolute;
    left: clamp(28px, 4vw, 62px);
    bottom: clamp(31px, 3.7vw, 55px);
    display: inline-flex;
    min-height: 44px;
    margin-bottom: -13px;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: .57rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.whm-model-enquiry svg {
    width: 15px;
    height: 15px;
    transition: transform .35s var(--whm-ease);
}

.whm-model-enquiry:hover svg,
.whm-model-enquiry:focus-visible svg {
    transform: translate(3px, -3px);
}

.whm-model-hero__media {
    min-width: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #111;
}

.whm-model-hero__image {
    width: 100%;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center top;
}

.whm-model-galleries {
    min-height: 42svh;
    background: var(--whm-paper);
}

.whm-model-gallery-rail {
    position: sticky;
    z-index: 12;
    top: 0;
    display: grid;
    min-height: 78px;
    padding: 15px var(--whm-editorial-gutter);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid var(--whm-line);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
}

.whm-model-gallery-rail > p {
    color: var(--whm-muted);
    font-size: .58rem;
    font-weight: 400;
    letter-spacing: .04em;
}

.whm-model-gallery-tabs {
    display: flex;
    align-items: center;
    gap: clamp(24px, 3vw, 46px);
}

.whm-model-gallery-tabs button {
    display: inline-flex;
    min-height: 46px;
    padding: 0;
    align-items: center;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid transparent;
    color: var(--whm-muted);
    background: transparent;
    font-size: .66rem;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

.whm-model-gallery-tabs button span {
    color: inherit;
    font-size: .54rem;
}

.whm-model-gallery-tabs button[aria-selected="true"] {
    border-color: currentColor;
    color: var(--whm-ink);
}

.whm-model-gallery {
    padding: 14px var(--whm-editorial-gutter) clamp(42px, 6vw, 86px);
    column-gap: 14px;
}

.whm-model-gallery--polaroids {
    column-count: 4;
}

.whm-model-gallery--portfolio {
    column-count: 3;
}

.whm-model-gallery__item {
    display: inline-block;
    width: 100%;
    margin: 0 0 14px;
    break-inside: avoid;
    vertical-align: top;
}

.whm-model-gallery__trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #efefec;
    cursor: zoom-in;
}

.whm-model-gallery__image {
    width: 100%;
    height: auto;
    transform: scale(1.001);
    transition: transform .7s var(--whm-ease);
}

.whm-model-gallery__trigger:hover .whm-model-gallery__image,
.whm-model-gallery__trigger:focus-visible .whm-model-gallery__image {
    transform: scale(1.012);
}

.whm-model-gallery__index {
    position: absolute;
    top: 9px;
    left: 10px;
    color: var(--whm-ink);
    font-size: .56rem;
    font-weight: 400;
    letter-spacing: .05em;
    text-shadow: 0 1px 8px rgba(255, 255, 255, .75);
}

.whm-model-gallery__expand {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 26px;
    height: 26px;
    padding: 6px;
    color: var(--whm-ink);
    background: rgba(255, 255, 255, .86);
    transition: transform .35s var(--whm-ease);
}

.whm-model-gallery__trigger:hover .whm-model-gallery__expand,
.whm-model-gallery__trigger:focus-visible .whm-model-gallery__expand {
    transform: translate(2px, -2px);
}

.whm-model-single .whm-model-pagination {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .whm-model-rail {
        padding-inline: 38px;
    }

    .whm-model-rail__top {
        left: 38px;
        width: calc(100% - 76px);
    }

    .whm-model-enquiry {
        left: 38px;
    }

    .whm-model-gallery--polaroids {
        column-count: 3;
    }
}

@media (max-width: 899px) {
    .whm-model-hero {
        grid-template-columns: minmax(0, 41%) minmax(0, 59%);
    }

    .whm-model-rail {
        padding-inline: 28px;
    }

    .whm-model-rail__top {
        left: 28px;
        width: calc(100% - 56px);
    }

    .whm-model-enquiry {
        left: 28px;
    }

    .whm-model-rail__body h1 {
        font-size: clamp(3rem, 7vw, 4.1rem);
    }

    .whm-model-rail__body h1.is-long,
    .whm-model-rail__body h1.is-very-long {
        font-size: clamp(2.65rem, 6vw, 3.6rem);
    }

    .whm-model-gallery--portfolio {
        column-count: 2;
    }
}

@media (max-width: 599px) {
    .whm-single-model {
        --whm-editorial-gutter: 14px;
    }

    .whm-model-hero {
        display: flex;
        height: auto;
        flex-direction: column;
    }

    .whm-model-hero__media {
        order: -1;
        width: 100%;
        height: 58svh;
        min-height: 390px;
        max-height: 570px;
    }

    .whm-model-rail {
        min-height: 0;
        padding: 21px 20px 30px;
        border-right: 0;
    }

    .whm-model-rail__top {
        position: static;
        width: 100%;
    }

    .whm-model-back {
        min-height: 36px;
        margin-top: 0;
        font-size: .6rem;
    }

    .whm-model-back svg {
        width: 17px;
        height: 17px;
    }

    .whm-model-position {
        font-size: .61rem;
    }

    .whm-model-rail__body {
        margin-top: 24px;
    }

    .whm-model-rail__body h1,
    .whm-model-rail__body h1.is-long,
    .whm-model-rail__body h1.is-very-long {
        max-width: 100%;
        font-size: clamp(3.1rem, 14vw, 3.75rem);
        line-height: .83;
    }

    .whm-model-rail__body h1.is-very-long {
        font-size: clamp(2.75rem, 12.6vw, 3.35rem);
        line-height: .87;
    }

    .whm-model-agency {
        margin-top: 17px !important;
        font-size: .65rem;
    }

    .whm-model-measurements {
        max-width: none;
        margin-top: 27px;
    }

    .whm-model-measurements dl > div {
        min-height: 35px;
        padding-block: 7px;
        grid-template-columns: minmax(78px, .8fr) minmax(0, 1.2fr);
    }

    .whm-model-measurements dt {
        font-size: .55rem;
    }

    .whm-model-measurements dd {
        font-size: .68rem;
    }

    .whm-model-unit-switch {
        min-height: 46px;
        margin-top: 11px;
        gap: 12px;
        font-size: .53rem;
    }

    .whm-model-enquiry {
        position: static;
        min-height: 42px;
        margin: 13px 0 -8px;
        font-size: .54rem;
    }

    .whm-model-gallery-rail {
        min-height: 86px;
        padding: 12px var(--whm-editorial-gutter);
        grid-template-columns: minmax(0, 1fr);
        gap: 1px;
    }

    .whm-model-gallery-tabs {
        gap: 26px;
    }

    .whm-model-gallery-tabs button {
        min-height: 42px;
        font-size: .62rem;
    }

    .whm-model-gallery-rail > p {
        padding-bottom: 4px;
        font-size: .54rem;
    }

    .whm-model-gallery {
        padding-top: 8px;
        padding-bottom: 34px;
        column-gap: 8px;
    }

    .whm-model-gallery--polaroids {
        column-count: 2;
    }

    .whm-model-gallery--portfolio {
        column-count: 1;
    }

    .whm-model-gallery__item {
        margin-bottom: 8px;
    }

    .whm-model-gallery__index {
        top: 6px;
        left: 7px;
        font-size: .51rem;
    }

    .whm-model-gallery__expand {
        top: 6px;
        right: 6px;
        width: 24px;
        height: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .whm-model-back svg,
    .whm-model-enquiry svg,
    .whm-model-gallery__image,
    .whm-model-gallery__expand {
        transition: none !important;
    }
}

/* Highlights archive and single-work editorial templates. */

.whm-highlights-page,
.whm-single-work {
    --whm-editorial-black: #050505;
    --whm-scout-black: #050505;
    --whm-editorial-gutter: clamp(22px, 2.25vw, 34px);
    color: var(--whm-ink);
    background: var(--whm-paper);
}

.whm-highlights-page [hidden],
.whm-single-work [hidden] {
    display: none !important;
}

.whm-site-header {
    position: relative;
    min-height: 104px;
    height: 104px;
    padding-block: 0;
    border-bottom: 1px solid var(--whm-line);
    background: var(--whm-paper);
}

.whm-icon-arrow-up-right,
.whm-work-single svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1.35;
}

.whm-menu__nav a[aria-current="page"] {
    opacity: 1;
}

.whm-site-footer {
    border: 0;
}

.whm-site-footer__primary {
    justify-content: center;
}

.whm-site-footer__legal > span {
    white-space: nowrap;
}

/* Highlights */

.whm-highlights {
    min-height: 60svh;
}

.whm-highlights-rail {
    display: grid;
    min-height: 124px;
    padding: 35px var(--whm-editorial-gutter) 27px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
}

.whm-highlights-rail__title {
    margin: 0;
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(4.15rem, 5.25vw, 5.15rem);
    font-weight: 300;
    letter-spacing: -.015em;
    line-height: .78;
    text-transform: uppercase;
}

.whm-highlights-rail__count {
    padding-bottom: 2px;
    font-size: .78rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-highlights-grid {
    display: grid;
    padding-inline: var(--whm-editorial-gutter);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: clamp(28px, 2.7vw, 42px);
}

.whm-highlight-card {
    min-width: 0;
    scroll-margin-top: 24px;
}

.whm-highlight-card__link {
    display: block;
}

.whm-highlight-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
    background: #f0f0ed;
}

.whm-highlight-card__image,
.whm-highlight-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.whm-highlight-card__image {
    object-fit: cover;
    transform: scale(1.001);
    transition: transform .65s var(--whm-ease);
}

.whm-highlight-card__placeholder {
    background: #eeeeeb;
}

.whm-highlight-card__meta {
    display: grid;
    min-height: 70px;
    padding: 11px 0 13px;
    grid-template-columns: 29px minmax(0, 1fr) auto;
    align-items: start;
    gap: 9px;
    border-top: 1px solid var(--whm-ink);
}

.whm-highlight-card__index {
    padding-top: 1px;
    color: var(--whm-muted);
    font-size: .58rem;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 1.35;
}

.whm-highlight-card__copy {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.whm-highlight-card__title,
.whm-highlight-card__location {
    min-width: 0;
    overflow: hidden;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whm-highlight-card__title {
    font-size: .7rem;
    letter-spacing: .045em;
    line-height: 1.3;
    text-transform: uppercase;
}

.whm-highlight-card__location {
    color: #42423f;
    font-size: .58rem;
    letter-spacing: .015em;
    line-height: 1.4;
}

.whm-highlight-card__arrow {
    width: 15px;
    height: 15px;
    margin-top: 1px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1.2;
    transition: transform .35s var(--whm-ease);
}

.whm-highlight-card__link:hover .whm-highlight-card__image,
.whm-highlight-card__link:focus-visible .whm-highlight-card__image {
    transform: scale(1.018);
}

.whm-highlight-card__link:hover .whm-highlight-card__arrow,
.whm-highlight-card__link:focus-visible .whm-highlight-card__arrow {
    transform: translate(2px, -2px);
}

.whm-highlights-more {
    padding: clamp(32px, 4vw, 58px) var(--whm-editorial-gutter) clamp(52px, 7vw, 96px);
}

.whm-highlights-more__button {
    display: grid;
    min-height: 58px;
    width: 100%;
    place-items: center;
    border: 1px solid var(--whm-ink);
    background: var(--whm-paper);
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .38em;
    line-height: 1;
    text-transform: uppercase;
    transition: color .3s ease, background .3s ease;
}

.whm-highlights-more__button:hover,
.whm-highlights-more__button:focus-visible {
    color: var(--whm-paper);
    background: var(--whm-ink);
}

.whm-highlights-empty {
    display: grid;
    min-height: 42svh;
    padding: 56px var(--whm-editorial-gutter);
    place-items: start;
    border-top: 1px solid var(--whm-line);
}

/* Single work */

.whm-work-hero {
    display: grid;
    height: clamp(720px, 83.333vw, 1280px);
    grid-template-columns: minmax(0, 38.2%) minmax(0, 61.8%);
    color: var(--whm-paper);
    background: var(--whm-editorial-black);
}

.whm-work-rail {
    position: relative;
    display: flex;
    min-width: 0;
    padding: clamp(46px, 5.25vw, 82px) clamp(28px, 4vw, 62px);
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.whm-work-rail__top {
    position: static;
}

.whm-work-back {
    position: absolute;
    top: clamp(42px, 4.6vw, 70px);
    left: clamp(28px, 4vw, 62px);
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    margin-top: -14px;
    align-items: center;
    gap: 11px;
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.whm-work-back svg,
.whm-work-discover svg {
    width: 19px;
    height: 19px;
    transition: transform .35s var(--whm-ease);
}

.whm-work-back:hover svg,
.whm-work-back:focus-visible svg {
    transform: translateX(-4px);
}

.whm-work-position {
    position: absolute;
    top: auto;
    bottom: clamp(42px, 4.6vw, 70px);
    left: clamp(28px, 4vw, 62px);
    font-size: .72rem;
    font-weight: 400;
    letter-spacing: .04em;
}

.whm-work-rail__body h1 {
    max-width: 7ch;
    margin: 0;
    overflow-wrap: anywhere;
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(3.7rem, 5.85vw, 5.8rem);
    font-weight: 300;
    letter-spacing: -.025em;
    line-height: .82;
    text-transform: uppercase;
}

.whm-work-location {
    max-width: 26ch;
    margin-top: clamp(20px, 2vw, 30px) !important;
    font-size: clamp(.86rem, 1.15vw, 1.08rem);
    line-height: 1.45;
}

.whm-work-date {
    margin-top: 14px !important;
    color: rgba(255, 255, 255, .65);
    font-size: .64rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.whm-work-discover {
    position: absolute;
    right: clamp(28px, 4vw, 62px);
    bottom: clamp(36px, 4vw, 62px);
    display: inline-flex;
    min-height: 44px;
    margin-bottom: -13px;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .7);
    font-size: .56rem;
    font-weight: 400;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.whm-work-discover:hover svg,
.whm-work-discover:focus-visible svg {
    transform: translateY(4px);
}

.whm-work-hero__media {
    min-width: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #0d0d0d;
}

.whm-work-hero__image {
    width: 100%;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center top;
}

.whm-work-content {
    padding: clamp(62px, 7vw, 104px) var(--whm-editorial-gutter);
    border-bottom: 1px solid var(--whm-line);
}

.whm-work-content__inner {
    max-width: 760px;
    margin-inline: auto;
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.75;
}

.whm-work-content__inner > * + * {
    margin-top: 1.35em;
}

.whm-work-gallery,
.whm-work-video {
    padding: clamp(58px, 6.5vw, 96px) var(--whm-editorial-gutter) 0;
}

.whm-work-gallery__header,
.whm-work-video__header {
    display: flex;
    margin-bottom: 30px;
    align-items: baseline;
    gap: 8px;
    font-size: .76rem;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.whm-work-gallery__header h2,
.whm-work-video__header h2 {
    font-family: "Poppins", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.whm-work-gallery__header h2::after {
    margin-left: 8px;
    content: "/";
}

.whm-work-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
}

.whm-work-gallery__item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 14px;
    break-inside: avoid;
    vertical-align: top;
}

.whm-work-gallery__trigger {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #efefec;
    cursor: zoom-in;
}

.whm-work-gallery__image {
    width: 100%;
    height: auto;
    transform: scale(1.001);
    transition: transform .7s var(--whm-ease);
}

.whm-work-gallery__trigger:hover .whm-work-gallery__image,
.whm-work-gallery__trigger:focus-visible .whm-work-gallery__image {
    transform: scale(1.012);
}

.whm-work-gallery__number {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--whm-ink);
    background: rgba(255, 255, 255, .88);
    font-size: 0;
    pointer-events: none;
}

.whm-work-gallery__number::after {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1;
    content: "↗";
}

.whm-work-video__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.whm-work-video iframe,
.whm-work-video video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

.whm-work-share {
    position: relative;
    display: grid;
    min-height: 68px;
    margin: clamp(52px, 6vw, 92px) var(--whm-editorial-gutter) 0;
    padding-block: 12px;
    grid-template-columns: minmax(120px, .8fr) 4fr;
    align-items: center;
    gap: 28px;
    border-top: 1px solid var(--whm-ink);
    border-bottom: 1px solid var(--whm-ink);
}

.whm-work-share h2 {
    font-family: "Poppins", sans-serif;
    font-size: .62rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.whm-work-share__links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 18px;
}

.whm-work-share__links a,
.whm-work-share__links button {
    display: inline-flex;
    width: fit-content;
    min-height: 42px;
    padding: 0;
    align-items: center;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    font-size: .6rem;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

.whm-work-share__links a:hover,
.whm-work-share__links a:focus-visible,
.whm-work-share__links button:hover,
.whm-work-share__links button:focus-visible {
    border-color: currentColor;
}

.whm-work-share__status {
    position: absolute;
    right: 0;
    bottom: -25px;
    color: var(--whm-muted);
    font-size: .58rem;
}

.whm-work-pagination {
    position: relative;
    display: grid;
    margin: 54px var(--whm-editorial-gutter) clamp(54px, 7vw, 100px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--whm-ink);
}

.whm-work-pagination__link {
    display: flex;
    min-width: 0;
    min-height: clamp(180px, 16vw, 235px);
    padding: clamp(28px, 3vw, 46px);
    flex-direction: column;
    justify-content: space-between;
}

.whm-work-pagination__link > span {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: .62rem;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.whm-work-pagination__link > span svg {
    width: 17px;
    height: 17px;
}

.whm-work-pagination__link strong {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(3rem, 5vw, 5.25rem);
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: .8;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.whm-work-pagination__link--previous {
    color: var(--whm-paper) !important;
    background: var(--whm-editorial-black);
}

.whm-work-pagination__link--next {
    align-items: flex-end;
    border-left: 1px solid var(--whm-ink);
    text-align: right;
}

.whm-work-pagination__link--previous > span,
.whm-work-pagination__link--previous > strong {
    color: var(--whm-paper) !important;
}

.whm-work-pagination__link.is-disabled {
    color: rgba(17, 17, 17, .28);
    background: var(--whm-paper);
}

.whm-work-pagination__link--previous.is-disabled {
    color: rgba(255, 255, 255, .32);
    background: var(--whm-editorial-black);
}

.whm-work-pagination__link.is-disabled > * {
    visibility: hidden;
}

.whm-work-lightbox {
    position: fixed;
    z-index: 1000;
    inset: 0;
    color: var(--whm-paper);
    background: rgba(0, 0, 0, .97);
}

.whm-lightbox-open {
    overflow: hidden !important;
}

.whm-work-lightbox__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-out;
}

.whm-work-lightbox__panel {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    height: 100%;
    padding: 20px;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    grid-template-rows: 56px minmax(0, 1fr);
    pointer-events: none;
}

.whm-work-lightbox__toolbar {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    font-size: .66rem;
    letter-spacing: .08em;
    pointer-events: auto;
}

.whm-work-lightbox__toolbar button,
.whm-work-lightbox__previous,
.whm-work-lightbox__next {
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: var(--whm-paper);
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.whm-work-lightbox__toolbar button svg,
.whm-work-lightbox__previous svg,
.whm-work-lightbox__next svg {
    width: 20px;
    height: 20px;
}

.whm-work-lightbox__previous,
.whm-work-lightbox__next {
    align-self: center;
}

.whm-work-lightbox__previous:disabled,
.whm-work-lightbox__next:disabled {
    opacity: .2;
    cursor: default;
}

.whm-work-lightbox__figure {
    display: grid;
    min-width: 0;
    min-height: 0;
    place-items: center;
    pointer-events: none;
}

.whm-work-lightbox__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100svh - 116px);
    object-fit: contain;
    pointer-events: auto;
}

@media (max-width: 1199px) {
    .whm-highlights-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .whm-work-rail {
        padding-inline: 38px;
    }

    .whm-work-rail__top {
        position: static;
    }

    .whm-work-back {
        left: 38px;
    }

    .whm-work-position {
        left: 38px;
    }

    .whm-work-discover {
        right: 38px;
    }

}

@media (max-width: 899px) {
    .whm-highlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .whm-work-hero {
        grid-template-columns: minmax(0, 41%) minmax(0, 59%);
    }

    .whm-work-rail__body h1 {
        font-size: clamp(3.25rem, 7.5vw, 4.35rem);
    }

    .whm-work-discover {
        display: none;
    }

    .whm-work-share {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .whm-work-share__links {
        gap: 10px;
    }

}

@media (max-width: 599px) {
    .whm-highlights-page,
    .whm-single-work {
        --whm-editorial-gutter: 14px;
    }

    .whm-site-header {
        min-height: 80px;
        height: 80px;
        padding-block: 0;
    }

    .whm-highlights-rail {
        min-height: 105px;
        padding: 30px var(--whm-editorial-gutter) 20px;
        gap: 12px;
    }

    .whm-highlights-rail__title {
        font-size: clamp(3.1rem, 14.2vw, 3.65rem);
        line-height: .79;
    }

    .whm-highlights-rail__count {
        padding-bottom: 0;
        font-size: .67rem;
        letter-spacing: .05em;
    }

    .whm-highlights-grid {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 9px;
    }

    .whm-highlight-card__meta {
        min-height: 60px;
        padding: 9px 0 10px;
        grid-template-columns: 31px minmax(0, 1fr) auto;
        gap: 7px;
    }

    .whm-highlight-card__index {
        font-size: .61rem;
    }

    .whm-highlight-card__title {
        font-size: .68rem;
    }

    .whm-highlight-card__location {
        font-size: .6rem;
    }

    .whm-highlights-more {
        padding-top: 24px;
        padding-bottom: 42px;
    }

    .whm-highlights-more__button {
        min-height: 52px;
        font-size: .62rem;
    }

    .whm-work-hero {
        display: flex;
        height: auto;
        flex-direction: column;
    }

    .whm-work-rail {
        min-height: 245px;
        padding: 28px 20px 31px;
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .whm-work-rail__top {
        position: static;
    }

    .whm-work-back {
        position: static;
        min-height: 36px;
        margin-top: -7px;
        font-size: .64rem;
    }

    .whm-work-rail__body {
        margin-top: 23px;
    }

    .whm-work-rail__body h1 {
        max-width: 100%;
        font-size: clamp(3.05rem, 14vw, 3.65rem);
        line-height: .84;
    }

    .whm-work-location {
        max-width: none;
        margin-top: 15px !important;
        font-size: .78rem;
        line-height: 1.45;
    }

    .whm-work-date {
        margin-top: 9px !important;
        font-size: .56rem;
    }

    .whm-work-position {
        bottom: 23px;
        left: 20px;
        font-size: .68rem;
    }

    .whm-work-hero__media {
        width: 100%;
        height: auto;
        aspect-ratio: 1.08 / 1;
    }

    .whm-work-gallery,
    .whm-work-video {
        padding: 34px 20px 0;
    }

    .whm-work-gallery__header,
    .whm-work-video__header {
        margin-bottom: 15px;
        font-size: .68rem;
    }

    .whm-work-gallery__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .whm-work-gallery__item {
        margin-bottom: 9px;
    }

    .whm-work-gallery__number {
        top: 7px;
        right: 7px;
        width: 31px;
        height: 31px;
    }

    .whm-work-video__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .whm-work-content {
        padding: 48px 20px;
    }

    .whm-work-share {
        display: block;
        margin: 34px 20px 0;
        padding: 13px 0 15px;
    }

    .whm-work-share h2 {
        margin-bottom: 8px;
    }

    .whm-work-share__links {
        display: flex;
        flex-wrap: wrap;
        gap: 0 28px;
    }

    .whm-work-share__links a,
    .whm-work-share__links button {
        min-height: 36px;
        font-size: .58rem;
    }

    .whm-work-share__status {
        position: static;
        min-height: 18px;
        padding-top: 3px;
    }

    .whm-work-pagination {
        display: flex;
        margin: 20px 10px 30px;
        border: 0;
        flex-direction: column;
        gap: 8px;
    }

    .whm-work-pagination__link {
        min-height: 144px;
        padding: 25px;
        border: 1px solid var(--whm-ink);
    }

    .whm-work-pagination__link--next {
        align-items: flex-start;
        border-left: 1px solid var(--whm-ink);
        text-align: left;
    }

    .whm-work-pagination__link strong {
        overflow-wrap: anywhere;
        font-size: clamp(2.65rem, 13.2vw, 3.55rem);
        line-height: .84;
        text-overflow: clip;
        white-space: normal;
    }

    .whm-work-pagination__link.is-disabled {
        display: none;
    }

    .whm-work-lightbox__panel {
        padding: 12px;
        grid-template-columns: 46px minmax(0, 1fr) 46px;
        grid-template-rows: 52px minmax(0, 1fr);
    }

    .whm-work-lightbox__toolbar button,
    .whm-work-lightbox__previous,
    .whm-work-lightbox__next {
        width: 40px;
        height: 40px;
    }

    .whm-work-lightbox__image {
        max-height: calc(100svh - 92px);
    }

    .whm-site-footer__primary,
    .whm-site-footer__legal {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .whm-highlight-card__image,
    .whm-highlight-card__arrow,
    .whm-highlights-more__button,
    .whm-work-back svg,
    .whm-work-discover svg,
    .whm-work-gallery__image {
        transition: none !important;
    }
}

/* Private content dashboard shell */

.whm-dashboard-page {
    min-height: 100svh;
    color: var(--whm-ink);
    background: #f2f2ef;
}

.whm-dashboard-header {
    display: grid;
    min-height: 94px;
    padding: 0 clamp(20px, 2.4vw, 38px);
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid var(--whm-line);
    background: var(--whm-paper);
}

.whm-dashboard-header > p {
    font-size: .62rem;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.whm-dashboard-header__brand {
    display: grid;
    justify-items: center;
    gap: 2px;
}

.whm-dashboard-header__brand > span {
    display: block;
    width: 88px;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

.whm-dashboard-header__brand img {
    width: 100%;
    filter: brightness(0);
    transform: translateY(-25%);
}

.whm-dashboard-header__brand strong {
    font-family: "Code", "Poppins", sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1;
    text-transform: uppercase;
}

.whm-dashboard-header__actions {
    display: flex;
    min-width: 0;
    justify-self: end;
    align-items: center;
    gap: clamp(14px, 1.8vw, 28px);
    font-size: .58rem;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.whm-dashboard-header__actions span {
    max-width: 18ch;
    overflow: hidden;
    color: var(--whm-muted);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whm-dashboard-header__actions a {
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}

.whm-dashboard-header__actions a:hover,
.whm-dashboard-header__actions a:focus-visible {
    border-color: currentColor;
}

.whm-dashboard-main {
    min-height: calc(100svh - 150px);
}

.whm-dashboard-intro {
    display: grid;
    min-height: 174px;
    padding: 36px clamp(20px, 2.4vw, 38px) 30px;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr);
    align-items: end;
    gap: 46px;
    border-bottom: 1px solid var(--whm-line);
    background: var(--whm-paper);
}

.whm-dashboard-intro > div > p {
    margin-bottom: 10px;
    color: var(--whm-muted);
    font-size: .58rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.whm-dashboard-intro h1 {
    font-family: "Code", "Poppins", sans-serif;
    font-size: clamp(3.7rem, 5.7vw, 5.4rem);
    font-weight: 300;
    letter-spacing: -.025em;
    line-height: .78;
    text-transform: uppercase;
}

.whm-dashboard-intro > p {
    max-width: 42ch;
    padding-bottom: 2px;
    color: #4f4f4b;
    font-size: .72rem;
    line-height: 1.65;
}

.whm-dashboard-shell {
    padding: 0;
}

.whm-dashboard-unavailable {
    min-height: 240px;
    padding: 42px;
    border: 1px solid var(--whm-ink);
    background: var(--whm-paper);
}

.whm-dashboard-footer {
    display: flex;
    min-height: 56px;
    padding: 0 clamp(20px, 2.4vw, 38px);
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--whm-line);
    color: var(--whm-muted);
    background: var(--whm-paper);
    font-size: .54rem;
    font-weight: 400;
    letter-spacing: .07em;
    text-transform: uppercase;
}

@media (max-width: 840px) {
    .whm-dashboard-header {
        min-height: 80px;
        grid-template-columns: auto 1fr;
    }

    .whm-dashboard-header > p {
        display: none;
    }

    .whm-dashboard-header__brand {
        justify-items: start;
        justify-self: start;
    }

    .whm-dashboard-header__actions {
        gap: 16px;
    }

    .whm-dashboard-header__actions span {
        display: none;
    }

    .whm-dashboard-intro {
        min-height: 0;
        padding-block: 30px 27px;
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }

    .whm-dashboard-intro h1 {
        font-size: clamp(3.25rem, 11vw, 4.4rem);
    }

    .whm-dashboard-intro > p {
        max-width: 56ch;
    }
}

@media (max-width: 520px) {
    .whm-dashboard-header {
        padding-inline: 14px;
        gap: 10px;
    }

    .whm-dashboard-header__brand > span {
        width: 62px;
    }

    .whm-dashboard-header__brand strong {
        font-size: .55rem;
    }

    .whm-dashboard-header__actions {
        gap: 12px;
        font-size: .51rem;
    }

    .whm-dashboard-intro {
        padding-inline: 14px;
    }

    .whm-dashboard-intro h1 {
        font-size: clamp(2.8rem, 14vw, 3.6rem);
    }

    .whm-dashboard-shell {
        padding: 0;
    }

    .whm-dashboard-footer {
        min-height: 74px;
        padding: 14px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        text-align: center;
    }
}

/* Original single-model composition, rebuilt without Elementor. */

.whm-single-model--original {
    --whm-model-gray: var(--whm-muted);
    --whm-scout-black: #050505;
    color: #111;
    background: #fff;
}

.whm-single-model--original [hidden] {
    display: none !important;
}

.whm-single-model--original .whm-model-single {
    color: #111;
    background: #fff;
}

.whm-single-model--original .whm-model-hero {
    position: relative;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    color: #111;
    background: #fff;
}

.whm-single-model--original .whm-model-rail {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100vh;
    min-height: 100svh;
    padding: 3vw;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    border: 0;
    color: #111;
    background: #fff;
}

.whm-single-model--original .whm-model-rail__body {
    position: relative;
    top: 7.75px;
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: flex-end;
    flex-direction: column;
    gap: 20px;
}

.whm-single-model--original .whm-model-name {
    display: flex;
    max-width: 100%;
    margin: 0;
    align-items: flex-end;
    flex-direction: column;
    gap: 20px;
    color: #111;
    font-family: "Code", "Poppins", sans-serif;
    font-size: 5rem;
    letter-spacing: 0;
    text-align: right;
    text-transform: uppercase;
}

.whm-single-model--original .whm-model-name__first,
.whm-single-model--original .whm-model-name__last {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.whm-single-model--original .whm-model-name__first {
    font-weight: 300;
    letter-spacing: -.025em;
    line-height: .9;
}

.whm-single-model--original .whm-model-name__last {
    font-weight: 300;
    letter-spacing: -.025em;
    line-height: .9;
}

.whm-single-model--original .whm-model-name.is-long {
    font-size: 4.35rem;
}

.whm-single-model--original .whm-model-name.is-very-long {
    font-size: 3.7rem;
}

.whm-single-model--original .whm-model-measurements {
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0;
    align-items: flex-end;
    flex-direction: column;
}

.whm-single-model--original .whm-model-measurements dl {
    display: flex;
    margin: 0;
    align-items: flex-end;
    flex-direction: column;
    border: 0;
}

.whm-single-model--original .whm-model-measurements dl > div {
    display: flex;
    min-height: 32px;
    padding: 0;
    align-items: baseline;
    justify-content: flex-end;
    gap: calc(.35em + 1.25px);
    border: 0;
    white-space: nowrap;
}

.whm-single-model--original .whm-model-measurements dt {
    color: #111;
    font-family: "Poppins", Arial, sans-serif;
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .09em;
    line-height: 1.35;
    text-transform: uppercase;
}

.whm-single-model--original .whm-model-measurements dt::after {
    content: ":";
}

.whm-single-model--original .whm-model-measurements dd {
    min-width: 0;
    margin: 0;
    color: var(--whm-model-gray);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 1.35;
    text-align: right;
    text-transform: uppercase;
}

.whm-single-model--original .whm-model-unit-switch {
    position: relative;
    top: 10px;
    display: flex;
    min-height: 33px;
    margin: 0;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 9px;
    color: #111;
    font-family: "Poppins", Arial, sans-serif;
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-single-model--original .whm-model-unit-switch button {
    min-height: 28px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    color: #111;
    background: transparent;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.whm-single-model--original .whm-model-unit-switch button[aria-pressed="true"] {
    border-color: currentColor;
    color: #111;
}

.whm-single-model--original .whm-model-back {
    position: absolute;
    z-index: 5;
    top: 3%;
    left: 1.5vw;
    display: inline-flex;
    min-height: 51px;
    width: 150.64px;
    padding: 5px 9px;
    margin: 0;
    align-items: center;
    gap: .38em;
    color: #111;
    background: rgba(255, 255, 255, .84);
    font-family: "Poppins", Arial, sans-serif;
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whm-single-model--original .whm-model-back > span:first-child {
    transition: transform .25s ease;
}

.whm-single-model--original .whm-model-back:hover > span:first-child,
.whm-single-model--original .whm-model-back:focus-visible > span:first-child {
    transform: translateX(-3px);
}

.whm-single-model--original .whm-model-hero__media {
    min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    margin: 0;
    overflow: hidden;
    background: #ededeb;
}

.whm-single-model--original .whm-model-hero__image {
    width: 100%;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center top;
}

.whm-single-model--original .whm-model-galleries {
    width: 60vw;
    min-height: 0;
    padding: 5vw 5vw 82.74px;
    margin: 0 auto;
    color: #111;
    background: #fff;
}

.whm-single-model--original .whm-model-gallery-rail {
    position: static;
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.whm-single-model--original .whm-model-gallery-tabs {
    display: flex;
    min-height: 33.6px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.whm-single-model--original .whm-model-gallery-tabs button {
    position: relative;
    display: inline-flex;
    min-height: 33.6px;
    padding: 0;
    align-items: center;
    gap: 9px;
    border: 0;
    color: #111;
    background: transparent;
    font-family: "Poppins", Arial, sans-serif;
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
}

.whm-single-model--original .whm-model-gallery-tabs button::before {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: currentColor;
    content: "";
    opacity: 0;
}

.whm-single-model--original .whm-model-gallery-tabs button[aria-selected="true"] {
    border: 0;
    color: #111;
}

.whm-single-model--original .whm-model-gallery-tabs button[aria-selected="true"]::before {
    opacity: 1;
}

.whm-single-model--original .whm-model-gallery {
    display: grid;
    padding: 0 10px;
    margin-top: 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 10px;
    column-count: auto;
}

.whm-single-model--original .whm-model-gallery__item {
    display: block;
    width: 100%;
    margin: 0;
    break-inside: auto;
}

.whm-single-model--original .whm-model-gallery__trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.whm-single-model--original .whm-model-gallery__trigger::after {
    position: absolute;
    inset: 0;
    background: #000;
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity .8s ease;
}

.whm-single-model--original .whm-model-gallery__trigger:hover::after,
.whm-single-model--original .whm-model-gallery__trigger:focus-visible::after {
    opacity: .5;
}

.whm-single-model--original .whm-model-gallery__trigger:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}

.whm-single-model--original .whm-model-gallery__image {
    display: block;
    width: 100%;
    height: auto;
    transform: none;
    transition: none;
}

.whm-single-model--original .whm-model-gallery__trigger:hover .whm-model-gallery__image,
.whm-single-model--original .whm-model-gallery__trigger:focus-visible .whm-model-gallery__image {
    transform: none;
}

.whm-single-model--original .whm-model-representation {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 84px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .28em;
    color: #111;
    background: #fff;
    font-family: "Poppins", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.55;
    text-align: center;
}

.whm-single-model--original .whm-model-representation strong {
    min-width: 0;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.whm-single-model--original .whm-site-footer {
    margin-top: 196px;
}

.whm-single-model--original.whm-single-model--represented .whm-site-footer {
    margin-bottom: 84px;
}

@media (min-width: 1200px) {
    .whm-single-model--original .whm-model-name {
        font-size: 5.5rem;
    }

    .whm-single-model--original .whm-model-name.is-long {
        font-size: 4.8rem;
    }

    .whm-single-model--original .whm-model-name.is-very-long {
        font-size: 4.1rem;
    }
}

@media (min-width: 1400px) {
    .whm-single-model--original .whm-model-name {
        font-size: 6.2rem;
    }

    .whm-single-model--original .whm-model-name.is-long {
        font-size: 5.35rem;
    }

    .whm-single-model--original .whm-model-name.is-very-long {
        font-size: 4.55rem;
    }
}

@media (min-width: 1600px) {
    .whm-single-model--original .whm-model-name {
        font-size: 8rem;
    }

    .whm-single-model--original .whm-model-name.is-long {
        font-size: 6.7rem;
    }

    .whm-single-model--original .whm-model-name.is-very-long {
        font-size: 5.7rem;
    }
}

@media (max-width: 767px) {
    .whm-single-model--original .whm-model-hero {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .whm-single-model--original .whm-model-hero__media {
        order: -1;
        width: 100%;
        height: 50vh;
        min-height: 0;
        max-height: none;
    }

    .whm-single-model--original .whm-model-rail {
        width: 100%;
        min-height: 632px;
        padding: 3vw;
        align-items: center;
        justify-content: center;
    }

    .whm-single-model--original .whm-model-rail__body {
        top: 0;
        align-items: center;
        gap: 20px;
    }

    .whm-single-model--original .whm-model-name,
    .whm-single-model--original .whm-model-name.is-long,
    .whm-single-model--original .whm-model-name.is-very-long {
        align-items: center;
        font-size: 4.2rem;
        text-align: center;
    }

    .whm-single-model--original .whm-model-name.is-very-long {
        font-size: 3.65rem;
    }

    .whm-single-model--original .whm-model-name__first {
        position: relative;
        top: -31.62px;
        line-height: .9;
    }

    .whm-single-model--original .whm-model-name__last {
        position: relative;
        top: -31.87px;
        line-height: .9;
    }

    .whm-single-model--original .whm-model-measurements,
    .whm-single-model--original .whm-model-measurements dl {
        align-items: center;
    }

    .whm-single-model--original .whm-model-measurements {
        position: relative;
        top: 18.14px;
    }

    .whm-single-model--original .whm-model-measurements dl > div {
        min-height: 28px;
        justify-content: center;
        gap: .18em;
    }

    .whm-single-model--original .whm-model-measurements dt {
        font-size: .78rem;
    }

    .whm-single-model--original .whm-model-measurements dd {
        font-size: 1.05rem;
    }

    .whm-single-model--original .whm-model-unit-switch {
        top: 10.11px;
        min-height: 28px;
        justify-content: center;
        font-size: .68rem;
    }

    .whm-single-model--original .whm-model-unit-switch button {
        min-height: 24px;
    }

    .whm-single-model--original .whm-model-back {
        top: 4px;
        left: 4px;
        width: auto;
        min-height: 25px;
        padding: 3px 5px;
        gap: 3px;
        background: rgba(255, 255, 255, .66);
        font-size: .68rem;
    }

    .whm-single-model--original .whm-model-galleries {
        width: 100%;
        padding: 5vw 5vw 31px;
        margin-top: 50px;
    }

    .whm-single-model--original .whm-model-gallery-tabs {
        gap: 20px;
    }

    .whm-single-model--original .whm-model-gallery-tabs button {
        min-height: 33.6px;
        font-size: .68rem;
        gap: 10px;
    }

    .whm-single-model--original .whm-model-gallery-tabs button::before {
        width: 11px;
        height: 11px;
    }

    .whm-single-model--original .whm-model-gallery {
        padding-inline: 10px;
        margin-top: 60px;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .whm-single-model--original .whm-model-representation {
        min-height: 47.6px;
        padding: 10px;
        font-size: .78rem;
        line-height: 1.57;
    }

    .whm-single-model--original .whm-site-footer {
        margin-top: 107.09px;
    }

    .whm-single-model--original.whm-single-model--represented .whm-site-footer {
        margin-bottom: 47.6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .whm-single-model--original .whm-model-back > span:first-child,
    .whm-single-model--original .whm-model-gallery__trigger::after {
        transition: none;
    }
}
