/*

Theme Name: Laav
Theme URI: https://drap.hr
Description: Laav web site theme
Author: Drap d.o.o.
Author URI: https://drap.hr
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800;900&family=Poppins:wght@300;400;500;600;700&display=swap');

/* ==========================================
	 CSS CUSTOM VARIABLES & THEMES
	 ========================================== */
:root {
	/* Fonts */
	--font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
	--font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
	
	/* Transitions */
	--transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	--transition-fast: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	
	/* Default Theme: Dark Purple (Homepage) */
	--bg-primary: #5c267b;
	--bg-secondary: #1f1133;
	--text-primary: #ffffff;
	--text-secondary: rgba(255, 255, 255, 0.7);
	--accent: #fabc09; /* Yellow */
	
	/* Logo Colors */
	--logo-c1: #ce8abb;
	--logo-c2: #d261a0;
	--logo-c3: #a54793;
	--logo-c4: #5c267b;
	--logo-c5: #d82273;
	--logo-c7: #ec6726;
	--logo-c8: #f2b708;
	
	/* Navigation UI */
	--nav-text: #ffffff;
	--nav-btn-bg: #fabc09;
	--nav-btn-text: #1f1133;
	
	/* Cards & Glassmorphism */
	--card-bg: rgba(255, 255, 255, 0.05);
	--card-border: rgba(255, 255, 255, 0.1);
	--card-hover-bg: rgba(255, 255, 255, 0.09);
	--card-hover-border: rgba(255, 255, 255, 0.2);
}

.home .header-wrapper {
	background-color: #200c29;
}
 
.page-template-page-services {
	--logo-c1: #d82273; --logo-c2: #d82273; --logo-c3: #d82273; --logo-c4: #d82273; --logo-c5: #d82273; --logo-c7: #d82273; --logo-c8: #d82273;
}

.page-template-page-services .header-wrapper {
	background: #471b65;
}

/* Yellow Theme (Work page / Recent Creations Section) */
[data-theme="yellow"],
.page-template-page-work {
	--bg-primary: #fabc09;
	--bg-secondary: #e5ac05;
	--text-primary: #5C267B;
	--text-secondary: #EC6726;
	--accent: #1f1133;
	
	--nav-text: #1f1133;
	--nav-btn-bg: #1f1133;
	--nav-btn-text: #fabc09;
	
	--card-bg: rgba(31, 17, 51, 0.05);
	--card-border: rgba(31, 17, 51, 0.1);
	--card-hover-bg: rgba(31, 17, 51, 0.09);
	--card-hover-border: rgba(31, 17, 51, 0.15);
}

.page-template-page-work {
	--logo-c1: #ec6726; --logo-c2: #ec6726; --logo-c3: #ec6726; --logo-c4: #ec6726; --logo-c5: #ec6726; --logo-c7: #ec6726; --logo-c8: #ec6726;
}

.page-template-page-work .header-wrapper {
	background: #eea107;
}

/* Magenta Theme (Skills Section) */
[data-theme="magenta"] {
	--bg-primary: #a63f7d;
	--bg-secondary: #8e3268;
	--text-primary: #ffffff;
	--text-secondary: rgba(255, 255, 255, 0.8);
	--accent: #fabc09;
	
	--nav-text: #ffffff;
	--nav-btn-bg: #fabc09;
	--nav-btn-text: #a63f7d;
	
	--card-bg: rgba(255, 255, 255, 0.08);
	--card-border: rgba(255, 255, 255, 0.15);
	--card-hover-bg: rgba(255, 255, 255, 0.12);
	--card-hover-border: rgba(255, 255, 255, 0.25);
}

/* Lavender/Pink Theme (Team Page) */
[data-theme="lavander"],
.page-template-page-team {
	--bg-primary: #ce8abd;
	--bg-secondary: #be79ad;
	--text-primary: #ffffff;
	--text-secondary: rgba(255, 255, 255, 0.8);
	--accent: #fabc09;
	
	--nav-text: #1f1133;
	--nav-btn-bg: #fabc09;
	--nav-btn-text: #1f1133;
	
	--card-bg: rgba(255, 255, 255, 0.12);
	--card-border: rgba(255, 255, 255, 0.2);
	--card-hover-bg: rgba(255, 255, 255, 0.18);
	--card-hover-border: rgba(255, 255, 255, 0.3);
}
 
