/* ================================================================
   THEME 1: ATELIER — Editorial Workshop
   Warm parchment, ink serifs, masonry gallery, pull-quote about
   ================================================================ */
.theme-atelier {
    --font-display: 'EB Garamond', serif;
    --font-body: 'Karla', sans-serif;
    --bg-primary: #f7f3ed;
    --bg-secondary: #f0ebe3;
    --text-primary: #1a1715;
    --text-secondary: #5a534a;
    --text-muted: #9a9189;
    --accent: #a0522d;
    --accent-hover: #8b4513;
    --accent-glow: rgba(160, 82, 45, 0.25);
    --border-color: #d9d0c3;
    --btn-bg: transparent;
    --btn-text: #1a1715;
    --btn-border-color: #1a1715;
    --btn-radius: 0;
    --btn-hover-bg: #1a1715;
    --btn-hover-text: #f7f3ed;
    --btn-shadow: none;
    --overlay-bg: linear-gradient(to top, rgba(26,23,21,0.85), transparent);
    --overlay-text: #f7f3ed;
    --toggle-bg: rgba(247, 243, 237, 0.92);
    --toggle-border: #d9d0c3;
    --toggle-radius: 0;
    --logo-weight: 400;
    --logo-spacing: -0.02em;
    --title-weight: 400;
}

.theme-atelier .hero {
    background-color: #f7f3ed;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
}
.theme-atelier .hero-pre {
    font-size: 0.7rem;
    letter-spacing: 0.35em;
    color: var(--accent);
}
.theme-atelier .logo {
    font-size: clamp(4rem, 16vw, 11rem);
    font-style: italic;
    opacity: 0.88;
}
.theme-atelier .tagline { font-size: 0.85rem; letter-spacing: 0.3em; }
.theme-atelier .cta-btn {
    font-size: 0.75rem;
    padding: 0.75rem 2rem;
    letter-spacing: 0.2em;
    border-width: 1px;
}

/* Atelier Gallery — Masonry Columns */
.theme-atelier .gallery-grid {
    display: block;
    columns: 3 300px;
    column-gap: 2rem;
}
.theme-atelier .gallery-item {
    break-inside: avoid;
    margin-bottom: 2rem;
    border-radius: 0;
}
.theme-atelier .gallery-item:nth-child(odd) .item-image { aspect-ratio: 3 / 4; }
.theme-atelier .gallery-item:nth-child(even) .item-image { aspect-ratio: 4 / 5; }
.theme-atelier .gallery-item:nth-child(3n) .item-image { aspect-ratio: 1 / 1; }

.theme-atelier .item-info {
    position: relative;
    transform: none;
    background: none;
    padding: 0.8rem 0 0;
}
.theme-atelier .gallery-item:hover .item-info { transform: none; }
.theme-atelier .item-name {
    font-style: italic;
    color: var(--text-primary);
    font-size: 1.05rem;
}
.theme-atelier .item-index {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    margin-bottom: 0.25rem;
    color: var(--accent);
}

/* Atelier Section Headers */
.theme-atelier .section-title { font-style: italic; }
.theme-atelier .section-header::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: var(--accent);
    margin: 1.2rem auto 0;
}

