/**
 * Creative Hub Custom Styles
 *
 * Complete styling for Creative Hub theme including:
 * - CSS Custom Properties (Variables)
 * - Reset & Base Styles
 * - Layout Structure
 * - Typography
 * - Member System Styling
 * - Form Styling
 * - Page Builder Components
 * - Responsive Design
 *
 * Migrated from creative2026 theme
 */

/* ========================================
   CSS CUSTOM PROPERTIES (CSS VARIABLES)
   ======================================== */
:root {
	/* Creative Hub Primary Colors */
	--color-primary: #6f5da8;
	--color-primary-dark: #513f5a;
	--color-primary-light: #8768af;

	/* Creative Hub Secondary Colors */
	--color-secondary: #513f5a;
	--color-secondary-light: #793d66;
	--color-accent: #5bc5be;

	/* Creative Hub Theme Color Palette */
	--ch-aqua-blue: #5bc5be;
	--ch-purple: #6f5da8;
	--ch-coral-red: #f16a6c;
	--ch-deep-violet: #513f5a;
	--ch-blue-purple: #435a86;
	--ch-purple-coral: #793d66;
	--ch-white: #ffffff;

	/* Text Colors - Creative Hub */
	--color-text-primary: #513f5a;
	--color-text-secondary: #3d3653;
	--color-text-light: #666;
	--color-text-muted: #999;
	--color-text-white: #ffffff;

	/* Background Colors - Creative Hub */
	--color-bg-primary: #ffffff;
	--color-bg-secondary: #f8f6fb;
	--color-bg-light: #f7f5fc;
	--color-bg-dark: #513f5a;
	--color-bg-accent: #e5e1f6;

	/* Button Colors - Creative Hub */
	--color-button-primary: #6f5da8;
	--color-button-primary-hover: #8768af;
	--color-button-text: #ffffff;
	--color-button-text-alt: #513f5a;
	--color-button-border: #6f5da8;

	/* Button Variations - Creative Hub */
	--color-button-blue: #5bc5be;
	--color-button-blue-hover: #1ba9ae;
	--color-button-orange: #f16a6c;
	--color-button-green: #28a745;

	/* Contact Form 7 & Form Colors - Creative Hub */
	--color-form-bg: #e5e1f6;
	--color-form-border: #6f5da8;
	--color-form-text: #513f5a;
	--color-form-error: #f16a6c;

	/* Border Colors - Creative Hub */
	--color-border-light: #e8e8e8;
	--color-border-medium: #d1c4e9;
	--color-border-dark: #513f5a;

	/* Header Colors - Creative Hub */
	--color-header-h1: #6f5da8;
	--color-header-h2: #513f5a;
	--color-header-h3: #8768af;
	--color-header-h4: #3d3653;
	--color-header-h5: #793d66;
	--color-header-h6: #513f5a;

	/* Link Colors - Creative Hub */
	--color-link: #6f5da8;
	--color-link-hover: #513f5a;
	--color-link-footer: #f2f2f2;
	--color-link-footer-hover: #5bc5be;

	/* Status Colors - Creative Hub */
	--color-success: #28a745;
	--color-warning: #f19934;
	--color-error: #f16a6c;
	--color-info: #5bc5be;

	/* Typography Variables */
	--font-heading: 'Quicksand', 'Segoe UI', Tahoma, Geneva, sans-serif;
	--font-body: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* ========================================
   RESET & BASE STYLES
   ======================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}

html{scroll-behavior:smooth}

body{
	line-height:1.2;
	margin: 0;
	font-size: 1.1em;
	font-family: var(--font-body);
}

a{text-decoration-skip-ink:auto}
a[href^="tel"]{color:inherit;text-decoration:none}
button{outline:0}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
q{display:inline;font-style:italic}
q:before{content:'"';font-style:normal}
q:after{content:'"';font-style:normal}
textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}
table{border-collapse:collapse;border-spacing:0}
th,td{padding:2px}
big{font-size:120%}
small,sup,sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}
dd{margin-left:20px}
kbd,tt{font-family:courier;font-size:12px}
ins{text-decoration:underline}
del,strike,s{text-decoration:line-through}
dt{font-weight:bold}
address,cite,var{font-style:italic}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

