/* Trading Closets Collection - Main Stylesheet */

/* :root {
  --tc-primary: #8b5a6b;
  --tc-primary-dark: #6d4555;
  --tc-secondary: #d4a574;
  --tc-accent: #c9a86c;
  --tc-light: #f8f5f2;
  --tc-dark: #2c2c2c;
} */
:root {
  --tc-primary: #8C1B24;
  --tc-primary-dark: #262223;
  --tc-secondary:#BF6430;
  --tc-accent: #F2A649;
  --tc-light: #F2F2F2;
  --tc-dark: #262223;
}

/* Typography */
body {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--tc-dark);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
}

/* Brand */
.brand-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: var(--tc-primary);
}

.brand-accent {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  color: var(--tc-secondary);
  margin-left: 0.25rem;
}

.navbar-brand {
  font-size: 1.4rem;
}

/* Override Bootstrap Primary */
.btn-primary {
  background-color: var(--tc-primary);
  border-color: var(--tc-primary);
}

.btn-primary:hover {
  background-color: var(--tc-primary-dark);
  border-color: var(--tc-primary-dark);
}

.btn-outline-primary {
  color: var(--tc-primary);
  border-color: var(--tc-primary);
}

.btn-outline-primary:hover {
  background-color: var(--tc-primary);
  border-color: var(--tc-primary);
  color: white;
}

.text-primary {
  color: var(--tc-primary) !important;
}

.bg-primary {
  background-color: var(--tc-primary) !important;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 100%),
              url('/img/purse2_new.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.hero-content {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-content h1 {
  color: var(--tc-primary);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-content .lead {
  color: #555 !important;
}

.min-vh-75 {
  min-height: 75vh;
}

/* Features */
.feature-icon i {
  transition: transform 0.3s ease;
}

.feature-icon:hover i {
  transform: scale(1.1);
}

/* Step Numbers */
.step-number {
  width: 50px;
  height: 50px;
  background: var(--tc-primary);
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.step-number-lg {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: var(--tc-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 600;
}

/* Testimonials */
.testimonial-avatar {
  width: 45px;
  height: 45px;
  background: var(--tc-secondary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

/* Team Avatars */
.team-avatar {
  width: 80px;
  height: 80px;
  background: var(--tc-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 600;
}

/* Page Headers */
.page-header {
  border-bottom: 1px solid #e9ecef;
}

.page-header h1 {
  margin-bottom: 0.5rem;
}

/* Cards */
.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
}

a.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1) !important;
}

/* Footer */
.site-footer {
  margin-top: auto;
}

.footer-link {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  color: white;
}

/* FAQ Accordion */
.accordion-button:not(.collapsed) {
  background-color: var(--tc-light);
  color: var(--tc-primary);
}

.accordion-button:focus {
  border-color: var(--tc-primary);
  box-shadow: 0 0 0 0.25rem rgba(139, 90, 107, 0.25);
}

/* Forms */
.form-control:focus,
.form-select:focus {
  border-color: var(--tc-primary);
  box-shadow: 0 0 0 0.25rem rgba(139, 90, 107, 0.25);
}

/* Map Placeholder */
.map-placeholder {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* About Image Placeholder */
.about-image {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Portal Specific Styles */
.portal-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
}

.portal-main {
  flex: 1;
}

.portal-footer {
  margin-top: auto;
}

/* Stats in Portal */
.stat-icon {
  opacity: 0.8;
}

/* Table Improvements */
.table th {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #6c757d;
}

/* Print Styles */
@media print {
  .navbar,
  .btn,
  footer {
    display: none !important;
  }
  
  .card {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
  
  body {
    background: white !important;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding: 3rem 0;
  }
  
  .display-4 {
    font-size: 2rem;
  }
  
  .step-number-lg {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 1.5rem;
  }
}
