:root {
    --atk-black: #050505;
    --atk-charcoal: #101010;
    --atk-ivory: #f5f0e8;
    --atk-white: #fafaf7;
    --atk-gold: #c9a86a;
    --atk-gold-dark: #a47d42;
    --atk-line: rgba(201, 168, 106, 0.28);
    --atk-muted: rgba(245, 240, 232, 0.74);
    --atk-serif: "Cormorant Garamond", Georgia, serif;
    --atk-sans: "Inter", Arial, sans-serif;
    --atk-page-max: 1440px;
    --atk-max: 1240px;
}

/* Sytist loads theme typography aggressively, so keep the Artistry shell scoped
   and explicit enough to preserve the main-site scale inside subfolders. */
html body .artistry-sytist-header,
html body .artistry-sytist-footer {
    font-family: var(--atk-sans) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

html body .artistry-sytist-header *,
html body .artistry-sytist-footer * {
    letter-spacing: inherit;
}

html body .artistry-sytist-utility,
html body .artistry-sytist-utility a {
    font-family: var(--atk-sans) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

html body .artistry-sytist-nav,
html body .artistry-sytist-nav a {
    font-family: var(--atk-sans) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

html body .artistry-sytist-repeat-heading p {
    font-family: var(--atk-serif) !important;
    font-size: clamp(18px, 1.8vw, 25px) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.05 !important;
    text-transform: none !important;
}

html body .artistry-sytist-footer h2 {
    font-family: var(--atk-sans) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

html body .artistry-sytist-repeat-heading h2 {
    font-family: var(--atk-serif) !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    text-transform: none !important;
}

html body .artistry-sytist-footer p,
html body .artistry-sytist-footer address,
html body .artistry-sytist-footer address a,
html body .artistry-sytist-footer address span,
html body .artistry-sytist-footer-links a,
html body .artistry-sytist-social-links a {
    font-family: var(--atk-sans) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.55 !important;
    text-transform: none !important;
}

html body .artistry-sytist-social-links a {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

html body .artistry-sytist-copyright {
    font-size: 13px !important;
}

html body #headerAndMenu:has(.artistry-sytist-header),
html body #headerAndMenu:has(.artistry-sytist-header) #headerAndMenuInner,
html body #headerAndMenu:has(.artistry-sytist-header) #headerContainer,
html body #headerAndMenu:has(.artistry-sytist-header) #header,
html body #headerAndMenu:has(.artistry-sytist-header) #header .inner {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body #headerAndMenu:has(.artistry-sytist-header) {
    position: relative !important;
    top: auto !important;
}

html body #headerAndMenu:has(.artistry-sytist-header) #menucontainerouter,
html body #headerAndMenu:has(.artistry-sytist-header) #menucontainer,
html body #headerAndMenu:has(.artistry-sytist-header) #menu {
    display: none !important;
}

.artistry-sytist-header,
.artistry-sytist-footer {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    color: var(--atk-ivory);
    font-family: var(--atk-sans);
}

.artistry-sytist-header *,
.artistry-sytist-footer * {
    box-sizing: border-box;
}

.artistry-sytist-header a,
.artistry-sytist-footer a {
    color: inherit;
    text-decoration: none;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.artistry-sytist-header a:hover,
.artistry-sytist-footer a:hover {
    color: var(--atk-gold);
}

.artistry-sytist-header {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    z-index: 3000;
    background: rgba(5, 5, 5, 0.86);
    border-bottom: 1px solid rgba(201, 168, 106, 0.18);
    backdrop-filter: blur(18px);
}

.artistry-sytist-utility {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    width: min(var(--atk-page-max), calc(100% - 2rem));
    margin: 0 auto;
    padding: 0.45rem 0 0;
    color: rgba(245, 240, 232, 0.78);
    font-size: 0.82rem;
}

.artistry-sytist-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.25rem, 2vw, 2rem);
    width: min(var(--atk-page-max), calc(100% - 2rem));
    min-height: 94px;
    margin: 0 auto;
    padding: 0.35rem 0 0.875rem;
}

.artistry-sytist-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: clamp(154px, 13vw, 218px);
    height: 72px;
    overflow: hidden;
}

.artistry-sytist-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 0;
}

.artistry-sytist-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.7rem, 1.2vw, 1.2rem);
    min-width: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.artistry-sytist-nav a {
    padding: 0.6rem 0;
    color: rgba(245, 240, 232, 0.84);
    white-space: nowrap;
}

html body .artistry-sytist-utility,
html body .artistry-sytist-utility a {
    color: rgba(245, 240, 232, 0.78) !important;
}

html body .artistry-sytist-nav a {
    color: rgba(245, 240, 232, 0.84) !important;
}

html body .artistry-sytist-nav a:hover,
html body .artistry-sytist-utility a:hover {
    color: var(--atk-gold) !important;
}

.artistry-sytist-nav a.artistry-nav-cta {
    padding: 0.65rem 1rem;
    border: 1px solid var(--atk-line);
    color: var(--atk-gold);
}