.page-template-page-team {
	--logo-c1: #a54793; --logo-c2: #a54793; --logo-c3: #a54793; --logo-c4: #a54793; --logo-c5: #a54793; --logo-c7: #a54793; --logo-c8: #a54793;
}

.page-template-page-team .header-wrapper {
	background: #c074a9					;
}

/* Light Theme (Project Detail Pages) */
.error404,
[data-theme="light"] {
	--bg-primary: #ffffff;
	--bg-secondary: #f6f8fa;
	--text-primary: #1f1133;
	--text-secondary: rgba(31, 17, 51, 0.7);
	--accent: #1f1133;
	
	--nav-text: #1f1133;
	--nav-btn-bg: #fabc09;
	--nav-btn-text: #1f1133;
	
	--card-bg: #f6f8fa;
	--card-border: #e4e9ef;
	--card-hover-bg: #eef2f6;
	--card-hover-border: #cbd5e1;
}
 
.error404 {
	--logo-c1: #ce8abb; --logo-c2: #ce8abb; --logo-c3: #ce8abb; --logo-c4: #ce8abb; --logo-c5: #ce8abb; --logo-c7: #ce8abb; --logo-c8: #ce8abb;
}

.error404 .header-wrapper {
	background: #f5e8f1					;
}

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

html {
	scroll-behavior: smooth;
	font-size: 16px;
}

body {
	font-family: var(--font-body);
	background-color: var(--bg-primary);
	color: var(--text-primary);
	overflow-x: hidden;
	transition: background-color 0.4s ease, color 0.4s ease;
	line-height: 1.6;
}

/* Typography elements */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	color: var(--text-primary		);
	font-weight: 800;
	line-height: 1.15;
}

a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition-fast);
}

/* ==========================================
	 COMMON LAYOUT COMPONENTS
	 ========================================== */
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.section {
	padding: 100px 0;
	position: relative;
	background-color: var(--bg-primary);
}

.button-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: var(--accent);
	color: var(--bg-primary);
	font-family: var(--font-heading);
	font-weight: 700;
	padding: 14px 28px;
	border-radius: 50px;
	font-size: 0.95rem;
	border: none;
	cursor: pointer;
	transition: var(--transition-smooth);
}

.button-pill:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.button-pill.dark {
	background-color: var(--accent);
	color: var(--bg-primary);
}

/* ==========================================
	 HEADER COMPONENT (WEB COMPONENT BASE)
	 ========================================== */
.header-wrapper {
	padding: 24px 0;
	position: relative;
	z-index: 100;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: flex;
	align-items: center;
	transition: var(--transition-fast);
	height: 32px;
	width: auto;
}

.logo:hover {
	transform: scale(1.05);
}

.logo svg { height: 100%; width: auto; }

.logo .c1 { fill: var(--logo-c1); }
.logo .c2 { fill: var(--logo-c2); }
.logo .c3 { fill: var(--logo-c3); }
.logo .c4 { fill: var(--logo-c4); }
.logo .c5 { fill: var(--logo-c5); }
.logo .c6 { fill: var(--logo-c6); }
.logo .c7 { fill: var(--logo-c7); }
.logo .c8 { fill: var(--logo-c8); }

.nav-menu {
	display: flex;
	align-items: center;
	gap: 40px;
	list-style: none;
}

.nav-link {
	font-size: 1rem;
	font-weight: 500;
	color: var(--nav-text);
	opacity: 0.8;
	position: relative;
	padding: 6px 0;
}

.nav-link:hover, .nav-link.active {
	opacity: 1;
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--logo-c1);
	transition: var(--transition-fast);
}

.nav-link:hover::after, .nav-link.active::after {
	width: 100%;
}

.header-cta {
	background-color: var(--nav-btn-bg);
	color: var(--nav-btn-text);
	font-family: var(--font-heading);
	font-weight: 700;
	padding: 10px 24px;
	border-radius: 50px;
	font-size: 0.9rem;
	border: none;
	cursor: pointer;
	transition: var(--transition-smooth);
}

.header-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* ==========================================
	 HERO / INTRO SECTION
	 ========================================== */

.hero-section {
	background-color: black;
}

.hero-content {
	padding: 80px 0 120px;
	text-align: left;
}

