/* ===== Reset & Base ===== */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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

body {
	font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	color: #3a3632;
	background: #fcf9f4;
	line-height: 1.7;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
}

code {
	font-family: 'DM Sans', monospace;
	background: rgba(124, 140, 110, 0.1);
	padding: 0.12em 0.35em;
	border-radius: 3px;
	font-size: 0.88em;
	color: #5a6b4e;
}

.container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 24px;
}

.section {
	padding: 100px 0;
}

.section-label {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: #7c8c6e;
	margin-bottom: 12px;
}

.section-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
	color: #2c2825;
}

.section-subtitle {
	font-size: 1.05rem;
	color: #8a8078;
	max-width: 560px;
	margin: 0 auto 48px;
}

/* ===== Nav ===== */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(252, 249, 244, 0.92);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(124, 140, 110, 0.1);
	padding: 16px 0;
	transition: box-shadow 0.3s;
}

.nav.scrolled {
	box-shadow: 0 2px 20px rgba(58, 54, 50, 0.06);
}

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

.nav-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Playfair Display', serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #2c2825;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 32px;
}

.nav-links a {
	font-size: 0.9rem;
	font-weight: 500;
	color: #6b6460;
	transition: color 0.2s;
}

.nav-links a:hover {
	color: #7c8c6e;
}

.nav-cta {
	background: #7c8c6e;
	color: #fcf9f4 !important;
	padding: 8px 20px;
	border-radius: 6px;
	font-weight: 600 !important;
	transition: background 0.2s, transform 0.2s;
}

.nav-cta:hover {
	background: #6a7a5e;
	transform: translateY(-1px);
}

.nav-mobile-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: #3a3632;
}

/* ===== Hero ===== */
.hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 80px;
	background: #fcf9f4;
	position: relative;
}

.hero::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(ellipse, rgba(124, 140, 110, 0.06) 0%, transparent 70%);
	pointer-events: none;
}

.hero-content {
	position: relative;
}

.hero h1 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(3.5rem, 10vw, 7rem);
	font-weight: 700;
	color: #2c2825;
	line-height: 1.05;
	margin-bottom: 48px;
	letter-spacing: -0.02em;
}

/* ===== Buttons ===== */
.btn-primary {
	display: inline-block;
	background: #7c8c6e;
	color: #fcf9f4;
	padding: 14px 32px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 0.95rem;
	transition: background 0.2s, transform 0.2s;
	border: none;
	cursor: pointer;
}

.btn-primary:hover {
	background: #6a7a5e;
	transform: translateY(-1px);
}

.btn-outline {
	display: inline-block;
	border: 1.5px solid #7c8c6e;
	color: #7c8c6e;
	padding: 13px 32px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 0.95rem;
	transition: all 0.2s;
}

.btn-outline:hover {
	background: #7c8c6e;
	color: #fcf9f4;
}

/* ===== Manifesto ===== */
.manifesto {
	background: #f5f0ea;
	text-align: center;
}

.manifesto-inner {
	max-width: 720px;
	margin: 0 auto;
}

.manifesto-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(1.8rem, 3.5vw, 2.5rem);
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 32px;
	color: #2c2825;
}

.manifesto-body p {
	font-size: 1.05rem;
	color: #5a5550;
	margin-bottom: 20px;
	line-height: 1.8;
}

.manifesto-body p:last-child {
	font-style: italic;
	color: #7c8c6e;
}

/* ===== Features ===== */
.features {
	text-align: center;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
	gap: 24px;
	margin-top: 8px;
}

.feature-card {
	background: #fff;
	border: 1px solid rgba(124, 140, 110, 0.12);
	border-radius: 12px;
	padding: 36px 28px;
	text-align: left;
	transition: transform 0.25s, box-shadow 0.25s;
}

.feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(58, 54, 50, 0.06);
}

.feature-icon {
	font-size: 1.8rem;
	margin-bottom: 16px;
}

.feature-card h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #2c2825;
}

.feature-flag {
	font-family: 'DM Sans', monospace;
	font-size: 0.72rem;
	font-weight: 500;
	background: rgba(124, 140, 110, 0.1);
	color: #7c8c6e;
	padding: 2px 8px;
	border-radius: 4px;
	vertical-align: middle;
}

.feature-card p {
	font-size: 0.92rem;
	color: #6b6460;
	line-height: 1.65;
}

/* ===== How It Works ===== */
.how-it-works {
	background: #f5f0ea;
	text-align: center;
}

.steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 32px;
	margin-top: 8px;
}

.step {
	text-align: left;
}

.step-num {
	font-family: 'Playfair Display', serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: rgba(124, 140, 110, 0.2);
	margin-bottom: 12px;
}

.step h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: #2c2825;
}

.step p {
	font-size: 0.92rem;
	color: #6b6460;
	line-height: 1.65;
}