html body .artistry-sytist-nav a.artistry-nav-cta {
    color: var(--atk-gold) !important;
}

.artistry-sytist-page {
    box-sizing: border-box;
    width: min(var(--atk-max), calc(100% - 2rem));
    margin: 0 auto;
    color: var(--atk-ivory);
    font-family: var(--atk-sans);
}

.artistry-sytist-page *,
.artistry-sytist-page *::before,
.artistry-sytist-page *::after {
    box-sizing: border-box;
}

.artistry-sytist-page a {
    color: inherit;
    text-decoration: none;
}

.artistry-sytist-page .eyebrow {
    margin: 0 0 0.75rem;
    color: var(--atk-gold);
    font-family: var(--atk-serif);
    font-size: clamp(18px, 2vw, 27px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}

.artistry-sytist-page h1,
.artistry-sytist-page h2,
.artistry-sytist-page h3 {
    margin: 0;
    color: var(--atk-gold);
    font-family: var(--atk-serif);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.98;
    text-transform: none;
}

.artistry-sytist-page h1 {
    color: var(--atk-ivory);
    font-size: clamp(52px, 7vw, 96px);
}

.artistry-sytist-page h2 {
    font-size: clamp(38px, 4vw, 58px);
}

.artistry-sytist-page p {
    margin: 0;
    color: var(--atk-muted);
    font-family: var(--atk-sans);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.55;
    text-transform: none;
}

.artistry-sytist-page .subpage-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: clamp(32px, 5vw, 80px);
    width: 100%;
    margin: 0 auto;
    padding: clamp(64px, 8vw, 96px) 0;
    align-items: center;
}

.artistry-sytist-page .subpage-copy p:not(.eyebrow) {
    max-width: 680px;
    margin-top: 16px;
}

.artistry-sytist-page .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 28px;
}

.artistry-sytist-page .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 26px;
    border: 1px solid var(--atk-line);
    color: var(--atk-ivory) !important;
    font-family: var(--atk-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.artistry-sytist-page .button:hover {
    transform: translateY(-1px);
}

.artistry-sytist-page .button-gold {
    border-color: var(--atk-gold);
    background: linear-gradient(135deg, var(--atk-gold), var(--atk-gold-dark));
    color: #120f0a !important;
}

.artistry-sytist-page .button-outline {
    border-color: rgba(245, 240, 232, 0.45);
    background: transparent;
}

.artistry-sytist-page .button-outline:hover {
    border-color: var(--atk-gold);
    color: var(--atk-gold) !important;
}

.artistry-sytist-page .subpage-image,
.artistry-sytist-page .work-card {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--atk-line);
    background: #0d0d0b;
}

.artistry-sytist-page .subpage-image {
    aspect-ratio: 3 / 2;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.artistry-sytist-page .subpage-image img,
.artistry-sytist-page .work-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.85) contrast(1.08);
}

.artistry-sytist-page .section-band {
    width: 100%;
    margin: 0 auto;
    padding: clamp(64px, 7vw, 88px) 0 0;
    border-top: 1px solid var(--atk-line);
    background:
        linear-gradient(180deg, rgba(16, 16, 16, 0.86), rgba(10, 10, 9, 0.82)),
        repeating-linear-gradient(90deg, rgba(245, 240, 232, 0.018) 0 1px, transparent 1px 14px);
}

.artistry-sytist-page .section-band.flush {
    padding-bottom: 0;
}

.artistry-sytist-page .section-heading {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 0 28px;
    text-align: center;
}

.artistry-sytist-page .section-heading p {
    margin-top: 12px;
}

.artistry-sytist-page .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    width: 100%;
    margin: 0 auto;
    background: var(--atk-line);
}

.artistry-sytist-page .work-card {
    min-height: 260px;
    border: 0;
}

.artistry-sytist-page .work-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.74));
}

.artistry-sytist-page .work-card:hover img {
    transform: scale(1.02);
}

.artistry-sytist-page .work-caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 1;
    color: var(--atk-ivory);
    font-family: var(--atk-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.artistry-sytist-page .work-caption small {
    display: block;
    margin-top: 4px;
    color: var(--atk-gold);
    font-size: 11px;
    letter-spacing: 0.1em;
}

.artistry-sytist-footer {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    border-top: 1px solid var(--atk-line);
    background: #080808;
    color: var(--atk-muted);
    padding: 3rem 0 1.5rem;
}

.artistry-sytist-repeat {
    width: min(var(--atk-page-max), calc(100% - 2rem));
    margin: 0 auto 3rem;
    padding: 0 0 3rem;
    border-bottom: 1px solid var(--atk-line);
}

.artistry-sytist-repeat-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.artistry-sytist-repeat-heading p {
    margin: 0;
    color: var(--atk-gold);
    font-family: var(--atk-serif);
    font-size: clamp(1.15rem, 2vw, 1.7rem);
    line-height: 1;
}

.artistry-sytist-repeat-heading h2,
.artistry-sytist-footer h2 {
    max-width: 620px;
    margin: 0;
    color: var(--atk-gold);
}

.artistry-sytist-repeat-heading h2 {
    font-family: var(--atk-serif);
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    text-align: right;
    text-transform: none;
}

.artistry-sytist-footer h2 {
    font-family: var(--atk-sans);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-transform: uppercase;
}

.artistry-sytist-logo-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border-top: 1px solid var(--atk-line);
    border-left: 1px solid var(--atk-line);
}

