/*
Theme Name: Glamworks
Theme URI: https://glamworks.com
Author: Jeff Falls
Author URI: https://glamworks.com
Description: Mid-century modern bento grid theme for Glamworks photography
Version: 26.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glamworks
*/

/* ── CSS VARIABLES (overridden by Customizer) ── */
:root {
    --color-mustard:   #FFC72C;
    --color-cherry:   #D72638;
    --color-electric: #30D5C8;
    --color-navy:     #1E2A44;
    --color-hotpink:  #FF2E8A;
    --color-mint:     #6FBFA7;
    --color-teal:     #30D5C8;
    --color-signal:   #FFC72C;
    --color-charcoal: #2B2B2B;
    --color-white:    #FFFFFF;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    background: var(--color-mustard);
    font-family: "Arial Black", sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

/* ── HEADER ── */
.site-header {
    max-width: 1200px;
    margin: 0 auto 8px;
    background: #990000;
    border-bottom: 6px solid var(--color-mustard);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    height: 90px;
    overflow: hidden;
}
.site-logo {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 42px;
    color: var(--color-white);
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    /* vertically center within the 90px header */
    display: flex;
    align-items: center;
    padding: 0 28px;
    flex-shrink: 0;
}
.site-logo span { color: var(--color-mustard); }

.site-nav { display: flex; gap: 0; }
.site-nav a {
    color: #FFC72C;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 0 24px;
    height: 90px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255,255,255,0.1);
    transition: color 0.15s, background 0.15s;
    white-space: nowrap;
}
.site-nav a:first-child { border-left: 1px solid rgba(255,255,255,0.1); }
.site-nav a:hover { color: var(--color-white); background: rgba(255,255,255,0.07); }

.book-btn {
    font-family: "Arial Black", sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.08em;
    background: #0000FF;
    color: var(--color-white);
    /* stretch full height like nav links, no padding mismatch */
    display: flex;
    align-items: center;
    padding: 0 28px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
}
.book-btn:hover { background: #0033CC; }

/* ── HAMBURGER ── */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-white);
}

/* ── FOOTER ── */
.site-footer {
    max-width: 1200px;
    margin: 10px auto 0;
    background: #990000;
    border-top: 5px solid var(--color-cherry);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
}
.site-footer span {
    font-size: 0.65rem;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.3);
    font-family: "Arial Black", sans-serif;
    flex: 1;
}
.site-footer span:last-child {
    text-align: right;
}
.footer-logo {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 36px;
    color: var(--color-mustard);
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    flex: 1;
    text-align: center;
}

/* ── BENTO GRID ── */
.bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(320px, auto);
    gap: 8px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px;
    background: var(--color-mustard);
}

/* ── BASE TILE ── */
.tile {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ── PHOTO TILES ── */
.tile-photo {
    justify-content: flex-end;
    align-items: flex-start;
    background-size: cover;
    background-position: center top;
    aspect-ratio: 3/4;
    min-height: unset;
}
.tile-photo.landscape {
    background-position: center center;
    aspect-ratio: 4/3;
}
/* Hero photo 1 has a white border baked into the image —
   zoom in slightly to push it out of frame */
.tile-hero-1 {
    background-size: 112% !important;
    background-position: center center !important;
}
.photo-label {
    background: var(--color-cherry);
    color: var(--color-white);
    padding: 6px 14px;
    font-size: 0.65rem;
    letter-spacing: 2px;
    width: 100%;
    font-family: "Arial Black", sans-serif;
}

/* ── SLOGAN TILES — Vertov/Godard: text IS the image ── */
/*
 * Font sizing strategy: tiles are 1/3 viewport width at desktop (3-col grid).
 * Each word is on its own <span> with white-space:nowrap — never splits.
 * Font size is tuned per-tile to the longest word's character count so it
 * fills ~90% of the tile width. Bebas Neue is a condensed face; empirically
 * each character is roughly 0.55× the cap-height wide at normal tracking.
 *
 * At desktop (3-col):  tile ≈ 33vw  → use  ~10–13vw per 4–5 char word
 * At tablet  (2-col):  tile ≈ 50vw  → use  ~15–20vw  (overridden at 900px)
 * At mobile  (1-col):  tile ≈ 100vw → use  ~28–35vw  (overridden at 600px)
 */
.tile-slogan {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    line-height: 0.85;
    text-align: center;
    padding: 5%;
    letter-spacing: 0.01em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
}
/* Each word is its own line — never wraps mid-word */
.tile-slogan span {
    display: block;
    line-height: 0.85;
    white-space: nowrap;
}

/*
 * Per-tile desktop sizes (3-col grid, tile ≈ 33vw).
 *   "BOLD"  4 chars → 13vw
 *   "SHOOT" 5 chars → 11vw
 *   "MAKE"  4 chars → 13vw
 *   "SEEN"  4 chars → 13vw
 *   "ARTS"  4 chars → 13vw
 *   "LIMIT" 5 chars → 11vw
 *   "TRUTH" 5 chars → 11vw
 */
.tile-bebold     { font-size: clamp(2rem, 13vw, 12rem); }
.tile-shootnow   { font-size: clamp(2rem, 11vw, 10rem); }
.tile-makeart    { font-size: clamp(2rem, 13vw, 12rem); }
.tile-beseen     { font-size: clamp(2rem, 13vw, 12rem); }
.tile-az         { font-size: clamp(2rem, 13vw, 12rem); }
.tile-nolimits   { font-size: clamp(2rem, 11vw, 10rem); }
.tile-truthisart { font-size: clamp(2rem, 11vw, 10rem); }

/* ── QUOTE TILES ── */
.tile-quote {
    background: var(--color-electric);
    color: var(--color-white);
    padding: 30px 30px 30px 38px;
    text-align: left;
    font-family: 'Cormorant Garamond', Georgia, serif;
    text-transform: none;
    font-style: normal;
    font-weight: 300;
    font-size: clamp(1.4rem, 2.2vw, 2.6rem);
    line-height: 1.2;
    border-left: 10px solid var(--color-mustard);
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}
/* Wrap quote text in a div to group it for centering */
.tile-quote p, .tile-quote blockquote {
    margin: 0;
}
.quote-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    width: 100%;
}
.quote-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: normal;
    font-weight: 900;
    font-size: inherit;
    line-height: 1.2;
}