/* ===== Stats ===== */
.stats {
	text-align: center;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 32px;
	margin-top: 8px;
}

.stat-card {
	padding: 32px 16px;
}

.stat-num {
	font-family: 'Playfair Display', serif;
	font-size: clamp(2.2rem, 4vw, 3rem);
	font-weight: 700;
	color: #7c8c6e;
	margin-bottom: 8px;
}

.stat-label {
	font-size: 0.88rem;
	color: #8a8078;
}

/* ===== Pricing ===== */
.pricing {
	background: #f5f0ea;
	text-align: center;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
	margin-top: 8px;
}

.pricing-card {
	background: #fff;
	border: 1px solid rgba(124, 140, 110, 0.12);
	border-radius: 12px;
	padding: 36px 28px;
	text-align: left;
	position: relative;
	transition: transform 0.25s, box-shadow 0.25s;
}

.pricing-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(58, 54, 50, 0.06);
}

.pricing-card.featured {
	border-color: #7c8c6e;
	box-shadow: 0 4px 24px rgba(124, 140, 110, 0.12);
}

.pricing-badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: #7c8c6e;
	color: #fcf9f4;
	font-size: 0.72rem;
	font-weight: 600;
	padding: 4px 16px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.pricing-card h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: #2c2825;
}

.price {
	font-family: 'Playfair Display', serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #2c2825;
	margin-bottom: 8px;
}

.price span {
	font-size: 0.9rem;
	font-weight: 400;
	color: #8a8078;
}

.price-desc {
	font-size: 0.88rem;
	color: #8a8078;
	margin-bottom: 20px;
}

.pricing-card ul {
	text-align: left;
	margin-bottom: 24px;
}

.pricing-card li {
	font-size: 0.88rem;
	color: #5a5550;
	padding: 6px 0;
	border-bottom: 1px solid rgba(124, 140, 110, 0.06);
}

.pricing-card li::before {
	content: '→ ';
	color: #7c8c6e;
}

.pricing-card .btn-primary,
.pricing-card .btn-outline {
	width: 100%;
	text-align: center;
}

/* ===== Testimonials ===== */
.testimonials {
	text-align: center;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin-top: 8px;
}

.testimonial-card {
	background: #fff;
	border: 1px solid rgba(124, 140, 110, 0.1);
	border-radius: 12px;
	padding: 32px 28px;
	text-align: left;
}

.testimonial-text {
	font-size: 0.95rem;
	color: #5a5550;
	line-height: 1.7;
	margin-bottom: 20px;
	font-style: italic;
}

.testimonial-author strong {
	display: block;
	font-size: 0.9rem;
	color: #2c2825;
}

.testimonial-author span {
	font-size: 0.8rem;
	color: #8a8078;
}

/* ===== Demo ===== */
.demo {
	background: #f5f0ea;
	text-align: center;
}

.demo-terminal {
	max-width: 680px;
	margin: 0 auto;
}

.terminal {
	background: #2c2825;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(58, 54, 50, 0.12);
	text-align: left;
}

.terminal-header {
	background: #3a3632;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.terminal-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.terminal-dot.red {
	background: #c4a08a;
}

.terminal-dot.yellow {
	background: #c2b280;
}

.terminal-dot.green {
	background: #7c8c6e;
}

.terminal-title {
	font-size: 0.75rem;
	color: #8a8078;
	margin-left: auto;
	font-family: 'DM Sans', monospace;
}

.terminal-body {
	padding: 20px;
	font-family: 'DM Sans', monospace;
	font-size: 0.82rem;
	line-height: 1.6;
	color: #d4cec8;
	max-height: 520px;
	overflow-y: auto;
}

.term-line {
	white-space: pre-wrap;
	word-break: break-all;
}

.prompt {
	color: #7c8c6e;
}

.command {
	color: #f0ebe5;
}

.output {
	color: #b0a89e;
}

.dim {
	color: #7c8c6e;
	opacity: 0.8;
}

.delayed {
	opacity: 0;
	animation: fadeInLine 0.4s forwards;
}

.d1 {
	animation-delay: 2.5s;
}

.d2 {
	animation-delay: 5s;
}

@keyframes fadeInLine {
	to {
		opacity: 1;
	}
}

/* ===== Case Study ===== */
.case-study {
	text-align: center;
}

.case-study-inner {
	max-width: 720px;
	margin: 0 auto;
}

.case-study h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 28px;
	color: #2c2825;
}

.case-study-body p {
	font-size: 1rem;
	color: #5a5550;
	margin-bottom: 18px;
	line-height: 1.8;
	text-align: left;
}

/* ===== Team ===== */
.team {
	background: #f5f0ea;
	text-align: center;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 28px;
	margin-top: 8px;
}

