:root {
    --color-bg: #ffffff;
    --color-soft: #f7f7f5;
    --color-soft-2: #eeeeea;
    --color-line: #ddddd6;
    --color-text: #151515;
    --color-muted: #6f6f68;
    --color-gold: #EDCE72;
    --color-blue: #1f5b8f;
    --font-serif: "Cormorant Garamond", serif;
    --container-max: 1280px;
    --header-pad: clamp(24px, 5vw, 72px);
    --page-pad: clamp(24px, 5vw, 88px);
    --hero-title-size: clamp(4.4rem, 9vmin, 9rem);
    --page-title-size: clamp(4rem, 8vmin, 7.6rem);
    --section-space: clamp(90px, 12vw, 180px);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-bg);
    color: var(--color-text);
    font-family: "Manrope", sans-serif;
    line-height: 1.6;
    cursor: default;
}

body.menu-open,
body.modal-open {
    overflow: hidden;
}

body.cursor-enabled,
body.cursor-enabled a,
body.cursor-enabled button {
    cursor: none;
}

body.modal-open .custom-cursor {
    opacity: 1;
    visibility: visible;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

main {
    overflow: clip;
}

.container,
.site-header__inner,
.hero__inner,
.page-hero__inner,
.section-inner,
.site-footer__inner,
.mobile-nav__panel {
    width: min(100% - 96px, 1280px);
    margin-inline: auto;
}

.hero,
.page-hero,
.paintings-waterfall,
.objects-page,
.store-page,
.about-page,
.contact-page {
    padding-inline: var(--page-pad);
    overflow: visible;
    padding-block: clamp(80px, 12vh, 160px);
}

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

.section-soft {
    background: var(--color-soft);
}

.section-kicker,
.intro-kicker {
    margin: 0 0 12px;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
    font-weight: 700;
}

.intro-title,
.section-title,
.work__meta h2,
.store-item__content h2,
.editorial-item__copy h2,
.contact-card h2,
.artwork-modal__content h2,
.bio-block h3,
.site-footer__title {
    font-family: "Cormorant Garamond", serif;
}

.intro-title {
    margin: 0;
    font-family: var(--font-serif);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.055em;
    max-width: min(100%, 1180px);
    overflow: visible;
    text-wrap: balance;
    transform-origin: left top;
    transform: scale(var(--title-scale, 1));
}

.hero-title {
    font-size: var(--hero-title-size);
    line-height: 0.96;
    max-width: min(100%, 1240px);
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: var(--page-title-size);
    line-height: 0.98;
    max-width: min(100%, 980px);
}

.hero-title span,
.page-title span,
.intro-title span {
    display: block;
}

.hero-title span,
.page-title span {
    overflow: visible;
    padding-block: 0.03em;
}

.section-title {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(2.3rem, 4vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.035em;
    overflow: visible;
    padding-block: 0.08em;
    max-width: min(12ch, calc(100vw - (var(--page-pad) * 2)));
}

.section-title--narrow {
    max-width: 11ch;
}

.section-text,
.intro-text,
.work__meta p,
.final-cta__details p,
.editorial-item__copy p,
.about-page__text p,
.bio-block p,
.bio-block li,
.contact-card p,
.contact-form span,
.store-item__content p,
.site-footer p {
    color: var(--color-muted);
}

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: grid;
    place-items: center;
    background: var(--color-bg);
}

.site-loader__inner {
    overflow: hidden;
}

.site-loader__text {
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 6vw, 4rem);
    letter-spacing: 0.28em;
    color: var(--color-text);
}

.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    gap: 10px;
    pointer-events: none !important;
    color: var(--color-text);
    transform: translate(-50%, -50%);
}

.custom-cursor.is-visible {
    display: inline-flex;
}

.custom-cursor__dot {
    width: 14px;
    height: 14px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    transform-origin: center;
}

.custom-cursor__label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-muted);
    white-space: nowrap;
}

.custom-cursor.is-active .custom-cursor__label {
    color: var(--color-text);
}

.site-header {
    position: relative;
    width: 100%;
    padding-block: 28px;
    padding-inline: var(--page-pad);
    background: transparent;
    z-index: 100;
}

.site-header__inner {
    width: min(100%, var(--container-max));
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-logo,
.site-nav a {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--color-text);
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.site-logo img {
    display: block;
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
    flex: 0 0 28px;
}

.site-nav {
    position: relative;
    z-index: 101;
}

.site-nav__list {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.4vw, 34px);
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav__list li {
    margin: 0;
    padding: 0;
}

.site-nav__list a {
    text-decoration: none;
    color: inherit;
}

.site-nav a,
.mobile-nav a,
.site-footer a,
.text-link,
.text-button {
    position: relative;
}

.site-nav a {
    z-index: 102;
    pointer-events: auto;
}

.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a,
.site-nav__list a.is-active {
    opacity: 1;
}

.site-nav a::after,
.mobile-nav a::after,
.site-footer a::after,
.text-link::after,
.text-button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s var(--ease);
    pointer-events: none;
}

