html, body {width: auto!important; overflow-x: hidden!important} 
.hero-homepage-video {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

.hero-homepage-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the video covers the entire container */
    z-index: -1; /* Ensure the video is behind other content */
}

.video-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Ensure the title is visible on the video */
    font-size: 2rem;
    z-index: 1; /* Ensure the title is above the video */
    text-align: center;
}

/* Scroll Down Message */
.scroll-down-message {
    position: absolute; /* Positioning relative to the container */
    bottom: 20px; /* Place above the bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Center the text */
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    z-index: 100;
    padding: 10px 20px;
    border-radius: 5px;
}

.content-after {
    padding-top: 180px;
    width: 1820px;
    margin: auto;
    font-size: 1.3rem;
}

.custom-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.homepage-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.homepage-hero-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4rem 0;
    color: #4b5563;
    text-align: left;
}

.homepage-hero-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.homepage-hero-text,
.homepage-hero-image-col,
.homepage-collections-text,
.homepage-branding-text {
    width: 100%;
}

.homepage-hero-heading {
    font-size: 2.75rem;
    line-height: 1.05;
    margin-bottom: 1rem;
    color: #111111;
}

.hero-heading-break {
    display: none;
}

.homepage-hero-copy,
.homepage-collections-copy {
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #111111;
}

.homepage-hero-button-wrap,
.homepage-collections-cta-wrap {
    text-align: left;
    margin-top: 1rem;
}

.homepage-hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.homepage-collections-intro {
    padding: 6rem 0;
    margin: 0 auto;
    max-width: 1100px;
}

.homepage-collections-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.homepage-collections-heading {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.homepage-branding-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 0;
}

.homepage-branding-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .homepage-hero-text,
    .homepage-collections-text {
        width: 45%;
    }

    .homepage-hero-image-col {
        width: 50%;
    }

    .hero-heading-break {
        display: block;
    }
}

.slide {
    position: relative; /* Make sure the title is positioned relative to the slide */
}

.slide-title {
      font-size: 1em; /* Adjust font size for the collection name */
    font-weight: bold; /* Make the collection name bold */
    margin: 0; /* Remove default margin */
}


.space {
    margin-bottom: 5rem;
    margin-top: 1rem;
}

#bg-filled {
    background-color: #d9d9d9 ;
}


/* ── Collections Section ─────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@300;400;500&display=swap');

.collections-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 1rem 6rem;
  font-family: 'DM Sans', sans-serif;
}

/* ── Header ──────────────────────────────────────────── */
.collections-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.collections-eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #72383d;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.collections-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
  color: #111;
  margin: 0;
}

.collections-heading em {
  font-style: italic;
  color: #72383d;
}

.collections-copy {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  font-weight: 300;
  margin-bottom: 1.75rem;
}

.collections-count {
  font-size: 13px;
  color: #888;
  margin-bottom: 1.5rem;
}

/* ── Masonry Grid ────────────────────────────────────── */
.collections-masonry-grid {
  columns: 3;
  column-gap: 16px;
  margin-bottom: 3rem;
}

.collections-card {
  break-inside: avoid;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: #f0ebe4;
}

/* Stagger vertical offsets for a natural masonry feel */
.collections-card:nth-child(3n+1) { margin-top: 32px; }
.collections-card:nth-child(3n+2) { margin-top: 0;    }
.collections-card:nth-child(3n)   { margin-top: 48px; }

/* Reveal animation */
.collections-card {
  opacity: 0;
  transform: translateY(20px);
  animation: cardReveal 0.5s ease forwards;
}

.collections-card:nth-child(1)  { animation-delay: 0.05s; }
.collections-card:nth-child(2)  { animation-delay: 0.10s; }
.collections-card:nth-child(3)  { animation-delay: 0.15s; }
.collections-card:nth-child(4)  { animation-delay: 0.20s; }
.collections-card:nth-child(5)  { animation-delay: 0.25s; }
.collections-card:nth-child(6)  { animation-delay: 0.30s; }
.collections-card:nth-child(7)  { animation-delay: 0.35s; }
.collections-card:nth-child(8)  { animation-delay: 0.40s; }
.collections-card:nth-child(9)  { animation-delay: 0.45s; }
.collections-card:nth-child(10) { animation-delay: 0.50s; }
.collections-card:nth-child(11) { animation-delay: 0.55s; }
.collections-card:nth-child(12) { animation-delay: 0.60s; }
.collections-card:nth-child(13) { animation-delay: 0.65s; }
.collections-card:nth-child(14) { animation-delay: 0.70s; }
.collections-card:nth-child(15) { animation-delay: 0.75s; }