/* Atelier About — Two Column with Pull Quote */
.theme-atelier .about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    max-width: 1000px;
}
.theme-atelier .about-quote {
    display: block;
    font-size: clamp(1.2rem, 2.8vw, 1.7rem);
    line-height: 1.6;
    padding-left: 2rem;
    border-left: 2px solid var(--accent);
}
.theme-atelier .about-body { text-align: left; }
.theme-atelier .about-body .section-title {
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.theme-atelier .about-body p {
    max-width: none;
    margin-left: 0;
    font-size: 0.95rem;
}

/* Atelier Contact */
.theme-atelier .contact-email { font-style: italic; }

/* Atelier Responsive */
@media (max-width: 768px) {
    .theme-atelier .gallery-grid { columns: 2; }
    .theme-atelier .about-content { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 480px) {
    .theme-atelier .gallery-grid { columns: 1; }
}


/* ================================================================
   THEME 2: NOIR — Cinematic Filmstrip
   True black, silver type, gold hover, horizontal scroll gallery
   ================================================================ */
.theme-noir {
    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Work Sans', sans-serif;
    --bg-primary: #000000;
    --bg-secondary: #050505;
    --text-primary: #d4d4d4;
    --text-secondary: #808080;
    --text-muted: #4a4a4a;
    --accent: #c4a35a;
    --accent-hover: #d4b86a;
    --accent-glow: rgba(196, 163, 90, 0.3);
    --border-color: #1a1a1a;
    --btn-bg: transparent;
    --btn-text: #d4d4d4;
    --btn-border-color: #d4d4d4;
    --btn-border-width: 1px;
    --btn-radius: 0;
    --btn-hover-bg: transparent;
    --btn-hover-text: #c4a35a;
    --btn-hover-border: #c4a35a;
    --btn-shadow: none;
    --overlay-bg: transparent;
    --overlay-text: #d4d4d4;
    --toggle-bg: rgba(0, 0, 0, 0.85);
    --toggle-border: #222;
    --toggle-radius: 0;
    --logo-weight: 400;
    --logo-spacing: 0.15em;
    --title-weight: 400;
}

/* Noir film grain overlay */
.theme-noir::after {
    content: '';
    position: fixed;
    inset: 0;
    opacity: 0.035;
    pointer-events: none;
    z-index: 9999;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* Noir Hero — Full Bleed Image */
.theme-noir .hero { background: #000; }
.theme-noir .hero-bg {
    display: block;
    position: absolute;
    inset: 0;
}
.theme-noir .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.95) 0%,
        rgba(0,0,0,0.5) 50%,
        rgba(0,0,0,0.3) 100%
    );
}
.theme-noir .hero-bg img {
    filter: grayscale(0.4) brightness(0.6);
}
.theme-noir .hero-content { padding-bottom: 6rem; }
.theme-noir .hero-pre { color: #c4a35a; letter-spacing: 0.4em; font-size: 0.75rem; }
.theme-noir .logo {
    font-size: clamp(4.5rem, 20vw, 14rem);
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.theme-noir .tagline { color: #666; font-weight: 300; letter-spacing: 0.35em; }
.theme-noir .cta-btn {
    font-weight: 300;
    letter-spacing: 0.25em;
    padding: 0.8rem 2rem;
}
.theme-noir .cta-btn:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    transform: none;
}

/* Noir Gallery — Horizontal Filmstrip */
.theme-noir .gallery { padding: 4rem 0; overflow: hidden; }
.theme-noir .section-header { padding: 0 2rem; margin-bottom: 3rem; }
.theme-noir .section-title {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
}
.theme-noir .section-subtitle { display: none; }

.theme-noir .gallery-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1.5rem;
    padding: 0 calc(50vw - 180px);
    max-width: none;
    scrollbar-width: thin;
    scrollbar-color: #333 #050505;
}
.theme-noir .gallery-grid::-webkit-scrollbar { height: 3px; }
.theme-noir .gallery-grid::-webkit-scrollbar-track { background: #050505; }
.theme-noir .gallery-grid::-webkit-scrollbar-thumb { background: #333; }

.theme-noir .gallery-item {
    flex: 0 0 360px;
    scroll-snap-align: center;
    border-radius: 0;
}
.theme-noir .item-image { aspect-ratio: 3 / 4; }
.theme-noir .item-image img {
    filter: grayscale(0.3) brightness(0.9);
    transition: filter 0.5s ease, transform 0.6s ease;
}
.theme-noir .gallery-item:hover .item-image img {
    filter: grayscale(0) brightness(1);
    transform: scale(1.03);
}

.theme-noir .item-info {
    position: relative;
    transform: none;
    background: none;
    padding: 1rem 0.5rem;
    text-align: center;
}
.theme-noir .gallery-item:hover .item-info { transform: none; }
.theme-noir .item-name {
    color: #666;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.theme-noir .gallery-item:hover .item-name { color: #c4a35a; }

/* Noir About */
.theme-noir .about-body p { max-width: 550px; font-weight: 300; color: #555; }

/* Noir Contact */
.theme-noir .contact-email {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.theme-noir .contact-email:hover { color: #c4a35a; }
.theme-noir .social-link:hover { color: #c4a35a; }

/* Noir Footer */
.theme-noir .footer { border-color: #111; }

/* Noir Responsive */
@media (max-width: 768px) {
    .theme-noir .gallery-item { flex: 0 0 280px; }
    .theme-noir .gallery-grid { padding: 0 calc(50vw - 140px); }
}


/* ================================================================
   THEME 3: COASTAL — Scandinavian Airy
   Cool slates, soft shadows, split hero, offset card gallery
   ================================================================ */
.theme-coastal {
    --font-display: 'Sora', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --bg-primary: #f8fafb;
    --bg-secondary: #ffffff;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --text-muted: #94a3b8;
    --accent: #475569;
    --accent-hover: #334155;
    --accent-glow: rgba(71, 85, 105, 0.2);
    --border-color: #e2e8f0;
    --btn-bg: #1e293b;
    --btn-text: #ffffff;
    --btn-border-color: #1e293b;
    --btn-radius: 50px;
    --btn-hover-bg: #475569;
    --btn-hover-text: #ffffff;
    --btn-shadow: 0 10px 30px rgba(30, 41, 59, 0.15);
    --overlay-bg: linear-gradient(to top, rgba(30,41,59,0.75), transparent);
    --overlay-text: #ffffff;
    --toggle-bg: rgba(255, 255, 255, 0.95);
    --toggle-border: #e2e8f0;
    --toggle-radius: 40px;
    --logo-weight: 600;
    --logo-spacing: -0.03em;
    --title-weight: 600;
}

/* Coastal Hero — Split Screen */
.theme-coastal .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f8fafb;
}
.theme-coastal .hero-split-image {
    display: block;
    min-height: 100vh;
}
.theme-coastal .hero-split-image img { object-position: center; }
.theme-coastal .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 4rem;
}
.theme-coastal .hero-pre { color: var(--accent); font-size: 0.75rem; }
.theme-coastal .logo { font-size: clamp(3rem, 7vw, 5rem); }
.theme-coastal .tagline { letter-spacing: 0.12em; font-size: 0.95rem; }

/* Coastal Gallery — Offset Cards */
.theme-coastal .gallery { padding: 6rem 3rem; }
.theme-coastal .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1100px;
}
.theme-coastal .gallery-item {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.theme-coastal .gallery-item:nth-child(even) {
    transform: translateY(2rem);
}
.theme-coastal .gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.theme-coastal .gallery-item:nth-child(even):hover {
    transform: translateY(calc(2rem - 4px));
}
.theme-coastal .item-image {
    aspect-ratio: 4 / 5;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.theme-coastal .item-info {
    position: relative;
    transform: none;
    background: none;
    padding: 1rem 1.2rem 1.2rem;
}
.theme-coastal .gallery-item:hover .item-info { transform: none; }
.theme-coastal .item-name {
    color: var(--text-primary);
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
}
.theme-coastal .item-desc {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

/* Coastal About */
.theme-coastal .about { padding: 8rem 2rem; }
.theme-coastal .about-body p { color: #64748b; }

/* Coastal Contact */
.theme-coastal .contact { background: #f0f4f8; }
.theme-coastal .contact-email {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: #1e293b;
}
.theme-coastal .contact-email:hover { color: #475569; }

/* Coastal Responsive */
@media (max-width: 900px) {
    .theme-coastal .hero {
        grid-template-columns: 1fr;
    }
    .theme-coastal .hero-split-image { min-height: 50vh; }
    .theme-coastal .hero-content { padding: 3rem 2rem; }
    .theme-coastal .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .theme-coastal .gallery-item:nth-child(even) { transform: none; }
    .theme-coastal .gallery-item:nth-child(even):hover { transform: translateY(-4px); }
}
@media (max-width: 480px) {
    .theme-coastal .gallery-grid { grid-template-columns: 1fr; }
    .theme-coastal .gallery { padding: 4rem 1.5rem; }
}


/* ================================================================
   THEME 4: EMBER — Moody Luxury
   Deep burgundy/charcoal, copper accents, alternating row gallery
   ================================================================ */
.theme-ember {
    --font-display: 'Italiana', serif;
    --font-body: 'Nunito Sans', sans-serif;
    --bg-primary: #1a1210;
    --bg-secondary: #140f0d;
    --text-primary: #e8ddd3;
    --text-secondary: #a89888;
    --text-muted: #6b5d50;
    --accent: #b87333;
    --accent-hover: #d4894a;
    --accent-glow: rgba(184, 115, 51, 0.3);
    --border-color: #2a211c;
    --btn-bg: transparent;
    --btn-text: #e8ddd3;
    --btn-border-color: #b87333;
    --btn-border-width: 1px;
    --btn-radius: 0;
    --btn-hover-bg: #b87333;
    --btn-hover-text: #1a1210;
    --btn-shadow: 0 0 40px rgba(184, 115, 51, 0.2);
    --overlay-bg: linear-gradient(to top, rgba(20,15,13,0.95), transparent);
    --overlay-text: #e8ddd3;
    --toggle-bg: rgba(26, 18, 16, 0.92);
    --toggle-border: #2a211c;
    --toggle-radius: 0;
    --logo-weight: 400;
    --logo-spacing: 0.1em;
    --title-weight: 400;
}

/* Ember Hero — Full Image with Dark Gradient */
.theme-ember .hero { background: #1a1210; }
.theme-ember .hero-bg {
    display: block;
    position: absolute;
    inset: 0;
}
.theme-ember .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(26,18,16,0.2) 0%,
        rgba(26,18,16,0.65) 50%,
        rgba(26,18,16,0.97) 100%
    );
}
.theme-ember .hero-bg img { filter: sepia(0.25) brightness(0.55); }
.theme-ember .hero-pre { color: #b87333; letter-spacing: 0.4em; font-size: 0.75rem; }
.theme-ember .logo {
    font-size: clamp(4rem, 14vw, 9rem);
    color: #e8ddd3;
    letter-spacing: 0.15em;
}
.theme-ember .tagline { color: #a89888; }

/* Ember Gallery — Alternating Full-Width Rows */
.theme-ember .gallery { padding: 4rem 0; }
.theme-ember .section-header { padding: 0 3rem; margin-bottom: 3rem; }
.theme-ember .gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
}
.theme-ember .gallery-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 65vh;
    border-radius: 0;
}
.theme-ember .gallery-item:nth-child(even) .item-image { order: 2; }
.theme-ember .gallery-item:nth-child(even) .item-info { order: 1; }

.theme-ember .item-image { aspect-ratio: auto; height: 100%; }
.theme-ember .item-info {
    position: relative;
    transform: none;
    background: var(--bg-primary);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.theme-ember .gallery-item:hover .item-info { transform: none; }

.theme-ember .item-index {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.35em;
    color: #b87333;
    margin-bottom: 1rem;
}
.theme-ember .item-name {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: #e8ddd3;
    margin-bottom: 0.75rem;
    letter-spacing: 0.08em;
}
.theme-ember .item-desc {
    display: block;
    font-size: 0.95rem;
    color: #a89888;
    line-height: 1.8;
}
.theme-ember .gallery-item:hover .item-image img { transform: scale(1.03); }
.theme-ember .gallery-item + .gallery-item { border-top: 1px solid #2a211c; }

/* Ember About — Copper decorative line */
.theme-ember .about { position: relative; padding-top: 8rem; }
.theme-ember .about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background: #b87333;
}
.theme-ember .about-quote {
    display: block;
    text-align: center;
    margin-bottom: 3rem;
    color: #b87333;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}
.theme-ember .about-body p { color: #a89888; }

/* Ember Contact */
.theme-ember .contact-email { font-size: 1.5rem; color: #b87333; }
.theme-ember .contact-email:hover { text-shadow: 0 0 25px rgba(184,115,51,0.4); }
.theme-ember .social-link:hover { color: #b87333; }
.theme-ember .footer { border-color: #2a211c; }

/* Ember Responsive */
@media (max-width: 768px) {
    .theme-ember .gallery-item {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .theme-ember .gallery-item:nth-child(even) .item-image { order: 0; }
    .theme-ember .gallery-item:nth-child(even) .item-info { order: 0; }
    .theme-ember .item-image { aspect-ratio: 4 / 3; }
    .theme-ember .item-info { padding: 2rem 1.5rem; }
}


/* ================================================================
   THEME 5: BRUTALIST — Raw Anti-Design
   Off-white, monospace, thick borders, red accent, tight grid
   ================================================================ */
.theme-brutalist {
    --font-display: 'IBM Plex Mono', monospace;
    --font-body: 'IBM Plex Mono', monospace;
    --bg-primary: #f0ece4;
    --bg-secondary: #f0ece4;
    --text-primary: #000000;
    --text-secondary: #333333;
    --text-muted: #666666;
    --accent: #ff0000;
    --accent-hover: #cc0000;
    --accent-glow: rgba(255, 0, 0, 0.2);
    --border-color: #000000;
    --btn-bg: #000000;
    --btn-text: #f0ece4;
    --btn-border-color: #000000;
    --btn-border-width: 3px;
    --btn-radius: 0;
    --btn-hover-bg: #ff0000;
    --btn-hover-text: #000000;
    --btn-shadow: none;
    --overlay-bg: none;
    --overlay-text: #000000;
    --toggle-bg: #f0ece4;
    --toggle-border: #000;
    --toggle-radius: 0;
    --logo-weight: 700;
    --logo-spacing: -0.05em;
    --title-weight: 700;
}

/* Brutalist Toggle */
.theme-brutalist .theme-toggle { border-width: 2px; }
.theme-brutalist .theme-dot { border-radius: 0; }

/* Brutalist Hero */
.theme-brutalist .hero {
    background: #f0ece4;
    border-bottom: 3px solid #000;
}
.theme-brutalist .hero-pre {
    font-size: 0.75rem;
    letter-spacing: 0;
    color: #ff0000;
}
.theme-brutalist .logo {
    font-size: clamp(4rem, 22vw, 16rem);
    text-transform: uppercase;
    line-height: 0.85;
    color: #000;
}
.theme-brutalist .tagline {
    font-size: 0.75rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #666;
}
.theme-brutalist .cta-btn {
    font-size: 0.75rem;
    padding: 0.7rem 1.2rem;
    letter-spacing: 0;
    font-weight: 700;
}

/* Brutalist Gallery — Tight Bordered Grid */
.theme-brutalist .gallery {
    padding: 0;
    border-top: 3px solid #000;
}
.theme-brutalist .section-header {
    padding: 1.5rem 2rem;
    border-bottom: 3px solid #000;
    margin-bottom: 0;
    text-align: left;
}
.theme-brutalist .section-title {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 0.9rem;
    text-align: left;
}
.theme-brutalist .section-subtitle {
    font-size: 0.7rem;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
}

.theme-brutalist .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: none;
}
.theme-brutalist .gallery-item {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-radius: 0;
    aspect-ratio: 1;
    cursor: crosshair;
}
.theme-brutalist .gallery-item:nth-child(3n) { border-right: none; }

.theme-brutalist .item-image { aspect-ratio: 1; }
.theme-brutalist .item-image img {
    filter: grayscale(1) contrast(1.1);
    transition: filter 0.3s ease;
}
.theme-brutalist .gallery-item:hover .item-image img {
    filter: grayscale(0);
    transform: none;
}

/* Brutalist — Always-visible label badges */
.theme-brutalist .item-info {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: none;
    background: #f0ece4;
    padding: 0.4rem 0.6rem;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.theme-brutalist .gallery-item:hover .item-info {
    transform: none;
    background: #ff0000;
}
.theme-brutalist .item-index {
    display: inline;
    font-size: 0.6rem;
    font-weight: 700;
    color: #ff0000;
    margin-right: 0.4rem;
}
.theme-brutalist .gallery-item:hover .item-index { color: #000; }
.theme-brutalist .item-name {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
}

/* Brutalist About */
.theme-brutalist .about {
    border-top: 3px solid #000;
    padding: 3rem 2rem;
}
.theme-brutalist .about-body { text-align: left; max-width: 600px; }
.theme-brutalist .about-body .section-title {
    text-align: left;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0;
}
.theme-brutalist .about-body p {
    font-size: 0.8rem;
    line-height: 1.7;
    max-width: none;
    margin-left: 0;
}

/* Brutalist Contact */
.theme-brutalist .contact {
    border-top: 3px solid #000;
    text-align: left;
    padding: 3rem 2rem;
}
.theme-brutalist .contact-content { max-width: none; }
.theme-brutalist .contact .section-title {
    text-align: left;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.theme-brutalist .contact-text { font-size: 0.8rem; text-align: left; }
.theme-brutalist .contact-email {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.9rem;
    font-weight: 700;
    color: #ff0000;
}
.theme-brutalist .social-links { justify-content: flex-start; }
.theme-brutalist .social-link {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0;
}
.theme-brutalist .social-link:hover { color: #ff0000; }

/* Brutalist Footer */
.theme-brutalist .footer {
    border-top: 3px solid #000;
    text-align: left;
}
.theme-brutalist .footer p {
    font-size: 0.65rem;
    text-transform: uppercase;
}

/* Brutalist Responsive */
@media (max-width: 768px) {
    .theme-brutalist .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .theme-brutalist .gallery-item:nth-child(3n) { border-right: 3px solid #000; }
    .theme-brutalist .gallery-item:nth-child(2n) { border-right: none; }
}
@media (max-width: 480px) {
    .theme-brutalist .gallery-grid { grid-template-columns: 1fr; }
    .theme-brutalist .gallery-item { border-right: none; }
}
