@import './landing.css';

/* ============================================================
   AWWWARDS-STYLE TYPOGRAPHIC PRELOADER
   ============================================================ */
#lp-page-loader {
  position: fixed;
  inset: 0;
  background: #050505;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loader-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.loader-line {
  overflow: hidden;
  height: clamp(32px, 8vw, 72px);
}

.loader-text-item {
  display: block;
  font-family: 'Akira Expanded', sans-serif;
  font-size: clamp(26px, 6vw, 64px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  transform: translateY(100%);
}

.loader-progress {
  position: absolute;
  bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.2em;
}

/* ============================================================
   HEADER BANNER (PREVENT INITIAL JUMP)
   ============================================================ */
.lp-artisans-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #0c0c0c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 9980;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-60px);
}

.lp-header-title {
  font-family: 'ThccHandwritten', sans-serif;
  font-size: clamp(16px, 4vw, 24px);
  color: #ffffff;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
}

/* ============================================================
   SIDEBAR & CONTENT OVERRIDES (BREATHING ROOM)
   ============================================================ */
#lp-content {
  margin-top: 60px !important;
  padding-top: 40px;
  padding-left: var(--card-gap);
  padding-right: var(--card-gap);
  padding-bottom: calc(var(--card-gap) + 80px);
}

.lp-sidebar {
  pointer-events: all !important;
}

@media (min-width: 769px) {
  .lp-sidebar {
    top: 60px !important;
    height: calc(100vh - 60px) !important;
    transform: none !important;
    opacity: 0; /* Fade in on load */
  }
}

@media (max-width: 768px) {
  #lp-content {
    margin-top: 60px !important;
    padding-top: 24px;
    padding-left: var(--card-gap) !important;
    padding-right: var(--card-gap) !important;
  }
}

/* ============================================================
   HERO ABOUT NAVARASA BANNER CARD
   ============================================================ */
.lp-navarasa-hero {
  position: relative;
  width: 100%;
  height: 570px; /* Increased by 50% more */
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%), url('../images/section/about_navarasa.png');
  background-size: cover;
  background-position: center;
  border-radius: var(--card-radius);
  border: 1px solid rgba(255, 255, 255, 0.4); /* White border */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--card-gap);
  opacity: 0; /* GSAP slide reveal */
}

@media (max-width: 768px) {
  .lp-navarasa-hero {
    height: 200px;
    margin-top: 16px;
  }
}

.lp-navarasa-hero-inner {
  text-align: center;
  position: relative;
  z-index: 2;
}

.lp-navarasa-hero-title {
  font-family: 'Akira Expanded', sans-serif;
  font-size: clamp(1.8rem, 6.0vw, 3.8rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

/* ============================================================
   INTRO TEXT BLOCK SECTION
   ============================================================ */
.lp-navarasa-intro {
  text-align: center;
  max-width: 1020px; /* Increased width by 10% more on both sides */
  margin: 80px auto;
  padding: 0 24px;
  opacity: 0; /* GSAP reveal */
}

@media (max-width: 768px) {
  .lp-navarasa-intro {
    margin: 48px auto;
    padding: 0 16px;
  }
}

.lp-intro-heading {
  font-family: 'Akira Expanded', sans-serif;
  font-size: clamp(1.8rem, 4.0vw, 3.2rem);
  font-weight: 900;
  color: var(--accent); /* Brand yellow #fff200 */
  margin: 0 0 16px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.lp-intro-sub {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(15px, 2.0vw, 20px);
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 32px 0;
  letter-spacing: normal;
}

.lp-intro-body {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(15px, 1.8vw, 17px);
  color: var(--accent); /* Yellow paragraph color */
  line-height: 1.85;
  text-align: center;
}

.lp-intro-body p {
  margin: 0;
}

/* ============================================================
   NAVARASAS SHOWCASE GRID ROWS
   ============================================================ */
.lp-navarasa-showcase-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-bottom: 96px;
}

@media (max-width: 768px) {
  .lp-navarasa-showcase-list {
    gap: 48px;
    margin-bottom: 64px;
  }
}

.lp-navarasa-showcase-row {
  width: 100%;
  opacity: 0; /* GSAP reveal */
}

.lp-navarasa-row-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  max-width: 1150px; /* Adjusted spacing to match first cards width */
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .lp-navarasa-row-inner {
    grid-template-columns: 0.3fr 0.7fr;
    gap: 56px;
  }
}

/* Left side square image card wrapper */
.lp-navarasa-card-side {
  width: 100%;
}

.lp-navarasa-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.4); /* White border */
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .lp-navarasa-image-wrapper {
    max-width: 200px;
    margin: 0 auto;
  }
}

.lp-navarasa-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.lp-navarasa-image-wrapper:hover .lp-navarasa-img {
  transform: scale(1.04);
}

/* Right side content and text details */
.lp-navarasa-text-side {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.lp-navarasa-title {
  font-family: 'Akira Expanded', sans-serif;
  font-size: clamp(1.2rem, 2.3vw, 1.6rem);
  font-weight: 900;
  color: var(--accent); /* Brand yellow #fff200 */
  line-height: 1.2;
  margin: 0 0 10px 0;
  letter-spacing: 0.08em; /* Added letter spacing and CamelCase rendering */
}

.lp-navarasa-subtitle {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lp-navarasa-body {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(15px, 1.8vw, 16px);
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-navarasa-body p {
  margin: 0;
}

/* ============================================================
   THCC VISION SECTION (LEGENDARY QUOTE STYLE)
   ============================================================ */
.lp-vision-section {
  width: 100%;
  max-width: 1150px;
  background: var(--card-bg);
  border: 1px solid rgba(255, 255, 255, 0.4); /* White border */
  border-radius: var(--card-radius);
  padding: 80px 60px;
  text-align: center;
  margin: 96px auto 48px auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
  opacity: 0; /* GSAP reveal */
}

.lp-vision-heading {
  font-family: 'Akira Expanded', sans-serif;
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 36px 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lp-vision-body {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.85;
  margin: 0 auto 48px auto;
  max-width: 950px;
}

.lp-vision-highlight {
  font-family: 'ThccHandwritten', sans-serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: normal;
  color: var(--accent); /* Brand yellow #fff200 */
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (max-width: 768px) {
  .lp-vision-section {
    padding: 40px 24px;
    margin: 64px auto 32px auto;
  }
  .lp-vision-body {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .lp-vision-highlight {
    font-size: 22px;
    gap: 8px;
  }
}
