
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.3;
}

.container {
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0px 20px;
}

/* Typography */
.section-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #2a2a2a;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 1rem;
  font-weight: 300;
  color: #7a7a7a;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Navigation */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* padding: 0 0; */
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2a2a2a;
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: 100px;
}

.nav-links {
  display: flex;
  list-style: none;

}

.nav-links.open {
  transform: translateY(0);
}

.nav-links li {
  margin-left: 2.5rem;
}

.nav-links a {
  text-decoration: none;
  color: #555;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  position: relative;
}

.nav-links a:hover,
.nav-links a.active {
  color: #2a2a2a;
}

.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
}


.mobile-menu-btn {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #2a2a2a;
}

/* Hero Section */
.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.slide.active {
  opacity: 1;
}

.slide-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  width: 90%;
  max-width: 800px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.5px;
}

.hero-subtitle {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-outline {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: transparent;
}

.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.slide-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 10;
}

.slide-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.slide-control:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.slide-dots {
  display: flex;
  margin: 0 20px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #fff;
}




/* Philosophy Section */
.philosophy {
  padding: 100px 0;
  background-color: #fafafa;
}

.philosophy-content {
  max-width: 800px;
  margin: 0 auto;
}

.philosophy-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #555;
  font-weight: 300;
}


.parallex {
  position: relative;
  height: 100vh;
  /* width: 100%; */
  overflow: hidden;
}

/* Background Image */
.content-bg {
  position: absolute;
  inset: 0;
  background-image: url("24.png");
  /* CHANGE IMAGE */
  background-size: cover;
  background-position: center;
  transform: scale(1.50);
  will-change: transform;
}

/* Dark overlay for readability */
.parallex::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Content */
.text-content {
  position: relative;
  z-index: 2;
  height: 100%;
  /* max-width: 1200px; */
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.parallex h1 {

  font-size: 50px;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 20px;
}

.parallex h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
}

/* Button */
.parallex a {
  width: fit-content;
  padding: 14px 36px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.parallex a:hover {
  background: #ffffff;
  color: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .parallex h1 {
    font-size: 44px;
  }

  .text-content {
    padding: 0 24px;
  }
}





/* Style Showcase */
.style-showcase {
  padding: 100px 0;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.showcase-item {
  position: relative;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
}

.showcase-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}

.showcase-item:hover .showcase-image {
  transform: scale(1.05);
}

.showcase-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s ease;
}

.showcase-item:hover .showcase-overlay {
  opacity: 1;
  transform: translateY(0);
}

.showcase-title {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #fff;
}

.showcase-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}





/* horizontal-slider */

.title-text {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 40px;
}

.image-slider {
  width: 100%;
  padding: 40px 20px;
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 29px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin-left: 90px;
}

.slide-item p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

/* Scrollbar */
.slider-track::-webkit-scrollbar {
  height: 10px;
}

.slider-track::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 10px;

}

.slide-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: left;
}

.slide-item img {
  width: 30vw;
  height: 50vh;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.slide-item img:hover {
  transform: scale(1.05);
}

.img-title {
  margin: 12px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

/* Mobile */
@media (max-width: 768px) {
  .slide-item img {
    width: 60vw;
    height: 50vh;
  }

  .slider-track {
    margin-left: 0%;
  }
}



/* Collections Preview */
/* Collections Preview */
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
}


.collections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  /*gap: 30px;*/
  padding-bottom: 100px;
}

/* Card */
.collection-card {
  position: relative;
  height: 720px;
  /* border-radius: 16px; */
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.collection-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Image */
.collection-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.collection-card:hover .collection-image {
  transform: scale(1.08);
}

/* Overlay */
.collection-info {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

/* Title */
.collection-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding: 10px 18px;
  border-radius: 10px;
}

/* scroll section  */

/* SECTION */
.showcase {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #131313;
}

/* RED BACKGROUND */
.red-bg {
  position: absolute;
  width: 55%;
  height: 55%;
background: #b37e7e94;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
   filter: blur(30px); /* luxury glow */
}

/* GRID IMAGES */
.bg-img {
  position: absolute;
  width: 35%;
  opacity: 0.50;
}

.bg-left-top { top: 5%; left: 5%; }
.bg-right-top { top: 5%; right: 5%; }
.bg-left-bottom { bottom: 5%; left: 5%; }
.bg-right-bottom { bottom: 5%; right: 5%; }

/* CENTER CARD */
.center-card {
  position: relative;
  z-index: 5;
  width: 420px;
  text-align: center;
  color: #fff;
}

.center-card img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.center-card h1 {
  font-size: 56px;
  font-weight: 500;
}

.center-card p {
  font-size: 18px;
  opacity: 0.8;
}




/* Inherits your website variables automatically */
.process-section {
  position: relative;
  padding: 120px 20px;
  /* background: url("11.png") center/cover no-repeat; */
  font-family: var(--primary-font, inherit);
}

.process-overlay {
  position: absolute;
  inset: 0;
  /* background: 	#EAE0C8; */
  z-index: 0;
}

.process-section .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
}

.process-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-color, #000000);
  margin-bottom: 12px;
}

.process-header h2 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 500;
  /* color: #ffffff; */
  margin-bottom: 16px;
}

.process-header p {
  max-width: 720px;
  margin: auto;
  font-size: 16px;
  /* color: rgba(255,255,255,0.8); */
  line-height: 1.8;
}

