/* ===== Home Page Styles - Premium Liquid Glass Aesthetic ===== */

/* ===== Hero Section ===== */
.hero-section {
    margin: 0 -24px;
    padding: 140px 24px;
    background: linear-gradient(180deg, #fafafa 0%, #fafafa 50%, #ffffff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
    z-index: 1;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.hero-content {
    max-width: 600px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 3px;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
}

.hero-divider {
    width: 60px;
    height: 1.5px;
    background: linear-gradient(90deg, transparent 0%, #1a1a1a 50%, transparent 100%);
    margin: 28px auto;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #4a4a4a;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 40px 0;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta {
    padding: 14px 48px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    border: 1.5px solid #1a1a1a;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.btn-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1a1a1a;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.btn-primary-cta {
    background-color: #1a1a1a;
    color: white;
}

.btn-primary-cta:hover {
    background-color: white;
    color: #1a1a1a;
    box-shadow: 0 4px 16px rgba(26, 26, 26, 0.12);
}

.btn-secondary-cta {
    text-align:center;
    background-color: transparent;
    color: #1a1a1a;
}

.btn-secondary-cta:hover {
    background-color: #1a1a1a;
    color: white;
    box-shadow: 0 4px 16px rgba(26, 26, 26, 0.12);
}

/* ===== Content Wrapper & Section Spacing ===== */
.content-wrapper {
    padding: 0;
}

.collection-section {
    padding: 80px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.collection-section::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
}

/* ===== Empty Section & State ===== */
.empty-section {
    padding: 40px 24px;
}

.empty-state {
    text-align: center;
    padding: 80px 40px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.empty-icon {
    font-size: 3.5rem;
    display: block;
    opacity: 0.7;
}

.empty-text {
    font-size: 1rem;
    color: #6a6a6a;
    margin: 0;
    letter-spacing: 0.3px;
    font-weight: 300;
    line-height: 1.6;
}

/* Empty state button styling */
.empty-state .btn-cta {
    margin-top: 8px;
}

/* ===== Section Header ===== */
.section-header {
    margin-bottom: 56px;
    position: relative;
}

.section-title {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.section-line {
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, #1a1a1a 0%, transparent 100%);
}

/* ===== Garments Grid ===== */
.garments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
}

.garment-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -1px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.garment-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.garment-card:hover {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow:
        0 12px 60px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.garment-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
}

.garment-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, rgba(250, 250, 250, 0.8) 0%, rgba(245, 245, 245, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.garment-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.garment-emoji {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.garment-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
    pointer-events: none;
}

.garment-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 28px;
}

.garment-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 14px 0;
    letter-spacing: 0.3px;
}

.garment-details {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}


.detail-item {
    font-size: 0.8rem;
    color: #6a6a6a;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.garment-date {
    display: block;
    font-size: 0.8rem;
    color: #888;
    letter-spacing: 0.2px;
    font-weight: 400;
}

/* ===== Garment Card Footer ===== */
.garment-meta {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.garment-price {
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.2px;
}

.garment-link {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 26, 26, 0.35);
  padding-bottom: 2px;
  transition: all 0.25s ease;
}

.garment-link:hover {
  border-bottom-color: rgba(26, 26, 26, 0.75);
  opacity: 0.9;
}

/* ===== Created By Link ===== */
.created-by-link {
  color: #1a1a1a;
  text-decoration: none;
  padding-bottom: 1px;
  transition: all 0.25s ease;
  font-weight: 600;
}

.created-by-link:hover {
  border-bottom-color: rgba(26, 26, 26, 0.7);
  opacity: 0.85;
}

/* ===== Wishlist Button (Card) ===== */
.wishlist-form {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.wishlist-btn {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  color: #bbb;
  transition: all 0.3s ease;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);
}

.wishlist-icon {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
  transition: transform 0.25s ease;
}

.wishlist-btn:hover .wishlist-icon {
  transform: scale(1.1);
}

.wishlist-btn:hover {
  color: #e74c3c;
  border-color: rgba(231, 76, 60, 0.25);
  background: rgba(255, 255, 255, 0.65);
  transform: scale(1.1);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);
}

.wishlist-btn.wishlisted {
  color: #e74c3c;
  border-color: rgba(231, 76, 60, 0.15);
  box-shadow:
    0 4px 16px rgba(231, 76, 60, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);
}

/* ===== Wishlist Button (Detail Page) ===== */
.wishlist-btn-detail {
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(26, 26, 26, 0.15) !important;
  cursor: pointer;
  color: #aaa;
  transition: all 0.25s ease;
}

.wishlist-btn-detail:hover {
  color: #e74c3c;
  border-color: rgba(231, 76, 60, 0.3) !important;
}

.wishlist-btn-detail.wishlisted {
  color: #e74c3c;
  border-color: rgba(231, 76, 60, 0.2) !important;
}

/* ===== Favourite Button (Outfit Card — overlays image) ===== */
.favourite-form {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  margin: 0;
  padding: 0;
}

.favourite-btn {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  color: #bbb;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);
}

.favourite-icon {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
  transition: transform 0.25s ease;
}

.favourite-btn:hover .favourite-icon {
  transform: scale(1.1);
}

.favourite-btn:hover {
  color: #f39c12;
  border-color: rgba(243, 156, 18, 0.3);
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.1);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);
}