/* CTA text — Bebas Neue fills tile */
.cta-text {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 5%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta-text .book-big {
    display: block;
    font-size: clamp(4rem, 13vw, 12rem);
    line-height: 0.82;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.cta-text .book-small {
    display: block;
    font-size: clamp(1rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.tile-quote .attribution {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Arial Black", sans-serif;
    font-style: normal;
    font-size: clamp(0.6rem, 1.2vw, 1.4rem);
    text-transform: uppercase;
    color: var(--color-mustard);
    letter-spacing: 0.1em;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
}

/* ── CTA TILE ── */
.tile-cta {
    background: var(--color-mustard);
    font-size: 5rem;
    line-height: 0.85;
    font-weight: 900;
    text-align: center;
    padding: 0;
    color: var(--color-charcoal);
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.tile-cta a {
    font-family: "Arial Black", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    background: var(--color-cherry);
    color: var(--color-white);
    padding: 12px 28px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    transition: background 0.15s;
}
.tile-cta a:hover { background: #ff2e4d; }

/* ── SCOTTSDALE / LOCATION TILE ── */
.tile-location {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    color: var(--color-white);
    font-size: clamp(2rem, 13vw, 12rem);
    line-height: 0.85;
    text-align: center;
    padding: 5%;
    letter-spacing: 0.01em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
}
.tile-location span { display: block; white-space: nowrap; line-height: 0.85; }

/* ── COLOR UTILITY ── */
.bg-cherry   { background: var(--color-cherry);   color: var(--color-white); }
.bg-navy     { background: var(--color-navy);     color: var(--color-signal); }
.bg-teal     { background: var(--color-teal);     color: var(--color-white); }
.bg-mint     { background: var(--color-mint);     color: var(--color-charcoal); }
.bg-hotpink  { background: var(--color-hotpink);  color: var(--color-white); }
.bg-electric { background: var(--color-electric); color: var(--color-white); }

/* ── INNER PAGES ── */
.page-hero {
    max-width: 1200px;
    margin: 0 auto 10px;
    background: var(--color-navy);
    padding: 60px 40px;
    border-bottom: 6px solid var(--color-mustard);
}
.page-hero h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 72px;
    color: var(--color-white);
    line-height: 1;
    text-transform: none;
}
.page-hero h1 span { color: var(--color-mustard); }

.page-content {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--color-white);
    padding: 60px 40px;
}

/* ── ABOUT PAGE ── */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}
.about-photo img {
    width: 100%;
    display: block;
}
.about-text {
    background: var(--color-white);
    padding: 50px;
    font-family: Georgia, serif;
    font-size: 1.2rem;
    line-height: 1.7;
    color: var(--color-charcoal);
    text-transform: none;
    font-weight: normal;
}
.about-text h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    color: var(--color-navy);
    margin-bottom: 24px;
    text-transform: none;
    line-height: 1;
}
.about-text h2 span { color: var(--color-cherry); }
.about-text p { margin-bottom: 1.2rem; }

/* ── GALLERY PAGE ── */
.gallery-filters {
    max-width: 1200px;
    margin: 0 auto 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.filter-btn {
    font-family: "Arial Black", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 24px;
    background: var(--color-navy);
    color: var(--color-signal);
    border: none;
    cursor: pointer;
    transition: background 0.15s;
}
.filter-btn:hover,
.filter-btn.active { background: var(--color-cherry); color: var(--color-white); }

/* ── MASONRY GRID ── */
.masonry-grid {
    column-count: 3;
    column-gap: 10px;
    max-width: 1200px;
    margin: 0 auto 40px;
}
.masonry-item {
    break-inside: avoid;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    background: var(--color-charcoal);
    display: block;
}
.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}
.masonry-item:hover img { transform: scale(1.03); }
.gallery-placeholder {
    column-span: all;
    background: var(--color-navy);
    padding: 60px;
    text-align: center;
    color: var(--color-mustard);
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 48px;
    color: var(--color-white);
    cursor: pointer;
    font-family: "Arial Black", sans-serif;
    line-height: 1;
    background: none;
    border: none;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: var(--color-white);
    cursor: pointer;
    background: none;
    border: none;
    font-family: "Arial Black", sans-serif;
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

/* ── CONTACT / BOOKING PAGE ── */
.booking-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 10px;
}
.booking-form-wrap {
    background: var(--color-white);
    padding: 50px;
}
.booking-form-wrap h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    color: var(--color-navy);
    margin-bottom: 30px;
    text-transform: none;
    line-height: 1;
}
.booking-info {
    background: var(--color-navy);
    padding: 50px;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.booking-info h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: var(--color-mustard);
    text-transform: none;
    line-height: 1;
}
.booking-info p {
    font-family: Georgia, serif;
    font-size: 1.1rem;
    line-height: 1.6;
    text-transform: none;
    font-weight: normal;
    opacity: 0.85;
}
.booking-info .info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.booking-info .info-label {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--color-mustard);
    font-family: "Arial Black", sans-serif;
}
.booking-info .info-value {
    font-family: Georgia, serif;
    font-size: 1.1rem;
    text-transform: none;
    font-weight: normal;
}