@keyframes cardReveal {
  to { opacity: 1; transform: translateY(0); }
}

/* ── Card Thumbnail ─────────────────────────────────── */
.collections-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.collections-card-thumb {
  position: relative;
  overflow: hidden;
}

.collections-card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Overlay */
.collections-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(50,20,22,0.65) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
}

.collections-card:hover .collections-card-overlay {
  opacity: 1;
}

.collections-card-overlay-label {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(239,233,225,0.9);
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}

/* ── Card Meta ──────────────────────────────────────── */
.collections-card-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 0 6px;
}

.collections-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  line-height: 1.3;
  margin: 0;
}

.collections-card-arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #72383d;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: all 0.25s ease;
}

.collections-card:hover .collections-card-arrow {
  opacity: 1;
  transform: translate(0, 0);
}

/* ── Footer ─────────────────────────────────────────── */
.collections-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 2rem;
}

.collections-footer-text {
  font-size: 13px;
  color: #888;
}

/* ── Buttons ─────────────────────────────────────────── */
.button-outline,
.button-classic {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  border-radius: 0;
}

.button-outline {
  border: 1px solid #72383d;
  color: #72383d;
  background: transparent;
}
.button-outline:hover { background: #72383d; color: #efe9e1; }

.button-classic {
  background: #72383d;
  color: #efe9e1;
  border: 1px solid #72383d;
}
.button-classic:hover { background: #5a2c30; border-color: #5a2c30; }

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 900px) {
  .collections-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .collections-masonry-grid { columns: 2; }
  .collections-card:nth-child(3n+1),
  .collections-card:nth-child(3n+2),
  .collections-card:nth-child(3n) { margin-top: 0; }
  .collections-footer { flex-direction: column; gap: 1.25rem; text-align: center; }
}

@media (max-width: 560px) {
  .collections-masonry-grid { columns: 1; }
}


.button-classic {
    color: #efe9e1; /* Text color */
    border: 1px solid #72383d; /* Border (stroke) color */
    background-color:#72383d; /* Transparent background */
    padding: 15px 30px; /* Padding to make the button look nicer */
    font-size: 18px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    border-radius: 0; /* Rounded corners (optional) */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}


.button-classic:hover {
    background-color: #322D29; /* Black background on hover */
    color: #efe9e1; /* White text color on hover */
}


/* Media Queries for responsiveness */
@media (max-width: 1024px) {
    /* Adjust for tablet */
    .collections-item {
        width: calc(50% - 20px); /* Two items per row on tablets */
    }
}

@media (max-width: 768px) {
    /* Adjust for mobile */
    .collections-item {
        /* width: calc(33.333% - 20px); */
        width: calc(100% - 10px); /* Ensure there's only a small gap */
        margin-bottom: 10px;
    }

    .collections-items-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .collections-title {
        font-size: 1.1em;
    }
    .image-title {
        font-size: 1.5em;
        top: 10px;
        left: 10px;
    }
    .taxonomy-list {
        font-size: 0.9em;
        top: 50px;
    }
    .description-container {
        padding: 22px;
    }
    .image-title {
        top: 146px;
    }
    .taxonomy-list {
        top: 175px;
    }
}

@media (max-width: 480px) {
    .collections-title {
        font-size: 1em;
    }

    .collections-items-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
        max-width: 100%;
    }
    .custom-container {
        max-width: 100%;
        margin: 0;
    }

    /* Ensure items are full width on very small screens */
    .collections-item {
        width: calc(100% - 20px); /* Full width with margin adjustment */
        margin-bottom: 5px; /* Adjust the gap to be smaller */
    }

    .collections-thumbnail img {
        width: 100%;
    }

    .related-brands-heading {
        font-size: 2rem;
        text-align: left;
        margin: 1rem;
    }
    .related-brands-des {
        margin: 1rem;
        text-align: left;
    }

}

/* Base styles for related posts section */
.related-brands-heading {
    font-size: 2rem;
    margin: 5rem 0 0rem 45px;
}

.related-brands-des {
    font-size: 1rem;
    margin-left: 45px;
}