/* Accessibility */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ========================================
   LAYOUT STRUCTURE
   ======================================== */
#wrapper {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	font-family: var(--font-body);
}

.content-block {
	width: 100%;
	max-width: 1240px;
	padding: 3em 1em;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.full-screen .content-block {
	max-width: 2000px;
	padding: 2em 0;
}

.small {
	margin: -4em 0 0 0;
}

.clear {
	clear:both;
}

.aligncenter {
	text-align: center;
	margin: .5em auto;
	display:block;
}

.aligncenter img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 .5em .5em;
}

img.alignright {
	float: right;
	margin: 0 0 .5em .5em;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 0.8em 0;
}

h1 {
	font-size: 2.5em;
	color: var(--color-header-h1);
}

h2 {
	font-size: 2.1em;
	color: var(--color-header-h2);
}

h3 {
	font-size: 1.8em;
	color: var(--color-header-h3);
}

h4 {
	font-size: 1.5em;
	color: var(--color-header-h4);
}

h5 {
	font-size: 1.3em;
	color: var(--color-header-h5);
}

h6 {
	font-size: 1.1em;
	color: var(--color-header-h6);
}

p {
	margin: 0 0 1.2em 0;
	line-height: 1.6;
	color: var(--color-text-primary);
}

a {
	color: var(--color-link);
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover {
	color: var(--color-link-hover);
}

/* Creative2026 specific heading overrides for member/dashboard pages */
.member-profile h1, .member-profile h2, .member-profile h3,
.member-profile h4, .member-profile h5, .member-profile h6,
.dashboard-page h1, .dashboard-page h2, .dashboard-page h3,
.dashboard-page h4, .dashboard-page h5, .dashboard-page h6,
body.dashboard-page h1, body.dashboard-page h2, body.dashboard-page h3,
body.dashboard-page h4, body.dashboard-page h5, body.dashboard-page h6 {
	color: var(--ch-deep-violet);
}

/* Creative2026 paragraph color override for member content */
.member-profile p,
.dashboard-page p,
body.dashboard-page p {
	color: var(--ch-deep-violet);
}

/* ========================================
   BUTTONS & INTERACTIVE ELEMENTS
   ======================================== */
.btn, button, input[type="submit"], input[type="button"] {
	display: inline-block;
	padding: 0.8em 1.5em;
	background: var(--color-button-primary);
	color: var(--color-button-text);
	border: 2px solid var(--color-button-border);
	border-radius: 8px;
	font-family: var(--font-body);
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1em;
}

.btn:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background: var(--color-button-primary-hover);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(111, 93, 168, 0.3);
}

/* Button Variations */
.btn-blue {
	background: var(--color-button-blue);
	border-color: var(--color-button-blue);
}

.btn-blue:hover {
	background: var(--color-button-blue-hover);
	border-color: var(--color-button-blue-hover);
}

.btn-orange {
	background: var(--color-button-orange);
	border-color: var(--color-button-orange);
}

.btn-green {
	background: var(--color-button-green);
	border-color: var(--color-button-green);
}

/* Outline buttons */
.btn-outline {
	background: transparent;
	color: var(--color-button-primary);
}

.btn-outline:hover {
	background: var(--color-button-primary);
	color: var(--color-button-text);
}

/* ========================================
   MEMBER SYSTEM STYLING
   ======================================== */