/* Contact Form */
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--color-charcoal);
    font-family: "Arial Black", sans-serif;
}
.form-group input,
.form-group textarea,
.form-group select {
    font-family: Georgia, serif;
    font-size: 1rem;
    padding: 14px 16px;
    border: 2px solid #ddd;
    background: var(--color-white);
    color: var(--color-charcoal);
    text-transform: none;
    outline: none;
    transition: border-color 0.15s;
    width: 100%;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--color-cherry); }
.form-group textarea { min-height: 150px; resize: vertical; }
.form-submit {
    font-family: "Arial Black", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: var(--color-cherry);
    color: var(--color-white);
    border: none;
    padding: 18px 40px;
    cursor: pointer;
    transition: background 0.15s;
    align-self: flex-start;
}
.form-submit:hover { background: #ff2e4d; }
.form-success {
    display: none;
    background: var(--color-mint);
    padding: 20px;
    font-family: Georgia, serif;
    font-size: 1.1rem;
    text-transform: none;
    font-weight: normal;
    color: var(--color-charcoal);
}

/* ── LATEST WORK PAGE ── */
.latest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
}
.latest-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--color-charcoal);
    cursor: pointer;
}
.latest-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.latest-item:hover img { transform: scale(1.04); }
.latest-item .item-label {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-cherry);
    color: var(--color-white);
    padding: 6px 14px;
    font-size: 0.65rem;
    letter-spacing: 2px;
    width: 100%;
}

/* ── TILE min-height fix for Safari ── */
.bento > .tile { min-height: 0; }

