/* 
 * Gezwanzig Design Switcher Styles
 * These styles are activated via body classes set in the Customizer.
 */

/* ==========================================================================
   Modern (✦)
   Clean, sans-serif, soft shadows, high contrast
   ========================================================================== */
body.design-modern {
    font-family: 'Inter', 'Source Sans 3', sans-serif;
    background-color: #fcfcfc;
    color: #1a1a1a;
}

body.design-modern h1, 
body.design-modern h2, 
body.design-modern h3, 
body.design-modern h4, 
body.design-modern h5, 
body.design-modern h6 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

body.design-modern .navbar-default {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

body.design-modern .thumbnail,
body.design-modern .image-with-link-wrap {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

body.design-modern .thumbnail:hover,
body.design-modern .image-with-link-wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

/* ==========================================================================
   Material (◈)
   Card layouts, ripple-like effects, box-shadows, primary/secondary colors
   ========================================================================== */
body.design-material {
    font-family: 'Roboto', 'Source Sans 3', sans-serif;
    background-color: #f5f5f6;
    color: #212121;
}

body.design-material h1, 
body.design-material h2, 
body.design-material h3 {
    font-weight: 500;
}

body.design-material .navbar-default {
    background-color: #6200ea; /* Deep Purple Primary */
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
    border: none;
}

body.design-material .navbar-default .navbar-brand,
body.design-material .navbar-default .navbar-nav > li > a,
body.design-material .site-title-heading a,
body.design-material .site-title-heading {
    color: #ffffff !important;
}

body.design-material .thumbnail,
body.design-material .image-with-link-wrap {
    background: #fff;
    border-radius: 4px;
    border: none;
    padding: 0;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

body.design-material .thumbnail:hover,
body.design-material .image-with-link-wrap:hover {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

body.design-material .btn {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.0892857143em;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
}

/* ==========================================================================
   Zeldman (❐)
   Web standards, readable typography, clear hierarchy, classic
   ========================================================================== */
body.design-zeldman {
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
    font-size: 18px;
}

body.design-zeldman h1, 
body.design-zeldman h2, 
body.design-zeldman h3, 
body.design-zeldman h4, 
body.design-zeldman h5, 
body.design-zeldman h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #111111;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

body.design-zeldman a {
    color: #c00;
    text-decoration: underline;
}

body.design-zeldman a:hover {
    color: #000;
    text-decoration: none;
}

body.design-zeldman .navbar-default {
    background-color: #fff;
    border-bottom: 2px solid #000;
}

body.design-zeldman .thumbnail,
body.design-zeldman .image-with-link-wrap {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 4px;
    background: #fff;
    box-shadow: none;
}

/* ==========================================================================
   Brody (▰)
   Neville Brody style, typography as art, bold, brutalist/punk
   ========================================================================== */
body.design-brody {
    font-family: 'Impact', 'Arial Black', sans-serif;
    background-color: #000000;
    color: #ffffff;
}

body.design-brody p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

body.design-brody h1, 
body.design-brody h2, 
body.design-brody h3 {
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 0.9;
    letter-spacing: -2px;
    color: #ff003c; /* Punk red */
    mix-blend-mode: exclusion;
}

body.design-brody .navbar-default {
    background-color: #000;
    border-bottom: 4px solid #ff003c;
}

body.design-brody .navbar-default .navbar-nav > li > a,
body.design-brody .site-title-heading a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

body.design-brody .thumbnail,
body.design-brody .image-with-link-wrap {
    border: none;
    border-radius: 0;
    filter: grayscale(100%) contrast(150%);
    transition: filter 0.2s;
}

body.design-brody .thumbnail:hover,
body.design-brody .image-with-link-wrap:hover {
    filter: grayscale(0%) contrast(100%);
}

/* ==========================================================================
   MetaDesign (⊞)
   Corporate, rational, strict grid, Meta-like font styling
   ========================================================================== */
body.design-metadesign {
    font-family: 'Fira Sans', 'Source Sans 3', sans-serif; /* Fira Sans as a Meta alternative */
    background-color: #ffffff;
    color: #2b2b2b;
}

body.design-metadesign .container {
    max-width: 1140px; /* Strict grid constraint */
}

body.design-metadesign h1, 
body.design-metadesign h2, 
body.design-metadesign h3 {
    font-weight: 500;
    letter-spacing: 0;
    color: #004d99; /* Corporate Blue */
}

body.design-metadesign .navbar-default {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

body.design-metadesign .thumbnail,
body.design-metadesign .image-with-link-wrap {
    border: 1px solid #dee2e6;
    border-radius: 2px;
    padding: 0;
    box-shadow: none;
}

/* ==========================================================================
   Peter Schmidt (◉)
   Minimalist, timeless, extreme white space, delicate typography
   ========================================================================== */
body.design-peterschmidt {
    font-family: 'Univers', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    color: #555555;
    font-weight: 300;
}

body.design-peterschmidt h1, 
body.design-peterschmidt h2, 
body.design-peterschmidt h3, 
body.design-peterschmidt h4, 
body.design-peterschmidt h5, 
body.design-peterschmidt h6 {
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 2em;
}

body.design-peterschmidt .navbar-default {
    background-color: #ffffff;
    border: none;
    padding: 20px 0;
}

body.design-peterschmidt .site-title-heading {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

body.design-peterschmidt .navbar-nav > li > a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999 !important;
}

body.design-peterschmidt .navbar-nav > li > a:hover {
    color: #000 !important;
}

body.design-peterschmidt .thumbnail,
body.design-peterschmidt .image-with-link-wrap {
    border: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

/* Extreme whitespace for Peter Schmidt */
body.design-peterschmidt .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* ==========================================================================
   Artist Gallery Layout (Global Structural Updates)
   ========================================================================== */
.artist-hero-section {
    position: relative;
    height: 70vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
}
.artist-hero-section.no-image {
    height: 30vh;
    min-height: 250px;
    background-color: #f9f9f9;
}
.artist-hero-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    padding: 60px 0 20px;
}
.artist-hero-title {
    color: #fff;
    font-size: 5rem;
    font-weight: 300;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    letter-spacing: -1px;
}
.artist-hero-section.no-image .artist-hero-title {
    color: #111;
    text-shadow: none;
}
.artist-main-container {
    padding-top: 40px;
    padding-bottom: 80px;
}
.artist-statement {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 60px;
    color: #444;
}