.site-nav a:hover::after,
.site-nav a.is-active::after,
.mobile-nav a:hover::after,
.site-footer a:hover::after,
.text-link:hover::after,
.text-button:hover::after {
    transform: scaleX(1);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0;
    position: relative;
}

.menu-toggle span {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background: currentColor;
    transition: transform 0.35s var(--ease);
}

.menu-toggle span:first-child {
    top: 16px;
}

.menu-toggle span:last-child {
    bottom: 16px;
}

.menu-toggle.is-open span:first-child {
    transform: translateY(5px) rotate(45deg);
}

.menu-toggle.is-open span:last-child {
    transform: translateY(-5px) rotate(-45deg);
}

.mobile-nav {
    position: absolute;
    inset: calc(100% + 4px) 0 auto 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-nav:not(.is-open),
.artwork-modal:not(.is-open) {
    pointer-events: none;
    visibility: hidden;
}

.mobile-nav__panel {
    width: min(100%, var(--container-max));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    padding: 20px 0;
    display: grid;
    gap: 10px;
}

.mobile-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.mobile-nav__list li {
    margin: 0;
    padding: 0;
}

.mobile-nav a {
    width: fit-content;
    padding-block: 4px;
}

.intro-hero,
.page-hero {
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: visible;
}

.page-hero--plain {
    min-height: 70svh;
}

.intro-hero__inner,
.page-hero__inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    width: min(100%, 1280px);
    overflow: visible;
}

.page-hero__inner--stack {
    display: grid;
    align-items: start;
    justify-content: start;
}

.intro-hero__copy {
    max-width: 720px;
}

.intro-text,
.section-text {
    max-width: 620px;
    margin-top: 18px;
    font-size: 16px;
}

.scroll-orbit {
    display: grid;
    justify-items: center;
    gap: 10px;
}

.scroll-indicator {
    position: absolute;
    right: var(--page-pad);
    top: clamp(110px, 18vh, 180px);
    z-index: 1;
    pointer-events: none;
}

.scroll-orbit__circle {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    border: 1px solid var(--color-line);
    position: relative;
}

.scroll-orbit__circle::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 999px;
    border: 1px solid rgba(185, 148, 69, 0.24);
}

.scroll-orbit__label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-muted);
}

.works-flow__intro {
    margin-bottom: clamp(36px, 6vw, 72px);
}

.work {
    position: relative;
    margin-bottom: clamp(90px, 10vw, 150px);
}

.work--right {
    width: min(100%, 840px);
    margin-left: auto;
}

.work--left {
    width: min(100%, 660px);
}

.work--center {
    width: min(100%, 740px);
    margin-left: clamp(20px, 8vw, 96px);
}

.work--small {
    width: min(100%, 560px);
}

.work--large {
    width: min(100%, 700px);
}

.work--offset {
    transform: translateX(2.5vw);
}

.work__image-wrap,
.objects-teaser__image,
.about-teaser__portrait,
.editorial-item__image,
.store-item__image,
.about-page__portrait,
.artwork-modal__image-wrap {
    position: relative;
    overflow: hidden;
    background: transparent;
    height: auto;
    min-height: 0;
    line-height: 0;
}

.work__image-wrap::before,
.work__image-wrap::after,
.objects-teaser__image::before,
.objects-teaser__image::after,
.about-teaser__portrait::before,
.about-teaser__portrait::after,
.editorial-item__image::before,
.editorial-item__image::after,
.store-item__image::before,
.store-item__image::after,
.about-page__portrait::before,
.about-page__portrait::after,
.artwork-modal__image-wrap::before,
.artwork-modal__image-wrap::after {
    display: none;
    content: none;
}

.work__trigger {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.work__image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.work__image.is-missing {
    opacity: 0;
}

.work__meta {
    max-width: 280px;
    margin-top: 12px;
}

.work__meta h2 {
    margin: 0 0 6px;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 0.98;
}

.work__meta p {
    margin: 0;
}

.objects-teaser__inner,
.about-teaser__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
    gap: clamp(32px, 6vw, 80px);
    align-items: center;
}

.objects-teaser__media {
    position: relative;
    min-height: 660px;
}

.objects-teaser__image {
    width: min(100%, 400px);
}

.objects-teaser__image--offset {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(72%, 320px);
}

.about-teaser__portrait {
    width: min(100%, 380px);
}

