:root {
    --ink: #10100e;
    --paper: #eeeade;
    --acid: #d8ff36;
    --line: rgba(16, 16, 14, 0.28);
    --pad: clamp(1rem, 2.5vw, 2.5rem);
    --font-sans: "Google Sans", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
    --font-identity: "Google Sans", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
    --font-display: "Bodoni 72", Didot, "Bodoni MT", Georgia, serif;
    --font-hebrew: "Google Sans", "SF Hebrew", "Arial Hebrew", "Noto Sans Hebrew", Arial, sans-serif;
    --font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
    --background-home: url("assets/hero-garden.jpg");
    --background-about: url("assets/background-about.jpg");
    --background-ascend: url("assets/background-ascend.jpg");
    --background-alternate: url("assets/background-agave.jpg");
    --grain: url("assets/grain.png");
    --grain-size: 180px;
}

* {
    box-sizing: border-box;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1;
}

.site-header,
.hero-kicker,
.eyebrow,
.enter-link,
.album-number,
.album-title,
.album-arrow,
.about-label,
.join-page-label,
.primary-action,
.footer-links,
.album-heading,
.album-nav,
.album-grid figcaption {
    font-family: var(--font-sans);
}

a {
    color: inherit;
    text-decoration: none;
}

.arrow-icon {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 0.9em;
    height: 0.9em;
    vertical-align: -0.06em;
    font-style: normal;
}

.arrow-icon--forward::before,
.arrow-icon--back::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.06em;
    left: 0.06em;
    border-top: 0.08em solid currentColor;
    transform: translateY(-50%);
}

.arrow-icon--forward::after,
.arrow-icon--back::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.06em;
    width: 0.34em;
    height: 0.34em;
    border-right: 0.08em solid currentColor;
    border-bottom: 0.08em solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: center;
}

.arrow-icon--back {
    transform: scaleX(-1);
}

.arrow-icon--external::before {
    content: "";
    position: absolute;
    bottom: 0.08em;
    left: 0.02em;
    width: 1em;
    border-top: 0.08em solid currentColor;
    transform: rotate(-45deg);
    transform-origin: left center;
}

.arrow-icon--external::after {
    content: "";
    position: absolute;
    top: 0.02em;
    right: 0.02em;
    width: 0.38em;
    height: 0.38em;
    border-top: 0.08em solid currentColor;
    border-right: 0.08em solid currentColor;
}

.site-header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem var(--pad);
    border-bottom: 1px solid rgba(16, 16, 14, 0.18);
    background: rgba(216, 255, 54, 0.9);
    color: var(--ink);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    pointer-events: none;
}

.site-header a {
    pointer-events: auto;
}

