:root {
    --art-ink: #151412;
    --art-paper: #f2eee5;
    --art-paper-deep: #e6dfd1;
    --art-line: rgba(21, 20, 18, 0.17);
    --art-blue: #087aa3;
    --art-copper: #b7653d;
    --art-gold: #d3a82f;
}

html {
    scroll-behavior: smooth;
}

body.artwork-studio-page {
    background: var(--art-paper);
    color: var(--art-ink);
}

.artwork-studio-page .shell,
.artwork-studio-page .shell--marketing {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.art-studio {
    min-height: 100vh;
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 0 49.94%, rgba(21, 20, 18, 0.035) 49.94% 50.06%, transparent 50.06%),
        var(--art-paper);
}

.art-studio a {
    color: inherit;
}

.art-studio__header {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(100% - 44px, 1400px);
    min-height: 82px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-bottom: 1px solid var(--art-line);
}

.art-studio__brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    text-decoration: none;
}

.art-studio__brand > span {
    width: 15px;
    height: 15px;
    border: 4px solid var(--art-copper);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px var(--art-paper);
}

.art-studio__header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 22px;
}

.art-studio__header nav a {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
}

.art-studio__hero {
    display: grid;
    width: min(100% - 44px, 1400px);
    min-height: calc(100vh - 82px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    align-items: center;
    gap: clamp(52px, 8vw, 132px);
    padding: clamp(72px, 10vw, 140px) 0;
}

.art-studio__hero-copy {
    position: relative;
    z-index: 1;
}

.art-studio__eyebrow {
    margin: 0;
    color: var(--art-copper);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.art-studio__hero h1,
.art-studio__section-heading h2,
.art-studio__about h2 {
    margin: 18px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -0.055em;
}

.art-studio__hero h1 {
    max-width: 680px;
    font-size: clamp(4rem, 8.5vw, 8.2rem);
    line-height: 0.88;
}

.art-studio__hero-copy > p:not(.art-studio__eyebrow) {
    max-width: 590px;
    margin: 30px 0 0;
    color: rgba(21, 20, 18, 0.7);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.08rem, 1.8vw, 1.35rem);
    line-height: 1.62;
}

.art-studio__hero-copy > a,
.art-studio__about-links a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    border-bottom: 2px solid var(--art-ink);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.art-studio__hero-art {
    position: relative;
    isolation: isolate;
    margin: 0;
    padding: clamp(16px, 2vw, 28px);
    background: var(--art-paper-deep);
    transform: rotate(1.2deg);
}

.art-studio__hero-art::before,
.art-studio__hero-art::after {
    position: absolute;
    z-index: -1;
    width: 42%;
    height: 34%;
    content: "";
}

.art-studio__hero-art::before {
    top: -24px;
    right: -28px;
    background: var(--art-gold);
}

.art-studio__hero-art::after {
    bottom: -30px;
    left: -34px;
    background: var(--art-blue);
}

.art-studio__hero-art img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 32px 70px rgba(21, 20, 18, 0.2);
}

.art-studio__gallery-section {
    padding: clamp(84px, 11vw, 150px) max(22px, calc((100vw - 1400px) / 2));
    background: #171715;
    color: #f4f0e7;
}

.art-studio__section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 40px;
    align-items: end;
    margin-bottom: clamp(54px, 7vw, 90px);
}

.art-studio__section-heading h2,
.art-studio__about h2 {
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: 0.95;
}

.art-studio__section-heading > p {
    max-width: 560px;
    margin: 0 0 5px auto;
    color: rgba(244, 240, 231, 0.67);
    font-size: 0.96rem;
    line-height: 1.7;
}

.art-studio__gallery {
    columns: 3 320px;
    column-gap: clamp(14px, 2vw, 28px);
}

.art-studio__painting {
    margin: 0 0 clamp(14px, 2vw, 28px);
    break-inside: avoid;
}

.art-studio__painting a,
.art-studio__painting img {
    display: block;
    width: 100%;
}

.art-studio__painting a {
    background: #292925;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.art-studio__painting img {
    height: auto;
}

.art-studio__painting a:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.art-studio__about {
    display: grid;
    width: min(100% - 44px, 1180px);
    margin: 0 auto;
    grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
    gap: 44px;
    padding: clamp(92px, 13vw, 170px) 0;
}

.art-studio__about > div > p {
    max-width: 780px;
    margin: 28px 0 0;
    color: rgba(21, 20, 18, 0.7);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    line-height: 1.66;
}

.art-studio__about-links {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.art-studio__footer {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    padding: 34px max(22px, calc((100vw - 1400px) / 2));
    border-top: 1px solid var(--art-line);
    color: rgba(21, 20, 18, 0.63);
    font-size: 0.78rem;
}

.art-studio__footer p {
    margin: 0;
}

.art-studio__brand:focus-visible,
.art-studio__header a:focus-visible,
.art-studio__hero-copy > a:focus-visible,
.art-studio__painting a:focus-visible,
.art-studio__about-links a:focus-visible,
.art-studio__footer a:focus-visible {
    outline: 3px solid rgba(211, 168, 47, 0.78);
    outline-offset: 5px;
}

@media (max-width: 920px) {
    .art-studio__hero {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .art-studio__hero-copy {
        max-width: 760px;
    }

    .art-studio__hero-art {
        width: min(86%, 680px);
        margin: 0 auto;
    }

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

    .art-studio__section-heading > p {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .art-studio__header {
        width: min(100% - 32px, 1400px);
        min-height: 72px;
    }

    .art-studio__header nav a:not(:first-child) {
        display: none;
    }

    .art-studio__hero {
        width: min(100% - 32px, 1400px);
        gap: 58px;
        padding: 68px 0 88px;
    }

    .art-studio__hero h1 {
        font-size: clamp(3.6rem, 18vw, 5.25rem);
    }

    .art-studio__hero-art {
        width: calc(100% - 20px);
    }

    .art-studio__gallery {
        columns: 1;
    }

    .art-studio__about {
        width: min(100% - 32px, 1180px);
        grid-template-columns: 1fr;
    }

    .art-studio__footer {
        flex-direction: column;
    }
}

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

    .art-studio__painting a {
        transition: none;
    }
}