.about-page__portrait-layout,
.biography-section__inner {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.1fr);
    gap: clamp(32px, 6vw, 88px);
    align-items: start;
}

.about-page__portrait {
    margin: 0;
}

.about-page__portrait figcaption {
    margin-top: 12px;
    font-size: 14px;
    color: var(--color-muted);
}

.about-page__text p {
    margin: 0 0 18px;
    max-width: 780px;
}

.biography-section__main p {
    max-width: 700px;
}

.biography-section__aside {
    display: grid;
    gap: 28px;
}

.bio-block h3 {
    margin: 0 0 10px;
    font-size: 1.8rem;
}

.bio-block ul {
    margin: 0;
    padding-left: 18px;
}

.bio-block li + li {
    margin-top: 8px;
}

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

.editorial-item,
.store-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: clamp(24px, 4vw, 52px);
    align-items: center;
    margin-bottom: clamp(48px, 7vw, 80px);
}

.editorial-item--left,
.store-item--left {
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
}

.editorial-item--left .editorial-item__image,
.store-item--left .store-item__image {
    order: 2;
}

.editorial-item__image,
.store-item__image {
    line-height: 0;
}

.editorial-item__copy h2,
.store-item__content h2 {
    margin: 0 0 6px;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 0.98;
}

.editorial-item__copy p,
.store-item__content p {
    margin: 0 0 6px;
}

.text-link,
.text-button {
    display: inline-block;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.final-cta__inner {
    border-top: 1px solid var(--color-line);
    padding-top: 32px;
}

.final-cta__details {
    margin-top: 28px;
    display: grid;
    gap: 2px;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-form--cf7 .wpcf7 {
    width: 100%;
}

.contact-form--cf7 .wpcf7-form {
    display: grid;
    gap: 24px;
}

.contact-form--cf7 label {
    display: grid;
    gap: 10px;
    margin: 0;
}

.contact-form--cf7 label > span:first-child {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-muted);
}

.contact-form--cf7 input[type="text"],
.contact-form--cf7 input[type="email"],
.contact-form--cf7 select,
.contact-form--cf7 textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--color-line);
    background: transparent;
    padding: 14px 0;
    font: inherit;
    color: var(--color-text);
    border-radius: 0;
    box-shadow: none;
}

.contact-form--cf7 textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form--cf7 input[type="text"]:focus,
.contact-form--cf7 input[type="email"]:focus,
.contact-form--cf7 select:focus,
.contact-form--cf7 textarea:focus {
    outline: none;
    border-bottom-color: var(--color-text);
}

.contact-form--cf7 .wpcf7-submit,
.contact-form--cf7 .text-button {
    width: auto;
    justify-self: start;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid currentColor;
    padding: 0 0 6px;
    background: transparent;
    color: var(--color-text);
    font: inherit;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.contact-form--cf7 .wpcf7-submit:hover,
.contact-form--cf7 .text-button:hover {
    opacity: 0.65;
    transform: translateY(-1px);
}

.contact-form--cf7 .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 0.8rem;
    color: #9b2c2c;
    letter-spacing: normal;
    text-transform: none;
}

.contact-form--cf7 .wpcf7-response-output {
    margin: 24px 0 0 !important;
    padding: 16px 18px !important;
    border: 1px solid var(--color-line) !important;
    font-size: 0.9rem;
}

.contact-form--cf7 .wpcf7-spinner {
    margin-left: 12px;
}

.contact-form label {
    display: grid;
    gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid var(--color-line);
    background: transparent;
    color: var(--color-text);
    outline: none;
    border-radius: 0;
}

.contact-form textarea {
    resize: vertical;
    min-height: 150px;
}

.site-footer {
    padding: 32px 0 40px;
}

.site-footer__inner {
    padding-top: 24px;
    border-top: 1px solid var(--color-line);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    flex-wrap: wrap;
}

.site-footer__title {
    margin: 0 0 4px;
    font-size: 1.7rem;
}

.site-footer p {
    margin: 0;
}

.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.site-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.site-footer__menu li {
    margin: 0;
    padding: 0;
}

.footer-social-link {
    color: var(--color-muted);
}

.artwork-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    padding: 24px;
    overflow: hidden;
}

.artwork-modal.is-open {
    display: grid;
    place-items: center;
}

.artwork-modal__backdrop {
    position: absolute;
    inset: 0;
}

.artwork-modal__panel {
    position: relative;
    width: min(100%, 1320px);
    max-height: calc(100dvh - 48px);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: clamp(32px, 5vw, 80px);
    background: rgba(255, 255, 255, 0.96);
    overflow: hidden;
}

.artwork-modal__close {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 2;
    border: 0;
    background: transparent;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
}