.wordmark {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.wordmark-he,
.hero-title-he {
    font-family: var(--font-hebrew);
}

.wordmark-en {
    opacity: 0.72;
    font-family: var(--font-identity);
    font-weight: 800;
    letter-spacing: 0.06em;
}

.site-header nav {
    display: flex;
    gap: clamp(0.9rem, 2vw, 2rem);
    font-family: var(--font-identity);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.site-header nav a {
    position: relative;
}

.site-header nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.2rem;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after,
.site-header nav a[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
}

.age-gate {
    display: none;
    position: fixed;
    z-index: 100;
    inset: 0;
    isolation: isolate;
    overflow-y: auto;
    place-items: center;
    padding: var(--pad);
    background: var(--ink);
    color: var(--paper);
}

.age-gate::before,
.age-gate::after {
    content: "";
    position: fixed;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}

.age-gate::before {
    background: var(--background-agave) center / cover no-repeat;
    opacity: 0.28;
}

.age-gate::after {
    background: var(--grain) 0 0 / var(--grain-size) var(--grain-size) repeat;
    mix-blend-mode: soft-light;
    opacity: 0.3;
}

.age-gate-pending {
    overflow: hidden;
}

.age-gate-pending .age-gate {
    display: grid;
}

.age-gate-panel {
    position: relative;
    z-index: 1;
    width: min(64rem, 100%);
    padding: clamp(1.5rem, 4vw, 4rem) 0 0;
    border-top: 2px solid currentColor;
}

.age-gate h2 {
    margin: 0;
    font-weight: 400;
}

.age-gate h2 bdi,
.age-gate h2 span {
    display: block;
}

.age-gate h2 bdi {
    font-family: var(--font-hebrew);
    font-size: clamp(3.8rem, 9vw, 9rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.88;
}

.age-gate h2 span {
    margin-top: 1.25rem;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 4.5rem);
    letter-spacing: -0.045em;
    line-height: 0.95;
}

#age-gate-description {
    width: min(32rem, 100%);
    margin: clamp(2rem, 5vw, 5rem) 0 0 auto;
    font-family: var(--font-serif);
    font-size: clamp(1.1rem, 1.7vw, 1.45rem);
    line-height: 1.35;
}

.age-gate-actions {
    width: min(32rem, 100%);
    margin: clamp(2rem, 4vw, 4rem) 0 0 auto;
    border-top: 1px solid rgba(238, 234, 222, 0.5);
}

.age-gate-actions button,
.age-gate-actions a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1.15rem 0;
    border: 0;
    border-bottom: 1px solid rgba(238, 234, 222, 0.5);
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-family: var(--font-identity);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.age-gate-actions button::after {
    content: "18+";
}

.age-gate-actions a::after {
    content: "Exit";
}

.age-gate-actions button:hover,
.age-gate-actions button:focus-visible,
.age-gate-actions a:hover,
.age-gate-actions a:focus-visible {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    background: var(--acid);
    color: var(--ink);
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: 100svh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto auto;
    padding: 6rem var(--pad) var(--pad);
    background: var(--acid);
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero::before {
    z-index: 0;
    inset: -1.5rem;
    background:
        linear-gradient(rgba(216, 255, 54, 0.26), rgba(216, 255, 54, 0.34)),
        var(--background-home) center 48% / cover no-repeat;
    filter: blur(8px) saturate(0.95) contrast(1.08);
    transform: scale(1.025);
}

.hero::after {
    z-index: 0;
    inset: 0;
    background: var(--grain) 0 0 / var(--grain-size) var(--grain-size) repeat;
    mix-blend-mode: multiply;
    opacity: 0.2;
}

.hero > * {
    position: relative;
    z-index: 1;
}

.hero-kicker,
.eyebrow {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1 {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: center;
    max-width: 76rem;
    margin: 0;
    font-size: clamp(5rem, 12vw, 12rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 0.8;
    text-transform: uppercase;
}

.hero h1 > * {
    display: block;
}

.hero-title-he {
    width: max-content;
    max-width: 100%;
    line-height: 0.82;
    white-space: nowrap;
}

.hero-title-en {
    margin: clamp(1.25rem, 2vw, 2rem) 0 0 0.25rem;
    font-family: var(--font-identity);
    font-size: clamp(2.75rem, 5.3vw, 5.75rem);
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 0.9;
    text-transform: uppercase;
}

.hero-copy {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
    max-width: 28rem;
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 1.8vw, 2rem);
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.hero-copy p {
    margin: 0.4rem 0 0;
}

.enter-link {
    grid-column: 1;
    grid-row: 4;
    align-self: start;
    justify-self: start;
    width: min(100%, 28rem);
    margin-top: clamp(1.5rem, 3vw, 3rem);
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-top: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    font-family: var(--font-identity);
    font-weight: 800;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    transition: padding 180ms ease;
}

.enter-link:hover,
.enter-link:focus-visible {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.archive,
.about {
    padding: clamp(6rem, 10vw, 10rem) var(--pad) var(--pad);
}

.about {
    min-height: 100svh;
}

.archive {
    padding-top: clamp(7rem, 12vw, 12rem);
    padding-bottom: clamp(8rem, 14vw, 14rem);
}

.section-intro h1,
.section-intro h2 {
    margin: 0 0 clamp(5rem, 10vw, 10rem);
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 7vw, 8rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.86;
}

.album-list {
    width: min(76rem, 100%);
    margin-left: auto;
    border-top: 1px solid var(--line);
}

.album-link {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "number arrow"
        "title title";
    column-gap: 2rem;
    row-gap: clamp(3rem, 7vw, 7rem);
    align-items: baseline;
    padding: clamp(1.5rem, 2.5vw, 2.5rem) 0 clamp(3rem, 6vw, 6rem);
    border-bottom: 1px solid var(--line);
    transition: background 180ms ease, padding 180ms ease;
}

.album-link:hover,
.album-link:focus-visible {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    background: var(--acid);
}

.album-number {
    grid-area: number;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.album-title {
    grid-area: title;
    font-family: var(--font-identity);
    font-size: clamp(4rem, 11vw, 12rem);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 0.82;
    text-transform: uppercase;
}

.album-arrow {
    grid-area: arrow;
    font-size: 1.5rem;
}

.editorial-block {
    width: var(--editorial-width, min(100%, 92rem));
    margin-left: var(--editorial-indent, 0);
    padding: clamp(6.5rem, 12vw, 13rem) 0;
    border-bottom: 1px solid var(--editorial-line, var(--line));
}

.editorial-heading {
    max-width: 12ch;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(3.75rem, 8.2vw, 9.5rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.88;
}

.editorial-copy {
    width: min(100%, var(--editorial-copy-width, 34rem));
    margin: clamp(2.5rem, 5vw, 5rem) 8% 0 auto;
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
    line-height: 1.4;
}

.editorial-copy > p {
    margin: 0;
}

.about {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--ink);
    color: var(--paper);
}

.about::before,
.about::after,
.join-page-content::before,
.join-page-content::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: min(100svh, 72rem);
    pointer-events: none;
}

.about::before {
    background:
        linear-gradient(to bottom, rgba(16, 16, 14, 0.42), rgba(16, 16, 14, 0.76) 68%, var(--ink)),
        var(--background-about) center / cover no-repeat;
    filter: blur(4px) saturate(0.92) contrast(1.08);
    transform: scale(1.015);
}

.about::after {
    background: var(--grain) 0 0 / var(--grain-size) var(--grain-size) repeat;
    mix-blend-mode: soft-light;
    opacity: 0.24;
}

.about > *,
.join-page-content > * {
    position: relative;
    z-index: 1;
}

.about-page {
    background: var(--ink);
    color: var(--paper);
}

.about-label {
    margin: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(238, 234, 222, 0.35);
    font-size: clamp(1.1rem, 1.6vw, 1.5rem);
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.about-sequence {
    --editorial-line: rgba(238, 234, 222, 0.35);
    margin-top: clamp(5rem, 9vw, 9rem);
}

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

.about-block:nth-child(2) {
    --editorial-width: min(86%, 78rem);
    --editorial-indent: 12%;
    padding-bottom: clamp(9rem, 17vw, 18rem);
}

.about-block:nth-child(3) {
    --editorial-width: min(91%, 84rem);
    --editorial-indent: 3%;
    padding-top: clamp(5rem, 8vw, 8rem);
}

.about-block:nth-child(4) {
    --editorial-width: min(76%, 68rem);
    --editorial-indent: 20%;
}

.about-block:nth-child(2) .editorial-heading {
    max-width: none;
}

.about-block:nth-child(2) .editorial-copy {
    margin-right: auto;
    margin-left: 18%;
}

.about-block:nth-child(3) .editorial-copy {
    margin-right: 4%;
}

.about-block:nth-child(4) .editorial-copy {
    margin-right: auto;
    margin-left: 12%;
}

.about-block.about-block-name {
    width: min(64%, 58rem);
    margin-left: 28%;
    padding-top: clamp(6rem, 9vw, 9rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
    border-bottom: 0;
}

.about-block-name h2 {
    max-width: none;
    font-family: var(--font-hebrew);
    font-size: clamp(2.75rem, 5vw, 5.5rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.95;
}

.about-block-name h2 span {
    font-family: var(--font-identity);
    font-weight: 800;
    font-size: 0.3em;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.about-block.about-block-name p {
    width: min(30rem, 100%);
    margin: clamp(2rem, 3vw, 3rem) 0 0;
    font-size: clamp(1.05rem, 1.35vw, 1.3rem);
    line-height: 1.5;
}

.join-page {
    background: var(--acid);
    color: var(--ink);
}

.join-page-content {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 100svh;
    padding: clamp(6rem, 10vw, 10rem) var(--pad) var(--pad);
}

.join-page-content::before {
    background:
        linear-gradient(to bottom, rgba(216, 255, 54, 0.5), rgba(216, 255, 54, 0.82) 72%, var(--acid)),
        var(--background-ascend) center 34% / cover no-repeat;
    filter: blur(4px) saturate(1.05) contrast(1.08);
    transform: scale(1.015);
}

.join-page-content::after {
    background: var(--grain) 0 0 / var(--grain-size) var(--grain-size) repeat;
    mix-blend-mode: multiply;
    opacity: 0.22;
}

.join-page-label {
    margin: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
    font-size: clamp(1.1rem, 1.6vw, 1.5rem);
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.join-page-intro {
    width: min(100%, 92rem);
    margin-top: clamp(5rem, 9vw, 9rem);
}

.join-page-intro .editorial-heading,
.join-page-block .editorial-heading {
    max-width: 11ch;
}

.join-page-intro .editorial-copy {
    margin: clamp(2.5rem, 5vw, 5rem) 8% 0 auto;
}

.join-page-sequence {
    margin-top: clamp(8rem, 16vw, 16rem);
    border-top: 1px solid var(--line);
}

.join-page-block {
    --editorial-width: min(88%, 80rem);
    --editorial-line: var(--line);
}

.join-page-block:nth-child(1) {
    --editorial-indent: 8%;
    padding-bottom: clamp(9rem, 17vw, 18rem);
}

.join-page-block:nth-child(2) {
    --editorial-width: min(94%, 86rem);
    --editorial-indent: 2%;
    padding-top: clamp(5rem, 8vw, 8rem);
}

.join-page-block:nth-child(2) .editorial-heading {
    max-width: none;
}

.join-page-copy {
    --editorial-copy-width: 44rem;
    margin: clamp(2.5rem, 5vw, 5rem) 6% 0 auto;
}

.join-page-block:nth-child(2) .join-page-copy {
    margin-right: auto;
    margin-left: 14%;
}

.join-actions {
    align-self: end;
    display: flex;
    flex-direction: column;
}

.join-page-copy .join-actions {
    margin-top: clamp(2.5rem, 5vw, 5rem);
}

.primary-action {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.25rem 0;
    border-top: 2px solid var(--ink);
    font-family: var(--font-identity);
    font-size: clamp(1rem, 2vw, 1.7rem);
    font-weight: 800;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    transition: padding 180ms ease, background 180ms ease;
}

.join-actions a:last-child {
    border-bottom: 2px solid var(--ink);
}

.primary-action:hover,
.primary-action:focus-visible {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    background: var(--paper);
}

.site-footer {
    display: grid;
    gap: clamp(4rem, 7vw, 7rem);
    padding: clamp(6rem, 11vw, 11rem) var(--pad) 2rem;
    background: var(--ink);
    color: var(--paper);
}

.footer-identity {
    display: flex;
    align-items: baseline;
    gap: clamp(0.75rem, 1.5vw, 1.5rem);
}

.footer-identity-he {
    font-family: var(--font-hebrew);
    font-size: clamp(1.8rem, 3vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.footer-identity-en {
    margin: 0;
    font-family: var(--font-identity);
    font-size: clamp(0.7rem, 0.9vw, 0.9rem);
    font-weight: 800;
    letter-spacing: 0.1em;
    opacity: 0.68;
    text-transform: uppercase;
}

.footer-identity-copyright {
    font-family: var(--font-identity);
    font-size: clamp(0.65rem, 0.85vw, 0.85rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    opacity: 0.68;
}

.footer-links {
    border-top: 1px solid rgba(238, 234, 222, 0.35);
}

.footer-link {
    display: grid;
    grid-template-columns: 1fr 1.5rem;
    gap: clamp(1rem, 4vw, 4rem);
    align-items: baseline;
    padding: clamp(1.5rem, 3vw, 3rem) 0;
    border-bottom: 1px solid rgba(238, 234, 222, 0.35);
    transition: color 180ms ease, padding 180ms ease;
}

.footer-link-name {
    font-size: clamp(2rem, 5vw, 5.5rem);
    font-weight: 700;
    letter-spacing: -0.06em;
}

.footer-link:hover,
.footer-link:focus-visible {
    padding-right: 1rem;
    padding-left: 1rem;
    color: var(--acid);
}

.album-page {
    min-height: 100svh;
    background: var(--ink);
    color: var(--paper);
}

.album-page .site-footer {
    border-top: 1px solid rgba(238, 234, 222, 0.25);
}

.album-view {
    min-height: calc(100svh - 3rem);
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 7rem var(--pad) var(--pad);
}

.album-heading {
    display: grid;
    grid-template-columns: 6rem 1fr;
    gap: 1rem;
    align-items: start;
}

.album-heading h1 {
    max-width: 90vw;
    margin: 0;
    font-family: var(--font-identity);
    font-size: clamp(4rem, 13vw, 13rem);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 0.78;
    text-transform: uppercase;
}

.album-description {
    margin: 1.25rem 0 0;
    font-family: var(--font-serif);
    font-size: clamp(1.1rem, 2vw, 1.8rem);
}

.album-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 2rem);
    padding: clamp(5rem, 10vw, 10rem) 0;
}

.album-grid figure {
    grid-column: span 6;
    margin: 0;
}

.album-grid figure:nth-child(3n + 2) {
    grid-column: 7 / span 4;
    margin-top: 12vw;
}

.album-grid figure:nth-child(3n) {
    grid-column: 2 / span 5;
}

.album-grid figure.layout-hero {
    grid-column: 1 / span 8;
}

.album-grid figure.layout-wide {
    grid-column: 2 / span 10;
}

.album-grid figure.layout-small-left {
    grid-column: 1 / span 5;
}

.album-grid figure.layout-small-right {
    grid-column: 8 / span 5;
}

.album-grid figure.layout-close {
    grid-column: 3 / span 8;
}

.album-grid figure.layout-full,
.album-grid figure.layout-panorama {
    grid-column: 1 / -1;
}

.album-grid figure.layout-portrait {
    grid-column: 4 / span 6;
}

.album-grid figure.layout-sex-portrait {
    grid-column: 4 / span 5;
    margin-top: clamp(3rem, 8vw, 8rem);
    margin-bottom: clamp(3rem, 8vw, 8rem);
}

.album-grid img {
    display: block;
    width: 100%;
    height: auto;
}

.album-grid figcaption {
    margin-top: 0.6rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

.album-interlude {
    grid-column: 2 / span 9;
    margin: clamp(5rem, 11vw, 11rem) 0;
    padding: 1.25rem 0;
    border-top: 2px solid var(--acid);
    border-bottom: 2px solid var(--acid);
}

.album-interlude > p:not(.eyebrow) {
    max-width: 60rem;
    margin: clamp(2rem, 5vw, 5rem) 0;
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 6vw, 7rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.92;
}

.album-interlude > span {
    display: block;
    width: min(38rem, 80%);
    margin-left: auto;
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.6vw, 1.4rem);
    line-height: 1.25;
}

.album-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.2rem;
    padding-top: 2rem;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.album-nav a:hover,
.album-nav a:focus-visible {
    color: var(--acid);
}

.album-exit {
    margin-top: clamp(6rem, 14vw, 14rem);
    padding: clamp(5rem, 9vw, 9rem) var(--pad);
    background: var(--acid);
    color: var(--ink);
}

.album-exit h2 {
    margin: 1rem 0 clamp(5rem, 12vw, 12rem);
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 9vw, 10rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.86;
}

.album-exit .join-actions {
    width: min(48rem, 100%);
    margin-left: auto;
}

:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 5px;
}

@media (max-width: 760px) {
    .wordmark {
        font-size: 0.65rem;
    }

    .site-header nav {
        gap: 0.65rem;
        font-size: 0.6rem;
    }

    .hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto auto;
        gap: 2rem;
    }

    .hero h1 {
        font-size: clamp(4rem, 18vw, 6.5rem);
    }

    .hero-copy,
    .enter-link {
        justify-self: stretch;
        width: 100%;
    }

    .enter-link {
        margin-top: 0;
    }

    .album-link {
        row-gap: 3rem;
    }

    .album-title {
        font-size: clamp(3.5rem, 18vw, 6.5rem);
    }

    .editorial-block {
        width: 100%;
        margin-left: 0;
        padding: clamp(5rem, 22vw, 8rem) 0;
    }

    .about-block:nth-child(2),
    .about-block:nth-child(3),
    .about-block:nth-child(4),
    .join-page-block:nth-child(1),
    .join-page-block:nth-child(2) {
        padding: clamp(5rem, 22vw, 8rem) 0;
    }

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

    .editorial-heading {
        max-width: 11ch;
        font-size: clamp(3.5rem, 16vw, 6.5rem);
    }

    .about-block-name h2 {
        max-width: none;
        font-size: clamp(2.75rem, 12vw, 4.5rem);
    }

    .editorial-copy,
    .about-block:nth-child(2) .editorial-copy,
    .about-block:nth-child(3) .editorial-copy,
    .about-block:nth-child(4) .editorial-copy {
        width: min(100%, 30rem);
        margin: clamp(2rem, 9vw, 3.5rem) 0 0;
    }

    .about-block:nth-child(even) .editorial-copy {
        margin-left: auto;
    }

    .about-block.about-block-name {
        width: 100%;
        margin-left: 0;
        padding-top: clamp(5rem, 20vw, 7rem);
        padding-bottom: 2rem;
        border-bottom: 0;
    }

    .about-block.about-block-name p {
        width: min(100%, 28rem);
        margin: 2rem 0 0;
        font-size: 1.1rem;
    }

    .join-page-intro {
        width: 100%;
        margin-left: 0;
    }

    .join-page-intro .editorial-copy {
        width: min(100%, 30rem);
        margin: clamp(2rem, 9vw, 3.5rem) 0 0;
    }

    .join-page-copy,
    .join-page-block:nth-child(2) .join-page-copy {
        width: 100%;
        margin: clamp(2rem, 9vw, 3.5rem) 0 0;
    }

    .album-heading {
        grid-template-columns: 1fr;
    }

    .album-grid figure,
    .album-grid figure:nth-child(3n + 2),
    .album-grid figure:nth-child(3n),
    .album-grid figure.layout-hero,
    .album-grid figure.layout-wide,
    .album-grid figure.layout-small-left,
    .album-grid figure.layout-small-right,
    .album-grid figure.layout-close,
    .album-grid figure.layout-full,
    .album-grid figure.layout-panorama,
    .album-grid figure.layout-portrait,
    .album-grid figure.layout-sex-portrait {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .album-interlude {
        grid-column: 1 / -1;
    }

    .album-interlude > span {
        width: 100%;
    }

    .footer-link {
        grid-template-columns: 1fr 1.25rem;
    }

}

@media (prefers-reduced-motion: no-preference) {
    [data-reveal] {
        opacity: 0;
        transform: translateY(1.5rem);
        transition: opacity 500ms ease, transform 500ms ease;
    }

    [data-reveal].is-visible {
        opacity: 1;
        transform: none;
    }
}