.hero-title {
	font-size: 5.5rem;
	font-weight: 900;
	letter-spacing: -2px;
	margin-bottom: 40px;
	max-width: 900px;
	line-height: 1.05;
}

.hero-title span.orange { color: #f06543; }
.hero-title span.yellow { color: #fabc09; }
.hero-title span.pink { color: #e45a8f; }

.scroll-indicator {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	animation: bounce 2s infinite;
}

.mouse-icon {
	width: 24px;
	height: 40px;
	border: 2px solid var(--text-primary);
	border-radius: 20px;
	position: relative;
	opacity: 0.6;
}

.mouse-icon::after {
	content: '';
	width: 4px;
	height: 8px;
	background-color: var(--text-primary);
	border-radius: 2px;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
	40% { transform: translateY(-10px); }
	60% { transform: translateY(-5px); }
}

/* ==========================================
	 VALUE PROP / SPLIT SECTION
	 ========================================== */
.split-section {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 80px;
	align-items: start;
}

.split-left h2 {
	font-size: 3rem;
	font-weight: 800;
	color: var(--accent);
	margin-bottom: 24px;
	line-height: 1.1;
}

.split-left p {
	font-size: 1.15rem;
	opacity: 0.9;
	margin-bottom: 24px;
	max-width: 500px;
}

.split-right {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.value-card {
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	border-radius: 12px;
	padding: 30px;
	backdrop-filter: blur(10px);
	transition: var(--transition-smooth);
}

.value-card:hover {
	transform: translateX(10px);
	background: var(--card-hover-bg);
	border-color: var(--card-hover-border);
}

.value-card h3 {
	font-size: 1.4rem;
	margin-bottom: 12px;
}

.value-card p {
	font-size: 0.95rem;
	color: var(--text-secondary);
}

/* ==========================================
	 CLIENT LOGOS LIST (SCROLLABLE BAR)
	 ========================================== */
.logos-container {
	overflow: hidden;
	padding: 40px 0;
	position: relative;
}

.logos-track {
	display: flex;
	align-items: center;
	gap: 60px;
	width: max-content;
	animation: scrollLogos 30s linear infinite;
}

.logo-item {
	font-family: var(--font-heading);
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--text-primary);
	opacity: 0.4;
	white-space: nowrap;
	transition: var(--transition-fast);
}

.logo-item:hover {
	opacity: 0.9;
}

@keyframes scrollLogos {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* ==========================================
	 RECENT CREATIONS SECTION
	 ========================================== */
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}

.section-header h2 {
	font-size: 3.5rem;
	font-weight: 900;
}

.section-header .view-all {
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	border-bottom: 2px solid currentColor;
	padding-bottom: 4px;
	color: var(--text-secondary);
}

.section-header .view-all:hover {
	gap: 12px;
}

.creations-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.creation-card {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.creation-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: var(--transition-smooth);
}

.creation-card:hover img {
	transform: scale(1.03);
}

.creation-card-tall {
	grid-row: span 2;
	height: 900px;
}

.creation-card-wide {
	height: 435px;
}

/* ==========================================
	 MASONRY PORTFOLIO GRID
	 ========================================== */
.portfolio-masonry {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.portfolio-column {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.portfolio-item {
	border-radius: 20px;
	overflow: hidden;
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	transition: var(--transition-smooth);
}

.portfolio-item img {
	width: 100%;
	height: auto;
	display: block;
	transition: var(--transition-smooth);
}

.portfolio-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.portfolio-item:hover img {
	transform: scale(1.02);
}

/* ==========================================
	 SKILLS / TIMELINE SECTION
	 ========================================== */
.skills-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.skills-left h2 {
	font-size: 3.5rem;
	margin-bottom: 24px;
}

.skills-left p {
	font-size: 1.1rem;
	margin-bottom: 24px;
	max-width: 500px;
}

.skills-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-family: var(--font-heading);
	font-size: 1.8rem;
	font-weight: 800;
	color: var(--accent);
}

.skill-item {
	cursor: pointer;
	transition: var(--transition-fast);
}

.skill-item:hover {
	transform: translateX(10px);
	opacity: 0.8;
}

/* Roadmap timeline */
.roadmap-container {
	margin-top: 60px;
}

.roadmap-header {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 60px;
}

.roadmap-line-wrapper {
	position: relative;
	padding: 40px 0;
}

.roadmap-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px dashed rgba(255, 255, 255, 0.3);
	z-index: 1;
	transform: translateY(-50%);
}

.roadmap-steps {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.roadmap-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
	text-align: center;
}

.roadmap-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-heading);
	font-size: 1.25rem;
	font-weight: 800;
	background-color: var(--accent);
	color: var(--bg-primary);
	margin-bottom: 16px;
	transition: var(--transition-smooth);
}

.roadmap-step:hover .roadmap-circle {
	transform: scale(1.15);
	box-shadow: 0 0 20px var(--accent);
}

.roadmap-label {
	font-size: 1.1rem;
	font-weight: 700;
}

/* ==========================================
	 CUPS GRID SECTION
	 ========================================== */
.cups-intro {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 50px;
}

.cups-intro h2 {
	font-size: 3rem;
	margin-bottom: 12px;
}

.cups-intro p {
	font-size: 1.1rem;
	color: var(--text-secondary);
}

.cups-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.cup-card {
	border-radius: 16px;
	overflow: hidden;
	transition: var(--transition-smooth);
	aspect-ratio: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cup-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition-smooth);
}