/* ── CTA link style ── */
.cta-link {
    font-family: "Arial Black", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    background: var(--color-cherry);
    color: var(--color-white);
    padding: 12px 28px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    transition: background 0.15s;
}
.cta-link:hover { background: #ff2e4d; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    body { padding: 6px; }
    .site-header { padding: 0; height: 70px; }
    .site-logo { font-size: 30px; padding: 0 18px; }
    .site-nav a { font-size: 14px; padding: 0 14px; height: 70px; }
    .book-btn { font-size: 13px; padding: 0 18px; }
    .bento { grid-template-columns: 1fr 1fr; gap: 6px; }
    .bento .tile { grid-column: span 1 !important; }
    /* Constrain hero photo tiles — remove inline min-height:500px effect at tablet */
    .bento .tile-photo {
        aspect-ratio: 3/4;
        min-height: unset !important;
        max-height: 70vw;
        width: 100%;
        overflow: hidden;
    }
    .bento .tile-hero-1,
    .bento .tile-hero-2 {
        min-height: unset !important;
        max-height: 70vw;
    }
    /* Tablet: tiles are ~50vw wide — multiply desktop vw values by ~1.5 */
    .tile-bebold     { font-size: clamp(2rem, 20vw, 14rem); }
    .tile-shootnow   { font-size: clamp(2rem, 17vw, 12rem); }
    .tile-makeart    { font-size: clamp(2rem, 20vw, 14rem); }
    .tile-beseen     { font-size: clamp(2rem, 20vw, 14rem); }
    .tile-az         { font-size: clamp(2rem, 20vw, 14rem); }
    .tile-nolimits   { font-size: clamp(2rem, 17vw, 12rem); }
    .tile-truthisart { font-size: clamp(2rem, 17vw, 12rem); }
    .tile-location   { font-size: clamp(2rem, 20vw, 14rem); }
    .tile-aboutme .cta-text { font-size: clamp(2rem, 17vw, 12rem); }
    .cta-text .book-big  { font-size: clamp(3rem, 20vw, 14rem); }
    .cta-text .book-small { font-size: clamp(1rem, 6vw, 5rem); }
    .tile-quote { font-size: clamp(1.6rem, 3.5vw, 2.8rem); }
    .tile-quote .attribution { font-size: clamp(0.8rem, 1.6vw, 1.4rem); }
    .about-grid { grid-template-columns: 1fr; gap: 0; }
    .booking-wrap { grid-template-columns: 1fr; }
    .masonry-grid { column-count: 2; }
    .latest-grid { grid-template-columns: 1fr; }
    .masonry-grid { column-count: 2; }
}