.artistry-sytist-logo-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 116px;
    padding: 10px;
    border-right: 1px solid var(--atk-line);
    border-bottom: 1px solid var(--atk-line);
    background: #050505;
}

.artistry-sytist-logo-cell img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 86px;
    object-fit: contain;
    border: 0;
}

.artistry-sytist-logo-cell-wide img {
    max-height: 72px;
}

.artistry-sytist-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.35fr 0.7fr 1fr;
    gap: 2.5rem;
    width: min(var(--atk-max), calc(100% - 2rem));
    margin: 0 auto;
    padding: 0;
}

.artistry-sytist-footer p {
    margin: 0.75rem 0 0;
    color: var(--atk-muted);
}

.artistry-sytist-footer-brand {
    width: 220px;
    height: 88px;
    margin-bottom: 1rem;
}

.artistry-sytist-former {
    font-size: 0.9rem;
}

.artistry-sytist-footer address {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    color: var(--atk-muted);
    font-style: normal;
}

.artistry-sytist-footer address > a,
.artistry-sytist-footer address > span {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.artistry-sytist-footer address svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 0.05rem;
    color: var(--atk-gold);
}

.artistry-sytist-footer address svg path,
.artistry-sytist-footer address svg rect,
.artistry-sytist-footer address svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.artistry-sytist-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 1rem;
    margin-top: 0.9rem;
}

.artistry-sytist-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.artistry-sytist-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--atk-line);
    border-radius: 50%;
    color: var(--atk-ivory);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.artistry-sytist-social-links svg {
    width: 18px;
    height: 18px;
    color: currentColor;
}

.artistry-sytist-social-links svg path {
    fill: currentColor;
    stroke: none;
}

.artistry-sytist-social-links svg rect,
.artistry-sytist-social-links svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.artistry-sytist-social-links svg .instagram-dot {
    fill: currentColor;
    stroke: none;
}

.artistry-sytist-footer-links a,
.artistry-sytist-footer address a,
.artistry-sytist-footer address span {
    color: rgba(245, 240, 232, 0.74);
    font-size: 0.92rem;
}

.artistry-sytist-copyright {
    width: min(var(--atk-max), calc(100% - 2rem));
    margin: 0 auto !important;
    padding: 2rem 0 0;
    color: rgba(245, 240, 232, 0.52) !important;
    font-size: 0.82rem;
    text-align: center;
}

@media (max-width: 1180px) {
    .artistry-sytist-nav-shell {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        padding: 0.75rem 0 1rem;
    }

    .artistry-sytist-nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .artistry-sytist-logo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .artistry-sytist-page .subpage-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .artistry-sytist-utility {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0.55rem;
    }

    .artistry-sytist-brand {
        width: 164px;
        height: 62px;
    }

    .artistry-sytist-nav {
        gap: 0.75rem 1rem;
        font-size: 0.68rem;
    }

    .artistry-sytist-repeat-heading,
    .artistry-sytist-footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .artistry-sytist-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .artistry-sytist-logo-cell {
        min-height: 102px;
    }

    .artistry-sytist-footer-links {
        grid-template-columns: 1fr;
    }

    .artistry-sytist-page {
        width: min(100%, calc(100% - 1.5rem));
    }

    .artistry-sytist-page .subpage-hero {
        padding: 52px 0;
    }

    .artistry-sytist-page h1 {
        font-size: clamp(44px, 16vw, 64px);
    }

    .artistry-sytist-page .button-row {
        align-items: stretch;
        flex-direction: column;
    }

    .artistry-sytist-page .button {
        width: 100%;
    }

    .artistry-sytist-page .gallery-grid {
        grid-template-columns: 1fr;
    }

    .artistry-sytist-page .work-card {
        min-height: 230px;
    }
}

/* Final Sytist cascade guard: match the main-site repeat-customer heading. */
html body .artistry-sytist-footer .artistry-sytist-repeat-heading > p {
    color: var(--atk-gold) !important;
    font-family: var(--atk-serif) !important;
    font-size: clamp(18px, 2vw, 27px) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
}

html body .artistry-sytist-footer .artistry-sytist-repeat-heading > h2 {
    max-width: 620px !important;
    color: var(--atk-gold) !important;
    font-family: var(--atk-sans) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.35 !important;
    text-align: right !important;
    text-transform: uppercase !important;
}