/* Accent color utility classes for member profiles */
.accent-teal { --accent: #1ba9ae; }
.accent-blue { --accent: #3456d2; }
.accent-orange { --accent: #f19934; }
.accent-purple { --accent: #9d5fc0; }

/* Member Role Badges */
.member-roles {
	margin: 0.8em 0 1.2em 0;
}

.role-badge {
	display: inline-block;
	padding: 0.4em 0.8em;
	margin: 0.2em 0.3em 0.2em 0;
	background: var(--accent, #1ba9ae);
	color: white;
	border-radius: 20px;
	font-size: 0.85em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Role-Specific Information Sections */
.member-author-info,
.member-illustrator-info,
.member-artist-info {
	margin: 2.5em 0;
	padding: 1.5em;
	background: #f8f9fa;
	border-radius: 12px;
	border-left: 4px solid var(--accent, #1ba9ae);
}

/* Member Actions */
.member-actions {
	margin: 2em 0;
}

/* Edit button */
.edit-profile-btn {
	margin-top: 0.5em;
	display: inline-block;
	background: var(--accent, #1ba9ae);
	color: #fff;
	padding: 0.6em 1.2em;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.edit-profile-btn:hover {
	background: var(--accent-dark, #0f8a8f);
	transform: translateY(-2px);
}

/* Member Profile Layout */
.member-profile {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em;
}

/* Enhanced Member Profile Styles */
.member-profile-enhanced {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
}

.profile-section {
    margin-bottom: 3em;
    background: white;
    border-radius: 12px;
    padding: 2em;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.bio-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2em;
    align-items: start;
}

.hero-bio-layout {
    text-align: center;
}

.hero-image-container {
    margin-bottom: 2em;
}

.hero-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.bio-photo {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
}

.member-name {
    font-size: 2.5em;
    margin: 0 0 0.5em 0;
    color: #333;
}

.member-roles {
    margin-bottom: 1em;
}

.role-badge {
    display: inline-block;
    background: #6f5da8;
    color: white;
    padding: 0.5em 1em;
    border-radius: 25px;
    font-size: 0.9em;
    margin: 0.25em 0.5em 0.25em 0;
}

.social-links {
    margin-top: 1em;
}

.social-link {
    display: inline-block;
    background: #f8f9fa;
    color: #333;
    padding: 0.5em 1em;
    border-radius: 20px;
    text-decoration: none;
    margin: 0.25em 0.5em 0.25em 0;
    border: 1px solid #ddd;
}

.social-link:hover {
    background: #6f5da8;
    color: white;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.featured-project {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2em;
    align-items: start;
}

.project-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.timeline-item {
    border-left: 3px solid #6f5da8;
    padding-left: 1.5em;
    margin-bottom: 2em;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 12px;
    height: 12px;
    background: #6f5da8;
    border-radius: 50%;
}

.timeline-date {
    font-weight: bold;
    color: #6f5da8;
    margin-bottom: 0.5em;
}

.testimonial {
    background: #f8f9fa;
    padding: 1.5em;
    border-radius: 8px;
    border-left: 4px solid #6f5da8;
    margin-bottom: 1.5em;
}

.testimonial-author {
    font-weight: bold;
    margin-top: 1em;
    color: #6f5da8;
}

/* Role-specific styling */
.commission-status {
    margin: 1.5em 0;
}

.status-indicator {
    padding: 0.75em 1em;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
}

.status-indicator.open {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-indicator.closed {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1em;
    margin-top: 1em;
}

.gallery-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.gallery-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gallery-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.published-works {
    margin: 1.5em 0;
}

.works-list {
    margin-top: 1em;
}

.work-item {
    background: #f8f9fa;
    border-left: 4px solid #6f5da8;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 0 8px 8px 0;
}

.work-item h4 {
    margin: 0 0 0.5em 0;
    color: #333;
    font-size: 1.1em;
}

.work-details {
    color: #666;
    font-size: 0.9em;
    line-height: 1.4;
}

.work-type {
    background: #6f5da8;
    color: white;
    padding: 0.2em 0.5em;
    border-radius: 4px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
}

.work-link {
    color: #6f5da8;
    text-decoration: none;
    font-weight: 500;
    margin-left: 0.5em;
}

.work-link:hover {
    text-decoration: underline;
}

.contact-form {
    background: #f8f9fa;
    padding: 2em;
    border-radius: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.8em;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contact-form button {
    background: #6f5da8;
    color: white;
    padding: 0.8em 2em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #5a4a87;
}

/* Enhanced Member Profile Responsive */
@media (max-width: 768px) {
    .bio-container,
    .featured-project {
        grid-template-columns: 1fr;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .member-profile-enhanced {
        padding: 1em;
    }
}

.member-header {
	display: flex;
	align-items: flex-start;
	gap: 2em;
	margin-bottom: 3em;
}

.member-photo {
	flex-shrink: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid var(--accent, #1ba9ae);
}

.member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.member-info {
	flex: 1;
}

.member-name {
	font-size: 2.5em;
	margin-bottom: 0.3em;
	color: var(--ch-deep-violet);
}

.member-bio {
	font-size: 1.1em;
	line-height: 1.6;
	color: var(--color-text-primary);
	margin-bottom: 1.5em;
}

/* Social Links */
.member-social-links {
	display: flex;
	gap: 1em;
	margin-top: 1.5em;
}

.social-link {
	display: inline-flex;
	align-items: center;
	padding: 0.5em 1em;
	background: var(--accent, #1ba9ae);
	color: white;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.social-link:hover {
	background: var(--accent-dark, #0f8a8f);
	transform: translateY(-2px);
}

/* ========================================
   DASHBOARD STYLES
   ======================================== */

/* Dashboard Header */
.dashboard-header {
    background: linear-gradient(135deg, #6f5da8 0%, #8b7cb8 100%);
    color: white;
    padding: 2em;
    border-radius: 12px;
    margin-bottom: 2em;
    text-align: center;
}

.dashboard-header h1 {
    color: white;
    margin-bottom: 0.5em;
}

.dashboard-welcome {
    font-size: 1.1em;
    opacity: 0.9;
    margin-bottom: 1.5em;
}

/* Dashboard Quick Links Navigation */
.dashboard-quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    margin-top: 1.5em;
}

.dashboard-quicklinks a {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.75em 1.5em;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.dashboard-quicklinks a:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.dashboard-quicklinks a:last-child {
    background: rgba(220, 53, 69, 0.8);
    border-color: rgba(220, 53, 69, 0.9);
}

.dashboard-quicklinks a:last-child:hover {
    background: rgba(220, 53, 69, 1);
    border-color: rgba(220, 53, 69, 1);
}

/* Dashboard Grid */
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2em;
    margin-bottom: 3em;
}

.dashboard-card {
    background: white;
    padding: 2em;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-left: 4px solid var(--ch-purple);
    transition: transform 0.3s ease;
}

.dashboard-card:hover {
    transform: translateY(-5px);
}

.dashboard-card h3 {
    color: var(--ch-purple);
    margin-bottom: 1em;
}

/* ========================================
   FORM STYLING
   ======================================== */

/* Block2 container for forms */
.block2 {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 2px 18px 0 rgba(124,110,180,0.10);
	max-width: 900px;
	margin: 2em auto;
	padding: 2.5em;
}

.block2 h1, .block2 h2, .block2 h3 {
	color: var(--ch-deep-violet);
	text-align: center;
	margin-bottom: 1.5em;
}

/* ACF Form Styling */
.acf-form .acf-fields {
	margin-top: 1.5em;
	border-radius: 14px;
	background: #f8f6fb;
	box-shadow: 0 1px 7px 0 rgba(124,110,180,0.05);
	padding: 1.5em;
}

.acf-field {
	margin-bottom: 1.5em;
}

.acf-label {
	font-weight: 600;
	color: var(--ch-deep-violet);
	margin-bottom: 0.5em;
	display: block;
}

.acf-input input[type="text"],
.acf-input input[type="email"],
.acf-input input[type="url"],
.acf-input input[type="number"],
.acf-input textarea,
.acf-input select {
	width: 100%;
	padding: 0.8em;
	border: 2px solid #d1c4e9;
	border-radius: 8px;
	font-family: var(--font-body);
	font-size: 1em;
	transition: border-color 0.3s ease;
}

.acf-input input:focus,
.acf-input textarea:focus,
.acf-input select:focus {
	outline: none;
	border-color: var(--ch-purple);
	box-shadow: 0 0 0 3px rgba(111, 93, 168, 0.1);
}

/* Form Submit Button */
.acf-form-submit {
	text-align: center;
	margin-top: 2em;
}

.acf-form-submit input[type="submit"] {
	background: var(--ch-purple);
	color: white;
	padding: 1em 2.5em;
	border: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1.1em;
	cursor: pointer;
	transition: all 0.3s ease;
}

.acf-form-submit input[type="submit"]:hover {
	background: var(--ch-deep-violet);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(111, 93, 168, 0.3);
}

/* ========================================
   MEMBERS ARCHIVE & GRID
   ======================================== */

/* Archive Title */
.archive-title {
	text-align: center;
	color: var(--ch-purple);
	font-size: 2.5em;
	margin-bottom: 1em;
}

/* Filter Controls */
.filter-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin-bottom: 3em;
	flex-wrap: wrap;
}

.filter-controls select,
.filter-controls input[type="search"] {
	padding: 0.8em 1.2em;
	border: 2px solid var(--ch-aqua-blue);
	border-radius: 8px;
	font-family: var(--font-body);
	min-width: 200px;
}

/* Members Grid */
.members-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2em;
	margin-bottom: 3em;
}

.member-card {
	background: white;
	border-radius: 12px;
	padding: 1.5em;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	border-top: 4px solid var(--ch-aqua-blue);
}

.member-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.member-card-photo {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 1em auto;
	border: 3px solid var(--ch-aqua-blue);
}

.member-card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.member-card-name {
	font-size: 1.3em;
	font-weight: 600;
	color: var(--ch-purple);
	text-align: center;
	margin-bottom: 0.5em;
}

.member-card-roles {
	text-align: center;
	margin-bottom: 1em;
}

.member-card-bio {
	font-size: 0.9em;
	line-height: 1.5;
	color: var(--color-text-light);
	text-align: center;
}

/* No Members Found */
.no-members-found {
	text-align: center;
	padding: 3em 1em;
	color: var(--ch-deep-violet);
}

/* Members Pagination */
.members-pagination {
	text-align: center;
	margin-top: 3em;
}

.members-pagination a,
.members-pagination span {
	display: inline-block;
	padding: 0.8em 1.2em;
	margin: 0 0.2em;
	border-radius: 8px;
	text-decoration: none;
	color: var(--ch-purple);
	border: 2px solid var(--ch-aqua-blue);
	transition: all 0.2s;
}

.members-pagination a:hover,
.members-pagination .current {
	background: var(--ch-purple);
	color: white;
	border-color: var(--ch-purple);
}

/* ========================================
   PAGE BUILDER COMPONENTS
   ======================================== */

/* Responsive Visibility Controls */
.desktop-view {
	display: block;
}
.mobile-view {
	display: none;
}

.hide-desktop,
.hide-tablet,
.hide-mobile {
	display: block;
}

/* Desktop: 1025px and above */
@media (min-width: 1025px) {
	.hide-desktop {
		display: none !important;
	}
}

/* Tablet: 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
	.hide-tablet {
		display: none !important;
	}
}

/* Mobile: 767px and below */
@media (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
}

/* Utility classes for showing only on specific devices */
.show-desktop-only {
	display: block;
}
.show-tablet-only {
	display: none;
}
.show-mobile-only {
	display: none;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet and Mobile Adjustments */
@media only screen and (max-width: 1090px) {
	.main-background {
		background-attachment: scroll;
	}
	.content-block {
		padding: 2em 1em;
	}
}

@media only screen and (max-width: 900px) {
	.member-header {
		flex-direction: column;
		text-align: center;
	}

	.member-photo {
		margin: 0 auto;
	}

	.dashboard-grid {
		grid-template-columns: 1fr;
	}
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.filter-controls {
		flex-direction: column;
		align-items: stretch;
	}

	.filter-controls select,
	.filter-controls input[type="search"] {
		min-width: auto;
		width: 100%;
	}

	.members-grid {
		grid-template-columns: 1fr;
		gap: 1.5em;
	}

	.archive-title {
		font-size: 2em;
	}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.7em;
	}

	.block2 {
		padding: 1.5em;
		margin: 1em;
	}

	.member-profile {
		padding: 1em;
	}

	.dashboard-header {
		padding: 1.5em;
	}
}

/* ========================================
   PROFILE BUILDER SECTIONS
   ======================================== */

/* Timeline Section */
.timeline-section {
    position: relative;
    padding-left: 2em;
}

.timeline-item {
    position: relative;
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-left: 2px solid #e0e0e0;
    padding-left: 1.5em;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6f5da8;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #e0e0e0;
}

.timeline-date {
    font-size: 0.9em;
    color: #666;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.timeline-event-title {
    color: #333;
    margin: 0 0 0.5em 0;
    font-size: 1.1em;
}

.timeline-description {
    color: #555;
    line-height: 1.6;
}

/* Audio Section */
.audio-section {
    margin: 1.5em 0;
}

.audio-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5em;
    margin-bottom: 1.5em;
    border-left: 4px solid #6f5da8;
}

.audio-item-title {
    color: #333;
    margin: 0 0 1em 0;
    font-size: 1.1em;
}

.audio-embed {
    margin: 1em 0;
}

.audio-embed iframe {
    width: 100%;
    border-radius: 6px;
}

.audio-description {
    color: #555;
    line-height: 1.6;
    margin-top: 1em;
}

.audio-link {
    margin: 1em 0;
}

.audio-url-btn {
    display: inline-block;
    background: linear-gradient(135deg, #6f5da8 0%, #8b7bb8 100%);
    color: white;
    padding: 0.75em 1.5em;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(111, 93, 168, 0.3);
}

.audio-url-btn:hover {
    background: linear-gradient(135deg, #5d4a96 0%, #7969a6 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(111, 93, 168, 0.4);
    color: white;
    text-decoration: none;
}

/* Quotes Section */
.quotes-section {
    margin: 1.5em 0;
}

.quote-item {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 2em;
    margin-bottom: 1.5em;
    position: relative;
    border-left: 4px solid #6f5da8;
}

.quote-item:before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4em;
    color: #6f5da8;
    opacity: 0.3;
    font-family: Georgia, serif;
}

.quote-text {
    font-style: italic;
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
    margin: 0 0 1em 0;
    border: none;
    padding: 0;
}

.quote-author {
    display: block;
    text-align: right;
    font-weight: 600;
    color: #6f5da8;
    font-style: normal;
}

.quote-date {
    text-align: right;
    font-size: 0.9em;
    color: #888;
    margin-top: 0.5em;
    font-style: italic;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }

.p-1 { padding: 1rem; }
.p-2 { padding: 2rem; }
.p-3 { padding: 3rem; }

/* Status Colors */
.text-success { color: var(--color-success); }
.text-warning { color: var(--color-warning); }
.text-error { color: var(--color-error); }
.text-info { color: var(--color-info); }

.bg-success { background-color: var(--color-success); }
.bg-warning { background-color: var(--color-warning); }
.bg-error { background-color: var(--color-error); }
.bg-info { background-color: var(--color-info); }

/* ========================================
   PROFILE BUILDER STYLING
   ======================================== */

/* Profile Builder Sections */
.profile-section {
    margin: 2rem 0;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Bio Section Layouts */
.bio-section.hero-layout {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.hero-image-container {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 2rem;
}

.member-name-hero {
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.member-roles-hero .role-badge {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
}

.bio-content-hero {
    padding: 2rem;
}

.bio-section.photo-left-layout .bio-container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.bio-photo-container {
    flex: 0 0 200px;
}

.bio-photo {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 300px;
    text-align: center;
}

.bio-content {
    flex: 1;
}

/* Featured Project Section */
.featured-project-section .project-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.project-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.project-link {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.project-link:hover {
    background: var(--primary-dark);
}

/* Gallery Section */
.gallery-grid {
    display: grid;
    gap: 1rem;
    margin: 1rem 0;
}

.gallery-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Profile Builder Admin Styling */
.acf-flexible-content .layout {
    border: 2px solid var(--primary-color) !important;
    border-radius: 8px !important;
    margin-bottom: 1rem !important;
}

.acf-flexible-content .layout .acf-fc-layout-handle {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%) !important;
    color: white !important;
    font-weight: bold !important;
}

/* Role-Specific Profile Sections */
.role-specific-section {
    border-left: 4px solid var(--primary-color);
    position: relative;
}

.role-specific-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
}

.artist-section {
    border-left-color: #e74c3c;
}

.artist-section::before {
    background: linear-gradient(180deg, #e74c3c 0%, #c0392b 100%);
}

.author-section {
    border-left-color: #3498db;
}

.author-section::before {
    background: linear-gradient(180deg, #3498db 0%, #2980b9 100%);
}

.illustrator-section {
    border-left-color: #9b59b6;
}

.illustrator-section::before {
    background: linear-gradient(180deg, #9b59b6 0%, #8e44ad 100%);
}

.artist-statement .statement-content {
    font-style: italic;
    line-height: 1.6;
    margin-top: 1rem;
}

.mediums-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.medium-tag {
    background: var(--primary-color);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.profile-builder-sections {
    margin-top: 2rem;
}

.profile-builder-empty {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-style: italic;
}

/* Gallery Section Styling */
.gallery-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.gallery-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.05);
}

/* Featured Project Section Styling */
.featured-project-section {
    margin: 2rem 0;
}

.project-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.project-image-item {
    overflow: hidden;
    border-radius: 8px;
}

.project-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.project-image:hover {
    transform: scale(1.02);
}

.project-description {
    margin: 1rem 0;
    line-height: 1.6;
}

.project-url-btn {
    display: inline-block;
    background: var(--primary-color, #1ba9ae);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.project-url-btn:hover {
    background: var(--primary-dark, #0f8a8f);
    transform: translateY(-2px);
    color: white;
}

/* Text Content Section Styling */
.text-content {
    line-height: 1.7;
    margin-top: 1rem;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.text-content p {
    margin-bottom: 1rem;
}

/* Skills Section Styling */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.skill-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid var(--primary-color, #1ba9ae);
}

.skill-name {
    font-weight: 600;
    color: #333;
}

.skill-level {
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.skill-level-beginner {
    background: #e3f2fd;
    color: #1976d2;
}

.skill-level-intermediate {
    background: #fff3e0;
    color: #f57c00;
}

.skill-level-advanced {
    background: #e8f5e8;
    color: #388e3c;
}

.skill-level-expert {
    background: #fce4ec;
    color: #c2185b;
}

/* Responsive Profile Builder */
@media (max-width: 768px) {
    .bio-section.photo-left-layout .bio-container {
        flex-direction: column;
        text-align: center;
    }

    .bio-photo-container {
        flex: none;
        align-self: center;
    }

    .hero-image-container {
        height: 300px;
    }

    .member-name-hero {
        font-size: 2rem;
    }

    .gallery-grid.columns-3,
    .gallery-grid.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-project-section .project-images {
        grid-template-columns: 1fr;
    }

    .mediums-list {
        justify-content: center;
    }
}
/* Contact Form 7 - Vertical Layout */
.contact-form-vertical {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-vertical .form-field {
    margin-bottom: 1.5em;
    width: 100%;
}

.contact-form-vertical .form-field:last-child {
    margin-bottom: 0;
}

/* Form inputs styling */
.contact-form-vertical input[type="text"],
.contact-form-vertical input[type="email"],
.contact-form-vertical textarea {
    width: 100%;
    padding: 0.8em;
    border: 2px solid var(--color-border-medium, #d1c4e9);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 1em;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.contact-form-vertical input[type="text"]:focus,
.contact-form-vertical input[type="email"]:focus,
.contact-form-vertical textarea:focus {
    outline: none;
    border-color: var(--color-primary, #6f5da8);
    box-shadow: 0 0 0 3px rgba(111, 93, 168, 0.1);
}

/* Submit button styling */
.contact-form-vertical .form-submit {
    text-align: center;
}

.contact-form-vertical input[type="submit"] {
    background: var(--color-button-primary, #6f5da8);
    color: var(--color-button-text, #ffffff);
    border: 2px solid var(--color-button-border, #6f5da8);
    border-radius: 8px;
    padding: 0.8em 2em;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

.contact-form-vertical input[type="submit"]:hover {
    background: var(--color-button-primary-hover, #8768af);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(111, 93, 168, 0.3);
}

/* Turnstile/CAPTCHA styling */
.contact-form-vertical .form-field .cf-turnstile {
    margin: 0 auto;
    display: block;
}

/* Error messages */
.contact-form-vertical .wpcf7-not-valid-tip {
    color: var(--color-error, #f16a6c);
    font-size: 0.9em;
    margin-top: 0.5em;
    display: block;
}

/* Success message */
.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    padding: 1em;
    margin: 1em 0;
}

/* Error message */
.wpcf7-mail-sent-ng {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 1em;
    margin: 1em 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .contact-form-vertical {
        max-width: 100%;
        padding: 0 1em;
    }
    
    .contact-form-vertical input[type="submit"] {
        width: 100%;
        padding: 1em;
    }
}
/* ========================================
   END CREATIVE HUB CUSTOM STYLES
   ======================================== */