.favourite-btn.favourited {
  color: #f39c12;
  border-color: rgba(243, 156, 18, 0.2);
  box-shadow:
    0 4px 16px rgba(243, 156, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);
}

/* ===== Feature Sections (Unauthenticated) ===== */
.feature-section {
  padding: 100px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature-section--alt {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.feature-content {
  max-width: 520px;
  text-align: center;
}

.feature-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 24px;
  opacity: 0.8;
}

.feature-title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
}

.feature-divider {
  width: 60px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, #1a1a1a 50%, transparent 100%);
  margin: 24px auto;
}

.feature-text {
  font-size: 1rem;
  color: #5a5a5a;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 1.7;
  margin: 0 0 36px 0;
}

/* ===== Premium Hero Section ===== */
.premium-hero {
  margin: 0 -24px;
  padding: 100px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8f3 30%, #f5f0e6 60%, #faf8f3 100%);
  border-top: 1px solid rgba(184, 134, 11, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.premium-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(184, 134, 11, 0.3) 50%, transparent 100%);
}

.premium-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(184, 134, 11, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.premium-hero-content {
  max-width: 560px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.premium-hero-badge {
  display: inline-block;
  background: rgba(184, 134, 11, 0.1);
  color: #b8860b;
  padding: 6px 20px;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(184, 134, 11, 0.2);
  margin-bottom: 24px;
}

.premium-hero-title {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
}

.premium-hero-divider {
  width: 60px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, #b8860b 50%, transparent 100%);
  margin: 24px auto;
}

.premium-hero-subtitle {
  font-size: 1rem;
  color: #5a5a5a;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 1.7;
  margin: 0 0 36px 0;
}

.btn-premium-cta {
  background-color: #b8860b;
  color: #ffffff;
  border-color: #b8860b;
  padding: 16px 56px;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.btn-premium-cta::before {
  background: #8b6508;
}

.btn-premium-cta:hover {
  background-color: #ffffff;
  color: #b8860b;
  border-color: #b8860b;
  box-shadow: 0 4px 20px rgba(184, 134, 11, 0.15);
}

/* ===== Premium Action Button (Profile) ===== */
.btn-premium-action {
  background-color: #b8860b;
  color: #ffffff;
  border-color: #b8860b;
}

.btn-premium-action:hover {
  background-color: #ffffff;
  color: #b8860b;
  border-color: #b8860b;
  box-shadow: 0 4px 16px rgba(184, 134, 11, 0.15);
}

/* ===== Logout Button ===== */
.btn-logout {
  overflow: visible;
}

.btn-logout::before {
  display: none;
}

.btn-logout:hover {
  background-color: #1a1a1a;
  color: white;
  box-shadow: 0 4px 16px rgba(26, 26, 26, 0.12);
}

/* ===== Outfits Grid ===== */
.outfits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px;
}

.outfit-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -1px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.outfit-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.outfit-card:hover {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.outfit-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* Outfit Image */
.outfit-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, rgba(250, 250, 250, 0.8) 0%, rgba(245, 245, 245, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.outfit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

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

.outfit-emoji {
    font-size: 3rem;
    line-height: 1;
    opacity: 0.4;
}

.outfit-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
    pointer-events: none;
}

/* Outfit Content */
.outfit-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    flex: 1;
}

.outfit-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: 0.3px;
    line-height: 1.3;
    word-break: break-word;
}

/* Details row: Occasion • Season */
.outfit-details {
    display: flex;
    gap: 8px;
    font-size: 0.82rem;
    color: #6a6a6a;
    flex-wrap: wrap;
}

.detail-item {
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* Notes */
.outfit-notes {
    font-size: 0.82rem;
    color: #5a5a5a;
    margin: 4px 0 0 0;
    line-height: 1.4;
    font-style: italic;
    opacity: 0.85;
    word-break: break-word;
}

/* Garments Preview */
.garments-preview {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.garments-label {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8a8a8a;
    font-weight: 600;
    margin-bottom: 6px;
}

.garments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.garment-badge {
    display: inline-block;
    background: rgba(26, 26, 26, 0.08);
    border: 1px solid rgba(26, 26, 26, 0.12);
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 0.7rem;
    color: #1a1a1a;
    font-weight: 500;
    letter-spacing: 0.1px;
    transition: all 0.25s ease;
}

.garment-badge:hover {
    background: rgba(26, 26, 26, 0.12);
    border-color: rgba(26, 26, 26, 0.2);
}

.garment-badge--more {
    background: rgba(26, 26, 26, 0.04);
    color: #6a6a6a;
    font-style: italic;
}

/* Outfit Meta */
.outfit-meta {
    margin-top: auto;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.75rem;
}

.outfit-date {
    color: #8a8a8a;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.outfit-link {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid rgba(26, 26, 26, 0.35);
    padding-bottom: 1px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.outfit-link:hover {
    border-bottom-color: rgba(26, 26, 26, 0.75);
    opacity: 0.9;
}

.occasion-badge {
    display: inline-block;
    background: rgba(26, 26, 26, 0.08);
    color: #1a1a1a;
    padding: 7px 14px;
    font-size: 0.75rem;
    letter-spacing: 0.4px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid rgba(26, 26, 26, 0.12);
}

/* ===== Plans Grid ===== */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 32px;
}

.plan-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 3px solid #1a1a1a;
    border-radius: 8px;
    padding: 32px;
    transition: all 0.4s ease;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -1px 0 rgba(0, 0, 0, 0.04);
    position: relative;
}

.plan-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.plan-card:hover {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}
.plan-content a {
    display: inline-flex;
    align-items: center;
    gap: 6px;                    /* Space between text and arrow */
    margin-top: 16px;            /* Space above link */
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a1a;             /* Black text */
    text-decoration: none;       /* No underline */
    transition: all 0.25s ease;  /* Smooth transitions */
    letter-spacing: 0.3px;
}

.plan-content a:hover {
    opacity: 0.7;               /* Fade on hover */
    gap: 10px;                  /* Arrow moves away on hover */
}

.plan-header {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.plan-date {
    font-size: 0.85rem;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.plan-content {
    position: relative;
    z-index: 2;
}

.plan-outfit-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: 0.3px;
}

.plan-outfit-name.empty-plan {
    color: #888;
    font-weight: 400;
}

.plan-occasion {
    font-size: 0.85rem;
    color: #6a6a6a;
    margin: 8px 0 0 0;
    letter-spacing: 0.2px;
}


/* ===== Responsive Design ===== */
@media (max-width: 1024px) {
    .garments-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }

    .outfits-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    .plans-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 100px 18px;
        margin: 0 -18px;
        border-radius: 0;
    }

    .hero-title {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .premium-hero {
        padding: 80px 18px;
        margin: 0 -18px;
    }

    .premium-hero-title {
        font-size: 1.8rem;
        letter-spacing: 1.5px;
    }

    .premium-hero-subtitle {
        font-size: 0.95rem;
    }

    .feature-section {
        padding: 72px 18px;
    }

    .feature-title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .feature-text {
        font-size: 0.95rem;
    }

    .section-title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .collection-section,
    .empty-section {
        padding: 60px 18px;
    }

    .garments-grid,
    .outfits-grid,
    .plans-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .garment-content,
    .outfit-content,
    .plan-card {
        padding: 20px;
    }

    .outfit-image {
        height: 180px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 16px;
    }

    .btn-cta {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 90px 14px;
        margin: 0 -14px;
    }

    .hero-title {
        font-size: 2.2rem;
        letter-spacing: 1.2px;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 32px;
    }

    .premium-hero {
        padding: 64px 14px;
        margin: 0 -14px;
    }

    .premium-hero-title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .premium-hero-subtitle {
        font-size: 0.9rem;
    }

    .btn-premium-cta {
        padding: 14px 40px;
        width: 100%;
    }

    .feature-section {
        padding: 56px 14px;
    }

    .feature-title {
        font-size: 1.3rem;
        letter-spacing: 0.8px;
    }

    .feature-text {
        font-size: 0.9rem;
        margin-bottom: 28px;
    }

    .feature-icon {
        font-size: 2.5rem;
        margin-bottom: 18px;
    }

    .section-title {
        font-size: 1.3rem;
        letter-spacing: 0.9px;
    }

    .section-header {
        margin-bottom: 36px;
    }

    .collection-section,
    .empty-section {
        padding: 50px 14px;
    }

    .garment-content,
    .outfit-content,
    .plan-card {
        padding: 18px;
    }

    .outfit-image {
        height: 170px;
    }

    .outfit-name {
        font-size: 0.98rem;
    }

    .outfit-details,
    .garment-details {
        font-size: 0.78rem;
        gap: 4px;
    }

    .garments-label {
        font-size: 0.68rem;
        margin-bottom: 5px;
    }

    .garment-badge {
        font-size: 0.68rem;
        padding: 3px 7px;
    }

    .empty-state {
        padding: 50px 14px;
    }

    .empty-icon {
        font-size: 3.2rem;
        margin-bottom: 16px;
    }

    .empty-text {
        font-size: 0.98rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 80px 12px;
        margin: 0 -12px;
    }

    .hero-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 32px;
    }

    .section-title {
        font-size: 1.2rem;
        letter-spacing: 0.8px;
    }

    .section-header {
        margin-bottom: 32px;
    }

    .collection-section,
    .empty-section {
        padding: 48px 12px;
    }

    .garment-image {
        aspect-ratio: 1 / 1;
    }

    .garment-content,
    .outfit-content,
    .plan-card {
        padding: 16px;
    }

    .outfit-image {
        height: 160px;
    }

    .outfit-name {
        font-size: 0.95rem;
    }

    .outfit-details,
    .garment-details {
        font-size: 0.75rem;
        gap: 4px;
    }

    .garments-label {
        font-size: 0.65rem;
        margin-bottom: 4px;
    }

    .garment-badge {
        font-size: 0.65rem;
        padding: 2px 6px;
    }

    .empty-state {
        padding: 60px 16px;
    }

    .empty-icon {
        font-size: 3rem;
        margin-bottom: 16px;
    }

    .empty-text {
        font-size: 0.95rem;
    }
}