.team-card {
	background: #fff;
	border: 1px solid rgba(124, 140, 110, 0.1);
	border-radius: 12px;
	padding: 32px 24px;
	text-align: center;
}

.team-avatar {
	font-size: 2.5rem;
	margin-bottom: 16px;
}

.team-card h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.05rem;
	font-weight: 600;
	color: #2c2825;
	margin-bottom: 4px;
}

.team-role {
	font-size: 0.8rem;
	color: #7c8c6e;
	font-weight: 500;
	margin-bottom: 12px;
}

.team-bio {
	font-size: 0.85rem;
	color: #6b6460;
	line-height: 1.6;
}

/* ===== FAQ ===== */
.faq {
	text-align: center;
}

.faq-list {
	max-width: 680px;
	margin: 0 auto;
	text-align: left;
}

.faq-item {
	border-bottom: 1px solid rgba(124, 140, 110, 0.12);
}

.faq-question {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-family: 'Playfair Display', serif;
	font-size: 1.05rem;
	font-weight: 600;
	color: #2c2825;
	text-align: left;
	gap: 16px;
}

.faq-icon {
	font-size: 1.3rem;
	color: #7c8c6e;
	flex-shrink: 0;
	transition: transform 0.3s;
}

.faq-item.active .faq-icon {
	transform: rotate(45deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
	max-height: 600px;
	padding-bottom: 20px;
}

.faq-answer p {
	font-size: 0.92rem;
	color: #6b6460;
	line-height: 1.7;
}

/* ===== Waitlist ===== */
.waitlist {
	background: #f5f0ea;
	text-align: center;
}

.waitlist-inner {
	max-width: 520px;
	margin: 0 auto;
}

.waitlist h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(1.8rem, 3.5vw, 2.4rem);
	font-weight: 700;
	color: #2c2825;
	margin-bottom: 12px;
}

.waitlist p {
	color: #6b6460;
	margin-bottom: 24px;
}

.waitlist-form {
	display: flex;
	gap: 10px;
	max-width: 440px;
	margin: 0 auto;
}

.waitlist-form input {
	flex: 1;
	padding: 14px 16px;
	border: 1.5px solid rgba(124, 140, 110, 0.2);
	border-radius: 6px;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.95rem;
	background: #fff;
	color: #3a3632;
	transition: border-color 0.2s;
}

.waitlist-form input:focus {
	outline: none;
	border-color: #7c8c6e;
}

.waitlist-form input::placeholder {
	color: #b0a89e;
}

.waitlist-note {
	font-size: 0.8rem !important;
	color: #b0a89e !important;
	margin-top: 12px;
}

/* ===== Portfolio Banner ===== */
.portfolio-banner {
	padding: 48px 0;
	background: #2c2825;
	text-align: center;
}

.portfolio-banner h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1rem;
	color: #8a8078;
	margin-bottom: 20px;
	font-weight: 400;
}

.portfolio-banner h3 a {
	color: #c4a08a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.portfolio-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 12px;
	max-width: 900px;
	margin: 0 auto;
}

.portfolio-list a,
.portfolio-list .portfolio-current {
	font-family: 'DM Sans', monospace;
	font-size: 0.72rem;
	padding: 3px 8px;
	border-radius: 4px;
	transition: background 0.2s, color 0.2s;
}

.portfolio-list a {
	color: #8a8078;
}

.portfolio-list a:hover {
	background: rgba(124, 140, 110, 0.15);
	color: #c4a08a;
}

.portfolio-current {
	background: #7c8c6e;
	color: #fcf9f4 !important;
	font-weight: 600;
}

/* ===== Footer ===== */
.footer {
	background: #24221f;
	padding: 64px 0 32px;
	color: #8a8078;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
}

.footer-brand p {
	font-size: 0.88rem;
	margin-top: 12px;
	line-height: 1.6;
}

.footer-brand a {
	color: #c4a08a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.footer-col h4 {
	font-family: 'Playfair Display', serif;
	font-size: 0.88rem;
	font-weight: 600;
	color: #d4cec8;
	margin-bottom: 16px;
}

.footer-col li {
	margin-bottom: 8px;
}

.footer-col a {
	font-size: 0.85rem;
	transition: color 0.2s;
}

.footer-col a:hover {
	color: #7c8c6e;
}

.footer-bottom {
	border-top: 1px solid rgba(124, 140, 110, 0.1);
	padding-top: 24px;
	text-align: center;
	font-size: 0.8rem;
}

/* ===== Modals ===== */
.modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(44, 40, 37, 0.6);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 2000;
	align-items: center;
	justify-content: center;
}

.modal-overlay.active {
	display: flex;
}

.modal {
	background: #fff;
	border-radius: 14px;
	padding: 48px 40px;
	max-width: 420px;
	width: 90%;
	text-align: center;
	position: relative;
	box-shadow: 0 24px 64px rgba(58, 54, 50, 0.15);
}

.modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: #8a8078;
	transition: color 0.2s;
}

.modal-close:hover {
	color: #3a3632;
}

.modal-icon {
	font-size: 2.5rem;
	margin-bottom: 16px;
}

.modal h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #2c2825;
	margin-bottom: 8px;
}

.modal p {
	font-size: 0.92rem;
	color: #6b6460;
	line-height: 1.6;
}

/* ===== Animations ===== */
.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
	.nav-links {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(252, 249, 244, 0.98);
		flex-direction: column;
		padding: 24px;
		gap: 16px;
		border-bottom: 1px solid rgba(124, 140, 110, 0.1);
	}

	.nav-links.open {
		display: flex;
	}

	.nav-mobile-toggle {
		display: block;
	}

	.hero h1 {
		font-size: clamp(2.8rem, 12vw, 4.5rem);
	}

	.features-grid {
		grid-template-columns: 1fr;
	}

	.steps {
		grid-template-columns: 1fr;
	}

	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pricing-grid {
		grid-template-columns: 1fr;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}

	.testimonials-grid {
		grid-template-columns: 1fr;
	}

	.team-grid {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.waitlist-form {
		flex-direction: column;
	}
}

/* ===== Portfolio Pills (universal) ===== */
.portfolio-banner,
[class*="portfolio-banner"] {
	padding: 3rem 0;
	text-align: center;
}

.portfolio-banner .container,
[class*="portfolio-banner"] .container,
[class*="portfolio-banner"] [class*="portfolio-banner-inner"] {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.portfolio-scroll,
.portfolio-grid,
.portfolio-list,
.portfolio-links,
.portfolio-commands,
.portfolio-track,
.portfolio-banner-commands,
.portfolio-items,
.footer-commands {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 1rem;
}

.portfolio-scroll a,
.portfolio-grid a,
.portfolio-list a,
.portfolio-links a,
.portfolio-commands a,
.portfolio-track a,
.portfolio-banner-commands a,
.portfolio-items a,
.footer-commands a {
	display: inline-block;
	padding: 6px 14px;
	font-size: .75rem;
	font-weight: 600;
	border-radius: 100px;
	border: 1px solid #7c8c6e;
	opacity: .55;
	text-decoration: none;
	transition: opacity .2s ease, transform .15s ease;
	white-space: nowrap;
}

.portfolio-scroll a:hover,
.portfolio-grid a:hover,
.portfolio-list a:hover,
.portfolio-links a:hover,
.portfolio-commands a:hover,
.portfolio-track a:hover,
.portfolio-banner-commands a:hover,
.portfolio-items a:hover,
.footer-commands a:hover {
	opacity: 1;
	transform: translateY(-1px);
}

.portfolio-current,
.portfolio-scroll .portfolio-current,
.portfolio-grid .portfolio-current,
.portfolio-list .portfolio-current,
.portfolio-banner-commands .portfolio-current,
span.portfolio-current,
[class*="portfolio"] span.current,
[class*="portfolio"] span[class*="current"] {
	display: inline-block;
	padding: 6px 14px;
	font-size: .75rem;
	font-weight: 700;
	border-radius: 100px;
	opacity: 1;
	white-space: nowrap;
}

.portfolio-label,
.portfolio-banner-label {
	font-size: .8125rem;
	opacity: .6;
	margin-bottom: .5rem;
}

.portfolio-label a,
.portfolio-banner-label a {
	border: none !important;
	padding: 0 !important;
	opacity: 1 !important;
	font-weight: 700 !important;
	border-radius: 0 !important;
}

.portfolio-current,
span.portfolio-current,
[class*="portfolio"] span.current,
[class*="portfolio"] span[class*="current"] {
	background: #7c8c6e;
	color: #fff;
	border: 1px solid #7c8c6e;
}

/* Dark theme pill overrides */
.portfolio-scroll a,
.portfolio-grid a,
.portfolio-list a,
.portfolio-links a,
.portfolio-commands a,
.portfolio-track a,
.portfolio-banner-commands a,
.portfolio-items a,
.footer-commands a {
	color: #ccc !important;
	border-color: #555 !important;
	opacity: .8 !important;
}
.portfolio-scroll a:hover,
.portfolio-grid a:hover,
.portfolio-list a:hover,
.portfolio-links a:hover,
.portfolio-commands a:hover,
.portfolio-track a:hover,
.portfolio-banner-commands a:hover,
.portfolio-items a:hover,
.footer-commands a:hover {
	color: #ff6600 !important;
	border-color: #ff6600 !important;
	opacity: 1 !important;
}

.portfolio-current,
span.portfolio-current {
	background: #7c8c6e !important;
	color: #fff !important;
	border: 1px solid #7c8c6e !important;
	opacity: 1 !important;
}