.cup-card:hover {
	transform: translateY(-10px) rotate(2deg);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.cup-card:hover img {
	transform: scale(1.05);
}

/* ==========================================
	 TEAM SECTION
	 ========================================== */
.team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 60px;
}

.team-card {
	display: flex;
	flex-direction: column;
}

.team-image-container {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--card-border);
}

.team-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition-smooth);
}

.team-card:hover .team-image-container img {
	transform: scale(1.03);
}

.team-name {
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: 4px;
}

.team-role {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--accent);
	text-transform: uppercase;
	margin-bottom: 12px;
}

.team-desc {
	font-size: 0.95rem;
	color: var(--text-secondary);
}

/* Team Join Block */
.team-cta-box {
	background: linear-gradient(135deg, #321c56 0%, #17103a 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	padding: 60px 40px;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

.team-cta-box h2 {
	font-size: 3rem;
	margin-bottom: 16px;
	color: var(--accent);
}

.team-cta-box p {
	font-size: 1.1rem;
	max-width: 600px;
	margin: 0 auto 30px;
	color: var(--text-primary);
}

/* ==========================================
	 PROJECT PAGES (CASE STUDIES)
	 ========================================== */
.project-header {
	padding: 60px 0;
}

.project-tags {
	display: flex;
	gap: 10px;
	margin-bottom: 16px;
}

.project-tag {
	font-family: var(--font-heading);
	font-size: 0.75rem;
	font-weight: 800;
	padding: 6px 16px;
	border-radius: 30px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tag-purple { background-color: #a63f7d; }
.tag-yellow { background-color: #fabc09; color: #1f1133; }
.tag-blue { background-color: #3e77bc; }
.tag-magenta { background-color: #e45a8f; }

.project-title {
	font-size: 4rem;
	font-weight: 900;
	margin-bottom: 24px;
	line-height: 1.05;
}

.project-intro-text {
	font-size: 1.15rem;
	max-width: 750px;
	color: var(--text-primary);
	line-height: 1.7;
}

.project-main-image {
	border-radius: 24px;
	overflow: hidden;
	margin: 40px 0 60px;
	background-color: var(--bg-secondary);
	border: 1px solid var(--card-border);
}

.project-main-image img {
	width: 100%;
	display: block;
}

/* Multi-column mockup display */
.project-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 30px;
}

.project-row-full {
	width: 100%;
	margin-bottom: 30px;
}

.project-row img, .project-row-full img {
	width: 100%;
	border-radius: 20px;
	display: block;
}

.project-info-block {
	margin: 80px 0;
	max-width: 750px;
}

.project-info-block h3 {
	font-size: 2.2rem;
	margin-bottom: 16px;
}

.project-info-block p {
	font-size: 1.05rem;
	color: var(--text-secondary);
	margin-bottom: 20px;
}

/* Poppins Color Swatches Section */
.color-swatches-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.swatch-card {
	border-radius: 12px;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 16px;
	color: #ffffff;
	font-family: var(--font-heading);
	font-weight: 700;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

/* SFZG progress gauges */
.gauges-row {
	display: flex;
	justify-content: space-around;
	gap: 30px;
	margin-top: 40px;
}

.gauge-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.gauge-circle {
	width: 120px;
	height: 120px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.gauge-svg {
	transform: rotate(-90deg);
	width: 100%;
	height: 100%;
}

.gauge-svg circle {
	fill: none;
	stroke-width: 8;
}

.gauge-svg circle.bg {
	stroke: rgba(255, 255, 255, 0.2);
}

.gauge-svg circle.val {
	stroke: var(--accent);
	stroke-linecap: round;
	transition: stroke-dashoffset 1s ease-out;
}

.gauge-value {
	position: absolute;
	font-family: var(--font-heading);
	font-size: 1.5rem;
	font-weight: 800;
}

/* ==========================================
	 COLOR STRIPE BAND & FOOTER
	 ========================================== */
.color-stripe-band {
	height: 50px;
	width: 100%;
	background: linear-gradient(115deg, 
		#ce8abd 0%, #ce8abd 14%, 
		#a63f7d 14%, #a63f7d 28%, 
		#2e1c47 28%, #2e1c47 42%, 
		#f06543 42%, #f06543 56%, 
		#fabc09 56%, #fabc09 70%, 
		#ce8abd 70%, #ce8abd 84%,
		#a63f7d 84%, #a63f7d 100%
	);
	margin-top: 40px;
}

.footer {
	background-color: #2e1c47; /* Fixed dark background */
	color: #ffffff;
	padding: 80px 0 30px;
}

.footer-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	margin-bottom: 60px;
	align-items: start;
}

.footer-left h2 {
	font-size: 4rem;
	font-weight: 900;
	margin-bottom: 24px;
	line-height: 1.05;
}

.footer-left h2 span.yellow { color: #fabc09; }

.footer-left p {
	font-size: 1.1rem;
	opacity: 0.7;
	max-width: 450px;
}

.footer-right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-end;
}

.footer-email {
	font-size: 2.5rem;
	font-family: var(--font-heading);
	font-weight: 800;
	transition: var(--transition-fast);
}

.footer-email:hover {
	color: var(--accent);
}

.social-links {
	display: flex;
	gap: 16px;
}

.social-link {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition-smooth);
}

.social-link:hover {
	background-color: #ffffff;
	color: #1f1133;
	border-color: #ffffff;
	transform: translateY(-3px);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
	font-size: 0.85rem;
	opacity: 0.6;
}

.footer-credit span.pink { color: #e45a8f; }
.footer-credit span.blue { color: #3e77bc; }
.footer-credit span.yellow { color: #fabc09; }

/* ==========================================
	 RESPONSIVE DESIGN (MEDIA QUERIES)
	 ========================================== */
@media (max-width: 1024px) {
	.hero-title { font-size: 4.5rem; }
	.footer-left h2 { font-size: 3.2rem; }
	.footer-email { font-size: 2rem; }
	.split-section, .skills-split, .footer-content { gap: 40px; }
	.cups-grid { grid-template-columns: repeat(3, 1fr); }
	.portfolio-masonry { grid-template-columns: repeat(2, 1fr); }
	.portfolio-column:last-child { display: none; } /* Hide 3rd column on mobile/tablet */
}

@media (max-width: 768px) {
	.section { padding: 60px 0; }
	.hero-title { font-size: 3.2rem; }
	.split-section, .skills-split, .footer-content {
		grid-template-columns: 1fr;
	}
	.footer-right { align-items: flex-start; }
	.footer-bottom {
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}
	.nav-menu { display: none; } /* Hamburger can be added or just simple dropdown */
	.creations-grid { grid-template-columns: 1fr; }
	.creation-card-tall { height: 500px; grid-row: auto; }
	.creation-card-wide { height: 300px; }
	.cups-grid { grid-template-columns: repeat(2, 1fr); }
	.team-grid { grid-template-columns: 1fr; }
	.project-row { grid-template-columns: 1fr; }
	.roadmap-steps {
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
	.roadmap-line { display: none; }
}

@media (max-width: 480px) {
	.hero-title { font-size: 2.5rem; }
	.footer-left h2 { font-size: 2.2rem; }
	.footer-email { font-size: 1.4rem; }
	.cups-grid { grid-template-columns: 1fr; }
}