@media (max-width: 600px) {
    /* Kill horizontal overflow — this is what causes the yellow right margin */
    html, body {
        overflow-x: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    /* Single column flex — no grid conflicts */
    .bento {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 6px;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }
    .bento .tile {
        width: 100% !important;
        box-sizing: border-box;
        grid-column: unset !important;
        grid-row: unset !important;
        margin: 0;
        min-height: 80vw;
        max-width: 100%;
        overflow: hidden;
    }
    .bento .tile-photo { min-height: 100vw; height: 100vw; aspect-ratio: unset; overflow: hidden; }
    .bento .tile-quote { min-height: 60vw; font-size: clamp(1.8rem, 7vw, 3.5rem) !important; }
    .bento .tile-quote .attribution { font-size: clamp(0.9rem, 4.5vw, 1.6rem) !important; white-space: normal; }
    /* Slogans: mobile tiles are full width (~100vw) — multiply desktop by ~3 */
    .tile-bebold     { font-size: clamp(2rem, 38vw, 20rem); }
    .tile-shootnow   { font-size: clamp(2rem, 32vw, 18rem); }
    .tile-makeart    { font-size: clamp(2rem, 38vw, 20rem); }
    .tile-beseen     { font-size: clamp(2rem, 38vw, 20rem); }
    .tile-az         { font-size: clamp(2rem, 38vw, 20rem); }
    .tile-nolimits   { font-size: clamp(2rem, 32vw, 18rem); }
    .tile-truthisart { font-size: clamp(2rem, 32vw, 18rem); }
    .tile-location   { font-size: clamp(2rem, 38vw, 20rem); }
    .tile-aboutme .cta-text { font-size: clamp(2rem, 32vw, 18rem) !important; }
    .cta-text .book-big  { font-size: clamp(3rem, 38vw, 20rem) !important; }
    .cta-text .book-small { font-size: clamp(1rem, 12vw, 6rem) !important; }
    .site-nav { 
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: var(--color-navy);
        z-index: 999;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .site-nav.open { max-height: 300px; }
    .site-nav a { 
        padding: 14px 20px; 
        border-bottom: 1px solid rgba(255,255,255,0.1);
        font-size: 14px;
    }
    .hamburger { display: flex; }
    .site-header { width: 100%; max-width: 100%; box-sizing: border-box; height: 60px; }
    .site-logo { font-size: 26px; padding: 0 14px; }
    .book-btn { font-size: 12px; padding: 0 14px; letter-spacing: 0.05em; }
    .masonry-grid { column-count: 1; }
    .slideshow-thumbs { gap: 4px; }
    .thumb-item { flex: 0 0 60px; height: 42px; }
}

/* ── TILE-SPECIFIC CLASSES ── */
.tile-bebold     { background: #D72638; color: #FFFFFF; }
.tile-shootnow   { background: #D72638; color: #FFFFFF; }
.tile-makeart    { background: #1E2A44; color: #FFC72C; }
.tile-beseen     { background: #30D5C8; color: #FFFFFF; }
.tile-nolimits   { background: #FC6A03; color: #FFFFFF; }
.tile-truthisart { background: #1E2A44; color: #FFC72C; }
.tile-az         { background: #FF2E8A; color: #FFFFFF; }

/* BOOK A SESSION — cherry red, white text, no border */
.tile-booksession {
    background: #D72638 !important;
    color: #FFFFFF !important;
    border: none !important;
    box-sizing: border-box;
    width: 100%;
}

/* ABOUT ME — purple background, white type */
.tile-aboutme {
    background: #7B2FBE !important;
    color: #FFFFFF !important;
    border: none !important;
    box-sizing: border-box;
    width: 100%;
}
.tile-aboutme .cta-text { 
    color: #FFFFFF !important;
    font-size: clamp(2rem, 11vw, 10rem);
}
.tile-aboutme .cta-text span { display: block; white-space: nowrap; line-height: 0.85; }

/* ── GALLERY HERO SECTION ── */
/* ── FEATURED FRAMES SLIDESHOW ── */
.featured-frames-section {
    max-width: 1200px;
    margin: 0 auto 10px;
}
.gallery-hero-title {
    background: #990000;
    padding: 20px 32px;
    margin-bottom: 10px;
}
.gallery-hero-title h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: var(--color-white);
    line-height: 1;
    text-transform: none;
}
.slideshow-wrap {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}
.slideshow-stage {
    width: 100%;
    min-height: 480px;
    position: relative;
}
.slide {
    display: none;
    width: 100%;
}
.slide.active { display: block; }
.slide img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    padding: 40px 20px 16px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: var(--color-white);
    text-transform: uppercase;
}
.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.45);
    color: var(--color-white);
    border: none;
    font-size: 3rem;
    line-height: 1;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-arrow:hover { background: var(--color-cherry); }
.slide-prev { left: 12px; }
.slide-next { right: 12px; }
.slideshow-thumbs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 8px 0;
    background: var(--color-navy);
    scrollbar-width: thin;
    scrollbar-color: var(--color-mustard) var(--color-navy);
}
.thumb-item {
    flex: 0 0 80px;
    height: 54px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    border: 2px solid transparent;
    transition: opacity 0.2s, border-color 0.2s;
}
.thumb-item:first-child { margin-left: 8px; }
.thumb-item:last-child  { margin-right: 8px; }
.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.thumb-item.active {
    opacity: 1;
    border-color: var(--color-mustard);
}
.thumb-item:hover { opacity: 0.85; }

/* ── GALLERY SECTION DIVIDER ── */
.gallery-section-title {
    max-width: 1200px;
    margin: 20px auto 10px;
    background: #990000;
    padding: 20px 32px;
}
.gallery-section-title h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: var(--color-white);
    line-height: 1;
    text-transform: none;
}

/* Jeff Falls quote tile - lavender */
.tile-quote-jeff { background: #CB94F7 !important; color: #FFFFFF !important; border-left: none !important; }
.tile-quote-jeff .attribution { color: #FFFFFF !important; }
.tile-quote-jeff .quote-text { color: #FFFFFF !important; }

/* ── QUOTE STRIP (gallery + about page bottom bars) ── */
.quote-strip {
    max-width: 1200px;
    margin: 10px auto 0;
    background: #0000FF;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.quote-strip blockquote {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 1.6rem;
    color: white;
    line-height: 1.4;
    text-transform: none;
    flex: 1;
    margin: 0;
}
.quote-strip .quote-attr,
.quote-strip .qs-attr {
    font-family: 'Arial Black', sans-serif;
    font-size: 1.4rem;
    color: #FFC72C !important;
    letter-spacing: 3px;
    white-space: nowrap;
}
.quote-strip .qs-quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 1.6rem;
    color: white;
    line-height: 1.4;
    text-transform: none;
    flex: 1;
    margin: 0;
}
@media (max-width: 600px) {
    .quote-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 24px;
        gap: 20px;
    }
    .quote-strip blockquote,
    .quote-strip .qs-quote { font-size: 1.3rem; }
    .quote-strip .quote-attr,
    .quote-strip .qs-attr { white-space: normal; font-size: 1rem; }
}