.artwork-modal__media {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artwork-modal__image-wrap {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artwork-modal__image-wrap .work__image {
    display: block;
    max-width: 100%;
    max-height: calc(100dvh - 96px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.artwork-modal__content {
    min-height: 0;
    overflow-y: auto;
    padding: clamp(32px, 5vw, 72px) clamp(24px, 4vw, 56px);
    align-self: center;
}

.artwork-modal__content h2 {
    margin: 0 0 12px;
    font-size: clamp(2.4rem, 4vw, 4.4rem);
    line-height: 0.95;
}

.artwork-modal__meta {
    display: grid;
    gap: 4px;
}

.artwork-modal__meta p,
.artwork-modal__note {
    margin: 0;
    color: var(--color-muted);
}

.artwork-modal__note {
    margin-top: 18px;
    max-width: 28rem;
}

.js-enabled .reveal-copy,
.js-enabled .work {
    opacity: 0;
}

@media (max-width: 1200px) {
    :root {
        --hero-title-size: clamp(4rem, 8.2vmin, 7.4rem);
        --page-title-size: clamp(3.8rem, 7.5vmin, 6.8rem);
    }

    .hero-title {
        line-height: 0.98;
    }

    .work--center {
        margin-left: 0;
    }

    .work--offset {
        transform: none;
    }
}

@media (max-width: 1024px) {
    body.cursor-enabled,
    body.cursor-enabled a,
    body.cursor-enabled button {
        cursor: auto;
    }

    .custom-cursor {
        display: none !important;
    }

    .site-nav {
        display: none;
    }

    .menu-toggle {
        display: inline-block;
    }

    .intro-hero,
    .page-hero,
    .page-hero--plain {
        min-height: auto;
    }

    .intro-hero__inner,
    .objects-teaser__inner,
    .about-teaser__inner,
    .about-page__portrait-layout,
    .biography-section__inner,
    .contact-layout,
    .editorial-item,
    .editorial-item--left,
    .store-item,
    .store-item--left {
        grid-template-columns: 1fr;
    }

    .intro-hero__inner,
    .page-hero__inner {
        display: grid;
        align-items: start;
    }

    .work,
    .work--right,
    .work--left,
    .work--center,
    .work--small,
    .work--large {
        width: 100%;
        margin-left: 0;
    }

    .objects-teaser__media {
        min-height: auto;
        display: grid;
        gap: 18px;
    }

    .objects-teaser__image,
    .objects-teaser__image--offset {
        position: static;
        width: 100%;
    }

    .scroll-indicator {
        display: none;
    }

    .editorial-item--left .editorial-item__image,
    .store-item--left .store-item__image {
        order: 0;
    }

    .artwork-modal {
        padding: 16px;
        overflow-y: auto;
    }

    .artwork-modal__panel {
        max-height: none;
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 24px;
        overflow: visible;
    }

    .artwork-modal__image-wrap .work__image {
        max-height: 55dvh;
        width: 100%;
        height: auto;
    }

    .artwork-modal__content {
        overflow: visible;
        padding: 20px 0 8px;
    }

    .artwork-modal__close {
        top: -16px;
        right: 0;
    }
}

@media (max-width: 900px) {
    :root {
        --hero-title-size: clamp(3.7rem, 11vw, 6rem);
        --page-title-size: clamp(3.5rem, 10vw, 5.6rem);
    }

    .hero-title,
    .page-title {
        line-height: 1;
        letter-spacing: -0.045em;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .page-hero__inner,
    .hero__inner,
    .section-inner {
        width: min(100% - 48px, 1280px);
    }

    .site-header__inner {
        min-height: 78px;
    }

    .mobile-nav {
        inset: calc(100% + 4px) 0 auto 0;
    }

    .mobile-nav__panel {
        padding-inline: 0;
    }

    .site-logo img {
        width: 24px;
        height: 24px;
        max-width: 24px;
        max-height: 24px;
        flex-basis: 24px;
    }

    .section {
        padding-block: 90px;
    }

    :root {
        --hero-title-size: clamp(3.1rem, 14vw, 4.8rem);
        --page-title-size: clamp(3rem, 13vw, 4.5rem);
    }

    .hero-title,
    .page-title {
        line-height: 1.03;
        letter-spacing: -0.04em;
        max-width: 100%;
    }

    .section-title {
        font-size: clamp(42px, 12vw, 76px);
    }

    .work {
        margin-bottom: 80px;
    }

    .work__meta {
        max-width: none;
    }

}

@media (hover: none), (pointer: coarse) {
    body,
    body * {
        cursor: auto !important;
    }

    .custom-cursor {
        display: none !important;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