/* Grid */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Cards */
.process-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  padding: 45px 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  position: relative;
  transition: all 0.4s ease;
}

.process-card:hover {
  transform: translateY(-10px);
  border-color: var(--accent-color, #c8a96a);
}

.process-icon img {
  width: 48px;
  margin-bottom: 25px;
  filter: brightness(0) invert(1);
}

.process-card h3 {
  font-size: 20px;
  font-weight: 500;
  /* color: #fff; */
  margin-bottom: 12px;
}

.process-card p {
  font-size: 15px;
  /* color: rgba(255,255,255,0.75); */
  line-height: 1.7;
}

.process-number {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 52px;
  font-weight: 600;
  color: rgba(5, 5, 5, 0.055);
}

/* Responsive */
@media (max-width: 992px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}




/* HERO */

.why-hero {
  height: 20vh;
  /* background: url('bg4.jpg') center/cover no-repeat; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 50px 0px;
  /* opacity: 0.4; */
}

.why-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  /* margin: 0px 50px; */
  color: #000000;
}

.why-hero p {
  color: #000000;
  max-width: 600px;
  margin: 15px auto 0;
}

/* .why-content h1{
    color: #ff0000;
    
} */



/* INTRO */
.why-intro h2 {
  font-size: 38px;
  font-family: 'Playfair Display', serif;
  margin: 30px 0px;
}

.why-intro p {
  max-width: 700px;
  color: #555;
  margin: 30px 0px;
}

/* FEATURES */
.why-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 50px;
}

.feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.feature p {
  font-size: 15px;
  color: #666;
}

/* PROCESS */
.why-process {
  background: #f7f7f7;
  text-align: center;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0px 50px;
  padding-bottom: 30px;
}

.process-steps span {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}

/* CTA */
.why-cta {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}

.why-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
}

.btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 30px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}

/* RESPONSIVE */
@media (max-width: 900px) {

  .why-features,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .why-hero h1 {
    font-size: 42px;
  }
}





/* ===== SECTION 3 : CONTACT ===== */
.contact {
  padding: 110px 0px;
  display: flex;
  background: #ddebecc2;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact h2 {
  justify-content: center;
  font-size: 52px;
  margin-bottom: 20px;
}

.contact p {
  font-size: 18px;
  color: #555;
  max-width: 520px;
  line-height: 1.8;
}

.contact a {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 36px;
  border: 1px solid #1a1a1a;
  text-decoration: none;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s ease;
}


.contact a:hover {
  background: #1a1a1a;
  color: #fff;
}

/* Footer */
.footer {
  background-color: #2a2a2a;
  color: #fff;
  padding: 80px 150px 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 60px;
}

/* Brand */
.footer-logo {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 0.95rem;
  color: #aaa;
  line-height: 1.7;
  max-width: 320px;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c5c5c5;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #fff;
  border-color: #fff;
  transform: translateY(-4px);
}

/* Links */
.footer-links {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.footer-column h4 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.footer-column ul {
  list-style: none;
}

.footer-column li {
  margin-bottom: 10px;
}

.footer-column a {
  color: #aaa;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-column a:hover {
  color: #fff;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #aaa;
}

.footer-bottom a {
  color: #aaa;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}


/* Responsive Styles */
@media (max-width: 992px) {
  .logo img{
    margin-left: 0px;
  }
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .red-bg {
    width: 55%;
    height: 35%;
  }

  .center-card h1 {
    font-size: 44px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

 .footer{
  padding: 15px 0px;
 }
}

@media (max-width: 768px) {
  .navbar .container{
    max-width: 100%;
    padding: 0 16px;
    height: 64px;

  }
  .navbar{
    width: 100%;
    overflow: hidden;

  }
  .logo img{
    margin-left: 0px;
    /* max-width: 120px; */
  }

  .mobile-menu-btn {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1000;
  }

  .nav-links {
    position: fixed;
    inset: 0;
    background: rgb(255, 255, 255);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transform: translateY(-100%);
    z-index: 1000;
  }

  .nav-links a {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
  }

  .nav-links li {
    margin: 15px 0;
    text-align: center;
    justify-content: center;
  }

  .mobile-menu-btn {
    display: block;
    cursor: pointer;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .collection-card {
    width: 320px;
    height: 300px;
  }

  .collections-preview {
    padding-top: 50px;
  }

  .collections-grid {
    /* grid-template-columns: 1fr; */
    /* height: 116vh; */
    width: 93vw;

  }

  .showcase {
    padding: 60px 16px;
  }

  .red-bg {
    width: 80%;
    height: 35%;
  }

  .center-card {
    width: 100%;
  }

  .center-card img {
    max-width: 240px;
  }

  .center-card h1 {
    font-size: 34px;
  }

  .center-card p {
    font-size: 13px;
  }

  /* contact */

  .contact{
    height: 300px;
    font-size: 8px;
  }
  .contact-container h2{
    font-size: 30px;
  }
  .contact-container p{
    font-size: 13px;
  }
  .contact-container a{
    font-size: 10px;
  }

  .footer{
    padding: 15px 0px;
  }
  .footer-links {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .legal-links {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .slide-controls {
    bottom: 20px;
  }

  .btn {
    padding: 14px 24px;
    font-size: 12px;
  }
}