.start-btn {
    color: black !important;
}

.hero-main-container {
    --font-heading: "helvetica-neue-lt-pro", sans-serif;
    --font-display: "neue-haas-grotesk-display", sans-serif;
    --font-serif: "adobe-kis", serif;
    
    position: relative;
    height: 85vh;
    width: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.6);
}

/* 1. Stats - Spacing & Text Border */
.hero-stats-overlay {
    position: absolute;
    top: 8%;
    right: 3%;
    display: flex;
    gap: 30px;
    text-align: right;
    z-index: 10;
}

.stat-block-v3 {
    color: #fff;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.05;
    -webkit-text-stroke: 1px #000000; /* Previous version stroke style */
    letter-spacing: -0.30px;
    text-align: left;
}

.stat-block-v3 span {
    color: #fff;
    font-size:  18px;
    font-weight: 600;
    display: block;
    letter-spacing: -0.30px;
    -webkit-text-stroke: 1px #000000; /* Previous version stroke style */
}

/* 2. Left Panel */
.hero-left-panel-v3 {
    position: absolute;
    left: 10%;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
}

.request-tag-v3 {
    background: #fff;
    color: #000;
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 18px;
    padding: 0 0.1em;
    display: inline-block;
    margin-bottom: 8px;
    letter-spacing: -0.95px;
    line-height: 1.3;
}

.services-list-v3 {
    list-style: none;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    padding: 0;
    letter-spacing: -0.50px;
    display: flex;
    flex-direction: column;
    position: relative;
    left: 8px;
}

/* 3. Center Branding */
.branding-inline-group {
    display: flex;
    align-items: center;
    gap: 25px;
    z-index: 10;
}

.hero-logo-v3 {
    width: 200px;
    filter: invert(1);
    position: relative;
    left: 100px;
}
.hero-start-box {
    top: -80px;
    position: relative;
}

.hero-premium-text {
    font-family: var(--font-display);
    font-style: italic;
    color: #fff;
    font-size: 20px;
    margin-top: -10px;
    margin-left: 7.5em;
    z-index: 9999;
    position: relative;
    line-height: 1;
}

.hero-toggle-v3 {
    font-family: var(--font-display);
    font-size: 20px;
    color: #fff;
    margin-top: -15px;
    font-style: italic;
    letter-spacing: -0.2px;
    z-index: 9999;
    position: relative;
    right: 10px;
}

.nav-active-pill {
    background: #000;
    padding: 0 0.1em;
    font-weight: 500;
    line-height: 1.3;
}

/* 4. Bottom Row Alignment */
.hero-exact-footer-bar {
    position: absolute;
    bottom: 40px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 10;
}

.footer-icons-left img {
    height: 50px;
    width: auto;
    margin-right: 15px;
}

.footer-actions-right {
    display: flex;
    align-items: flex-end;
    gap: 60px;
}

.hero-start-btn-v3 {
    background: #fff;
    color: #000;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 35px;
    padding: 0px 5px;
    border: none;
    line-height: 1;
    cursor: pointer;
    letter-spacing: -0.50px;
}

.hero-enter-text {
    display: inline-flex;
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    font-family: var(--font-display);
    letter-spacing: 0.5px;
    bottom: 5px;
    position: relative;
}

.hero-contact-box-v3 {
    color: #fff;
    font-family: var(--font-display);
    font-size: 15px;
    line-height: 1.2;
    text-align: right;
    font-weight: 600;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
    .hide-mobile { display: none !important; }

    .branding-inline-group {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .hero-logo-v3 { width: 180px; position: relative; left: 0px; }
    .hero-premium-text { margin-left: 50px; margin-top: 0.5px; text-align: center; font-size: 16px; }
    .hero-toggle-v3 { margin-top: -5px; font-size: 22px; }

    .hero-exact-footer-bar {
        width: 100%;
        padding: 0 20px;
        justify-content: flex-start;
        bottom: 30px;
    }

    .footer-actions-right {
        width: 100%;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .hero-start-btn-v3 { font-size: 32px; padding: 15px 15px:}
    
    .hero-start-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 5px;
    }
    /* 1. Stats - Spacing & Text Border */
.hero-stats-overlay {
    position: absolute;
    top: 8%;
    right: 5%;
    display: flex;
    gap: 10px;
    text-align: right;
    z-index: 10;
}

.stat-block-v3 {
    color: #fff;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.05;
    -webkit-text-stroke: 1px #000000; /* Previous version stroke style */
    letter-spacing: -0.30px;
    text-align: left;
}

.stat-block-v3 span {
    color: #fff;
    font-size:  13px;
    font-weight: 600;
    display: block;
    letter-spacing: -0.30px;
    -webkit-text-stroke: 1px #000000; /* Previous version stroke style */
}
    .hero-start-box {
    top: 0;
    position: relative;
}
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
    fill: #098135;; /* Keeps it strictly monochrome */
}
.whatsapp-img-wrapper {
    width: 70px; 
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




/* --- INFO STRIP REFINED ALIGNMENT --- */
.info-strip {
    width: 100%;
    background: #ffffff;
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}

.info-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* 1. TOP ROW: Copyright/HQ pinned far right */
.info-top-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: -10px; /* Overlap for tight vertical spacing */
}

.info-meta-text {
    text-align: right;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    color: #000;
}

/* 2. MIDDLE ROW: Main Statement (Helvetica Neue LT Pro 700/900) */
.info-main-content {
    width: 52%;
    max-width: 52%; /* Forces the specific line breaks from your image */
    margin: 5px 0 5px 0;
}

.info-strip p.info-statement {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 26px; /* Increased for peak desktop fidelity */
    line-height: 1; 
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #000;
    margin: 0;
}

.info-strip p.info-statement strong {
    font-weight: 900;
}

/* 3. BOTTOM ROW: Icons pinned far right */
.info-bottom-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.info-accreditation-icons {
    display: flex;
    align-items: center;
    gap: 25px;
}

.info-accreditation-icons img {
    height: 44px; /* Peak desktop visibility */
    width: auto;
    object-fit: contain;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
    .info-main-content {
    width: 100%;
    }
    .info-strip {
        padding: 10px 10px;
    }

    /* Hide Top Row as requested */
    .info-top-row {
        display: none !important;
    }

    .info-main-content {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .info-strip p.info-statement {
        font-size: 14px;
        line-height: 1.15;
        letter-spacing: -0.4px;
    }

    /* Align icons to the right on mobile */
    .info-bottom-row {
        justify-content: flex-end;
        margin-top: 10px;
    }

    .info-accreditation-icons {
        gap: 12px;
    }

    .info-accreditation-icons img {
        height: 32px;
    }

}





/* --- PROJECT SECTION --- */
.two-image-projects {
  padding: 0;
  background: #000;
}

.projects-wrapper {
  display: flex;
  gap: 10px;
  background-color: #ffffff;
  padding-bottom: 10px;
}

.project-card {
  position: relative;
  width: 50%;
  height: 95vh;
  overflow: hidden;
  background: #000;
  perspective: 1000px;
  /* Isolate this card's repaint — stops it polluting scroll compositing */
  contain: layout paint;
}

/* Deep Blur & Tilt Effect on Image */
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.8s cubic-bezier(0.25, 1, 0.5, 1),
              transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  /* will-change only promoted on hover — prevents GPU-layer cost during scroll */
  will-change: auto;
}

.project-card:hover .card-img {
  will-change: filter, transform;
  filter: blur(8px);
  transform: scale(1.1) rotate(1deg) !important;
}

.project-overlay {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
  /* Ensures text stays interactive above the tilted image */
  pointer-events: none; 
}

.project-overlay > * {
  pointer-events: auto;
}

.project-tag-box {
  background: #000;
  color: #fff;
  padding: 4px 10px;
  font-family: "adobe-kis", serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}

.project-title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.project-title-box span {
  background: #fff;
  color: #000;
  padding: 5px 8px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(20px, 2.8vw, 32px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.8px;
  width: fit-content;
}

/* Center Red Button with high-fidelity scaling */
.view-service-btn {
      position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FF3D00;
    color: #000;
    text-decoration: none;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 35px;
    font-weight: 900;
    padding: 1px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: -0.80px;
    line-height: 1.2;
}

.view-service-btn:hover {
  background: #eee !important;
  color: rgb(8, 8, 8) !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
}

.overlay-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8em;
}

.services-label {
  color: #ffffff;
  font-family: "adobe-kis", serif;
  font-size: 15px;
}

.services-horizontal-list  {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.services-horizontal-list [data-animation="finger"] {
  background: #fff;
  color: #000;
  padding: 1px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: lowercase;
  display: inline-block;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.services-horizontal-list a:hover span {
  background: #ddd;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .projects-wrapper { flex-direction: column; gap: 5px; }
  .project-card { width: 100%; height: 75vh; }
  .project-title-box span { font-size: 20px; padding: 5px 10px; }
  .view-service-btn { font-size: 28px; }
  .overlay-bottom { margin-bottom: 20px; }
  .project-card:hover .card-img { filter: blur(8px); }
  .services-horizontal-list span { font-size: 13px; }
  .project-tag-box { font-size: 12px;}
  .view-service-btn { font-size: 26px; }
  .project-overlay { padding: 20px;}
}



   .seamx-showcase__header-section {
    background: #fff;
    padding: 80px 5px; /* Generous vertical spacing like the image */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

/* Title Styling */
.seamx-header-title-wrap {
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.seamx-showcase__title {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 42px; /* Precise desktop size */
    font-weight: 900;
    color: #000;
    margin: 0;
    letter-spacing: -1.5px;
    line-height: 1;
}

.seamx-showcase__subtitle {
    font-family: "adobe-kis", serif; /* Or your preferred elegant serif */
    font-style: italic;
    font-size: 42px;
    font-weight: 400;
    color: #000;
    letter-spacing: -1.5px;
    line-height: 1;
}

/* Write-ups Styling */
.seamx-header-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between the two paragraphs */
    width: 100%;
}

.seamx-showcase__text {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 17px; /* Slightly larger for peak readability */
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    margin: 0;
    letter-spacing: -0.2px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .seamx-header-title-wrap {
    margin-bottom: 20px;
    }
    .seamx-showcase__header-section {
        padding: 50px 20px;
    }
    
    .seamx-showcase__title, 
    .seamx-showcase__subtitle {
        font-size: 26px;
    }
    
    .seamx-showcase__text {
        font-size: 15px;
    }
}




    :root {
        --seamx-primary-bg: #000034; 
        --seamx-text-color-light: #ffffff; 
        --seamx-text-color-dark: #ffffff; 
        --seamx-font-family: "neue-haas-grotesk-text";
    }

    .about-seamx-section {
        position: relative;
        overflow: hidden; 
        background-color: var(--seamx-primary-bg);
        color: var(--seamx-text-color-dark); 
        padding: 200px; 
        font-family: var(--seamx-font-family);
        -webkit-font-smoothing: antialiased;
    }

    /* Large faded 'X' background element */
    .about-seamx-background-x {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; 
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none; 
        z-index: 0; 
    }
    .about-seamx-background-x-text {
    font-size: clamp(43rem, 80vw, 58rem);
    font-weight: 800;
    color: #0953ff;
    opacity: 0.085;
    user-select: none;
    line-height: 0.8;
    transform: rotate(1deg);
    position: relative;
    top: 35px;
    font-family: "adobe-kis", serif;
    font-style: italic;
    letter-spacing: -20px;
    left: -250px;
}

    /* Main content layout container */
    .about-seamx-container {
        position: relative;
        z-index: 10; 
        max-width: 1340px; 
        margin: 0 auto; 
        display: grid;
        grid-template-columns: 42% 54%; 
        gap: 4%; 
        align-items: start; 
    }

    /* Left Column Styling */
 .about-seamx-heading-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    top: -60px;
    position: relative;
    }

   .about-seamx-intro-text {
    font-size: 17px;
    font-style: italic;
    color: var(--seamx-text-color-light);
    font-weight: 400;
    font-family: "adobe-kis", serif;
    letter-spacing: -0.30px;
}
  .about-seamx-title {
    font-size: 34px;
    font-weight: 800;
    color: var(--seamx-text-color-dark);
    letter-spacing: -1.5px;
    line-height: 1.1;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    margin: 0;
    }

    /* Right Column Styling */
    .about-seamx-description-content {
        display: flex;
        flex-direction: column;
        gap: 10px; 
    }

    .about-seamx-paragraph {
    font-size: 15px;
    color: var(--seamx-text-color-light);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.30px;
    margin: 2px 0;
    }

    /* Icons Section Layout */
    .about-seamx-icons-grid {
        padding-top: 10px; 
        display: grid;
        grid-template-columns: repeat(4, 1fr); 
        gap: 15px; 
        text-align: center; 
    }

    .about-seamx-icon-item {
        display: flex;
        flex-direction: column;
        align-items: center; 
        gap: 12px; 
    }

    .about-seamx-icon-wrapper {
        width: 65px; 
        border-radius: 50%; 
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px; 
    }

    .about-seamx-icon-img {
        width: 100%; 
        height: 100%; 
        object-fit: contain; 
        filter: invert(100%) saturate(0%) brightness(1000%); 
    }

    .about-seamx-icon-text {
       font-size: 15px;
    color: var(--seamx-text-color-light);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.30px;
    margin: 0;
    }

    /* Responsive Breakdown rules */
    @media (max-width: 900px) {
      .about-seamx-background-x-text {
        top: 80px;
        left: 0;
       }
       .about-seamx-heading-content {
         top: 0;
         }
        .about-seamx-section {
            padding: 60px 24px;
        }
        .about-seamx-container {
            grid-template-columns: 1fr; 
            gap: 40px; 
        }
        .about-seamx-title {
            font-size: 32px;
        }
        .about-seamx-icons-grid {
            grid-template-columns: repeat(4, 1fr);
            gap: 25px 15px;
        }
    }

    @media (max-width: 480px) {
       .about-seamx-background-x-text {
        top: 100px;
        left: 0;
       }

    .about-seamx-heading-content {
         top: 0;
         }
        .about-seamx-section {
            padding: 45px 16px;
        }
        .about-seamx-container {
            gap: 25px;
        }
        .about-seamx-heading-content {
            gap: 12px;
        }
        .about-seamx-title {
            font-size: 26px;
        }
        .about-seamx-description-content {
            gap: 20px;
        }
        .about-seamx-icons-grid {
            grid-template-columns: repeat(4, 1fr);
            gap: 20px 10px;
            padding-top: 20px;
        }
        .about-seamx-icon-wrapper {
            width: 50px;
            padding: 6px;
        }
        .about-seamx-icon-text {
            font-size: 13px;
        }
    }






  /** Component-Specific CSS
   * All styles are prefixed with `.ready-sample-section-wrapper` or `.apparel-section-wrapper`
   * to ensure high specificity and prevent style clashes.
   */

  /* Root Variables for consistent theming */
  /* ─── TOKENS ─── */
  :root {
    --font:        'neue-haas-grotesk-display', sans-serif;
    --font-head:   'Barlow', 'Inter', sans-serif;
    --gray:        #B0B0B0;
    --blue:        #0e0c8a;
    --border:      #c8c8c8;
    --radius:      3px;

    /* Unified font scale */
    --fs-h1:      2.75rem;
    --fs-section: 1.05rem;   /* services heading, desc */
    --fs-body:    1.1rem;   /* radio labels, input placeholder, upload label */
    --fs-small:   18px;   /* subheading, info text, hint, dl links */
    --fs-btn:     1rem;   

    /* Unified spacing */
    --sp-xs:  0.5rem;
    --sp-sm:  0.75rem;
    --sp-md:  1.25rem;
    --sp-lg:  1.75rem;
    --sp-xl:  2.5rem;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: var(--font);
    -webkit-font-smoothing: antialiased;
    color: #000;
  }


  /* ══════════════════════════════════
     MOBILE ≤ 768px
  ══════════════════════════════════ */
  @media (max-width: 768px) {
    .apparel-card-overlay-text {
    font-size: 0.90rem !important;
     }
    :root {
      /* Reduce every font token by 2px on mobile */
      --fs-h1:      calc(2.75rem - 2px);
      --fs-section: calc(1.05rem - 2px);
      --fs-body:    calc(1rem - 2px);   
      --fs-small:   calc(0.875rem - 2px);
      --fs-btn:     calc(1rem - 2px);   
    }
  }


  /*
   * Super Easy Apparel Manufacturing Section Styles
   */
  .apparel-section-wrapper {
      background-color: var(--color-white-text);
      color: var(--color-black);
      padding: 4rem 1rem;
      width: 100%;
      max-width: fit-content; /* Consistent max width with the first section */
      margin-top: 0.2rem; /* Space between the two main sections */
  }

  /* Responsive padding adjustments */
  @media (min-width: 640px) {
      .apparel-section-wrapper {
          padding: 6rem 1.5rem;
      }
  }

  @media (min-width: 1024px) {
      .apparel-section-wrapper {
          padding: 8rem 2rem;
      }
      .apparel-section-wrapper {
    padding: 0;
    padding-bottom: 8em;
}
.apparel-card-title, .apparel-card-description {
    width: 90%;
    margin-left: 15px;
}
  }

  .apparel-container {
      max-width: 100%; /* Consistent content width */
      margin-left: auto;
      margin-right: auto;
  }

  .apparel-heading {
    font-size: clamp(1.65rem, 5vw, 2.65rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    font-family: 'helvetica-neue-lt-pro';
    letter-spacing: -1.45px;
    padding: 0 1.5em;
    color: #000;
}


  /* Grid for the apparel cards */
  .apparel-card-grid {
      display: grid;
      grid-template-columns: 1fr; /* Single column on small screens */
      gap: 2rem;
  }

  @media (min-width: 768px) { /* Medium screens (md) */
      .apparel-card-grid {
          grid-template-columns: repeat(2, 1fr); /* Two columns */
          gap: 0;
      }
  }

  @media (min-width: 1024px) { /* Large screens (lg) */
      .apparel-card-grid {
          grid-template-columns: repeat(3, 1fr); /* Three columns */
      }
  }

  .apparel-card {
      display: flex;
      flex-direction: column;
  }

  .apparel-card-image-wrapper {
      position: relative;
      width: 100%;
      padding-top: 66.66%; /* Aspect ratio 3:2 (height is 2/3 of width) */
      overflow: hidden;
      margin-bottom: 1.5rem;
  }

  .apparel-card-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  /* Overlay for category text on the image */
.apparel-card-overlay {
    position: absolute;
    bottom: 1em;
    left: 1em;
    width: auto;
    background-color: var(--color-accent-blue);
    padding: 0.1rem 0.1rem;
}

  .apparel-card-overlay-text {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    background: #000034;
    font-family: 'helvetica-neue-lt-pro';
}

  /* Custom text overlay for the first card's image */
  .apparel-card-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    border-radius: 5px;
    white-space: nowrap; /* Keep text on one line */
  }

 .apparel-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'neue-haas-grotesk-display';
    letter-spacing: -0.30px;
}

  .apparel-card-description {
    font-size: 15px;
    line-height: 1.35;
    color: #000;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 400;
    letter-spacing: -0.30px;
    font-weight: 400;
}





 /* Newsletter Section Container */
.newsletter-section {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    padding: 2rem 0.25rem;
    box-sizing: border-box;
    font-family: 'neue-haas-grotesk-display';
    padding-bottom: 0;
}


  .newsletter-section-h1 {
    font-family: "adobe-kis";
    font-size: clamp(1.95rem, 5vw, 2.75rem);
    font-weight: 600; /* Adobe Kis serif uses standard regular weight for this style */
    font-style: italic;
    color: #000;
    letter-spacing: -1.5px;
    margin: 1em 1.5rem;
    display: inline-flex;
    align-items: baseline;
    position: relative;
    text-decoration: none;
  }

  /* Precise border configuration to match the line weight and offset in the image */
  .newsletter-section-h1::after {
    content: '';
    position: absolute;
    left: 0.055em;
    right: 0.2em;
    bottom: -1px;
    height: 1.5px;
    background-color: #000;
  }

  /* Arrow icon style matching the baseline height scale */
  .newsletter-section-h1 .arrow-icon {
    font-family: sans-serif; /* Fallback font to cleanly render the geometric arrow symbol */
    font-size: 0.65em;
    font-weight: bold;
    font-style: normal;
    margin-left: 2px;
    position: relative;
    top: -2px;
  }

  /* Responsive Grid System */
  .newsletter-section-grid {
    display: grid;
    grid-template-columns: 1fr; /* Mobile first: 1 column */
    gap: .25rem;
  }

  /* Tablet: 2 columns */
  @media (min-width: 640px) {
    .newsletter-section-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Desktop: 3 columns */
  @media (min-width: 1024px) {
    .newsletter-section-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  /* Grid Item Styling */
  .newsletter-section-grid-item {
    height: 25rem; /* Increased height for better visual impact */
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0.6rem;
    background-color: #f0f0f0; /* Fallback bg */
    transition: transform 0.3s ease;
  }

  .newsletter-section-grid-item:hover {
    transform: translateY(-2px);
  }

  /* Image Fill Logic */
  .newsletter-section-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the image fills the container perfectly */
    display: block;
  }

  /* Tag Overlay */
 .newsletter-section-grid-item-tag {
    background: #fff;
    color: #000;
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    padding: 0 1.2px;
    font-weight: 600;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    font-family: 'helvetica-neue-lt-pro';
    letter-spacing: -1px;
    line-height: 1;
}
  @media (max-width: 40em) {
   .newsletter-section-grid-item-tag {
    font-size: 24px;
    left: 5px;
   }
   .newsletter-section-h1 {
    margin: 1em 1rem;
   }
    .apparel-heading {
    padding: 0;
  }
}


      @import url("https://use.typekit.net/epa7piz.css");
    
    .email-subscribe-container *, 
    .email-subscribe-container *::before, 
    .email-subscribe-container *::after {
        box-sizing: border-box;
    }

    .email-subscribe-container {
        padding: 1.5em 5em;
        font-family: "neue-haas-grotesk-text", sans-serif;
    }

    /* Container Layout Component */
    .email-subscribe-inline-row {
        display: flex;
        align-items: flex-end;
        gap: 18px;
        width: 100%;
        max-width: 820px;
    }

    .input-group {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    /* Label Typography */
    .label-magenta { 
        color: #ff00ff;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 3px;
        letter-spacing: -0.30px;
    }

    /* Input Field Styling */
    .form-input {
        width: 100%;
        border: 2px solid #000;
        height: 32px;
        padding: 0 12px;
        font-size: 16px;
        font-family: "neue-haas-grotesk-text", sans-serif;
        font-weight: 700;
        border-radius: 0;
        outline: none;
        color: #000000;
    }

    /* Subscribe Button Component */
    .btn-subscribe {
        background: #ff00ff;
        color: #ffffff;
        border: 2px solid #202020;
        height: 32px;
        padding: 0 6px; /* Desktop side padding */
        font-size: 22px;
        font-family: "neue-haas-grotesk-text", sans-serif;
        font-weight: 500;
        cursor: pointer;
        letter-spacing: -0.50px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border-radius: 0;
        transition: opacity 0.2s;
    }

    .btn-subscribe:hover {
        opacity: 0.9;
    }

    /* Mobile Responsive Styles - Keeps inline layout & shrinks padding */
    @media (max-width: 600px) {
        .email-subscribe-container {
          padding: 15px 18px;
        }
        .email-subscribe-inline-row {
            gap: 6px; /* Tightens space between field and button */
        }

        .btn-subscribe {
            padding: 0 3px; /* Tight side padding to prevent overflow */
            font-size: 20px; /* Slightly smaller text if screen gets extremely narrow */
        }
    }






    /* ══════════════════════════════
       FOOTER
    ══════════════════════════════ */
    .sx-footer {
    background-color: #000034;
    color: #fff;
    font-family: 'neue-haas-grotesk-display';
    padding: 58px 50px 120px;
    line-height: 1.25;
    }

    .sx-footer-container {
      min-width: 1350px;
      margin: 0 auto;
    }

    /* ══════════════════════════════
       TOP ROW — about | logo
    ══════════════════════════════ */
    .sx-footer-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 60px;
      margin-bottom: 5em;
    }

    /* ── About text ── */
    .sx-footer-about {
      flex: 0.85;
    }

    .sx-footer-about p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: 'neue-haas-grotesk-display';
    letter-spacing: -0.25px;
    }
    .sx-footer-about p:last-child { margin-bottom: 0; }

    /* ── Logo block ── */
    .sx-footer-brand {
      flex-shrink: 0;
      width: 200px;
      text-align: right;
      position: relative;
      top: 28em;
    }

    /* Crop the PNG's internal whitespace so
       "Premium Apparel" sits flush below the script */
    .sx-footer-logo-crop {

      /* pull in the transparent padding of the PNG */
      margin-bottom: -12px;
      line-height: 0;
    }

    .sx-footer-logo {
      display: block;
      width: 240px;
      height: auto;
      /* invert dark logo → white */
      filter: invert(1);
      margin-top: -8px;
  
    }

    .sx-footer-brand-sub {
      font-size: 14px;
      font-family: 'neue-haas-grotesk-display';
      letter-spacing: -0.15px;
      color: #fff;
      line-height: 1;
      text-align: right;
      margin-top: 0.99em;
    }
    .sx-footer-brand-sub em { font-style: italic; }

    /* ══════════════════════════════
       BOTTOM ROW — 3 columns
    ══════════════════════════════ */
    .sx-footer-bottom {
      display: grid;
      grid-template-columns: 1fr 1fr 0.5fr;
      gap: 32px;
      align-items: start;
    }

    /* ── Heading ── */
    .sx-col-heading {
      display: block;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 1px;
      line-height: 1.2;
      font-family: 'neue-haas-grotesk-display';
      letter-spacing: -0.30px;
    }

    /* ── Lists ── */
    .sx-list {
      list-style: none;
      letter-spacing: -0.30px;
    }

    .sx-list li {
      font-size: 16px;
      color: #fff;
      margin-bottom: 1px;
      line-height: 1.2;
      font-family: 'neue-haas-grotesk-display';
      letter-spacing: -0.30px;
    }

    .sx-list a {
      color: #fff;
      transition: opacity 0.15s;
    }

    /* col 1 links — underlined */
    .sx-col1 .sx-list a {
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    /* col 2 + col 3 — no underline */
    .sx-col2 .sx-list a,
    .sx-col3 .sx-list a {
      text-decoration: none;
    }

    .sx-list a:hover { opacity: 0.8; }
    /* group gap inside col 1 */
    .sx-gap { margin-top: 20px !important; }

    /* italic note at bottom of col 1 */
    .sx-note {
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    margin-top: 16px;
    font-family: 'neue-haas-grotesk-display';
    letter-spacing: -0.30px;
    font-weight: 600;
    }

    /* ── Col 3 ── */
    .sx-meta {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    margin-top: 20px;
    letter-spacing: -0.30px;
    }

    .sx-meta-gap {
      display: block;
      margin-top: 12px;
    }

    /* ── Start button ── */
    .sx-btn-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
    justify-content: flex-end;
    }

    .sx-btn-start {
      background: #fff;
      color: #000237;
      border: none;
      padding: 1px;
      font-family: 'helvetica-neue-lt-pro', sans-serif;
      font-weight: 700;
      font-size: 28px;
      cursor: pointer;
    }
    .sx-btn-start:hover {
      transform: scale(1.1)  !important; 
    }


    .sx-btn-hint {
      font-size: 15px;
      color: #efefef;
      font-family: 'neue-haas-grotesk-display';
    }

    .sx-col3 {
    top: -63%;
    position: relative;
    text-align: right;
    }
    /* ══════════════════════════════
       RESPONSIVE — TABLET ≤900px
    ══════════════════════════════ */
    @media (max-width: 900px) {
      .sx-btn-start{
        justify-content: flex-end;
        position: relative;
        left: 20px;
      }
    .sx-btn-hint{
      display: none;
    }
      .sx-meta {
    margin-top: 1px;
      }
    .sx-btn-row {
    justify-content: flex-end;
    flex-direction: column;
    }
      .sx-col3 ul {
        display: none;
      }
     .sx-col-heading {
       margin-bottom: 15px;
      }
     .sx-col3 {
      display:flex;
      text-align: left;
    }
      .sx-gap {
    margin-top: 15px !important;
    }
     .sx-footer-about {
        display: none !important;
        }

     .sx-footer-about {
        display: none;
        }
        .sx-col3 {
        top: 0%;
       }
      .sx-footer { padding: 40px 28px 48px; }

      .sx-footer-top {
        flex-direction: column; 
        gap: 28px;
        margin-bottom: 48px;
      }

      .sx-footer-brand {
        width: auto;
        text-align: left;
        top: 0;
      }

      .sx-footer-logo { width: 180px; }
      .sx-footer-brand-sub { text-align: left; }

      .sx-footer-bottom {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
      }
    .sx-footer { padding: 32px 18px 44px; }

      .sx-footer-top { margin-bottom: 36px; gap: 22px; }

      .sx-footer-logo { width: 150px; }

      .sx-footer-bottom {
        grid-template-columns: 1fr;
        gap: 30px;
      }
              .sx-col3 {
        top: 0%;
       }
    }



        body {
            background-color: #FFFFFF;
            font-family: "neue-haas-grotesk-text", sans-serif;
            font-weight: 500;
            letter-spacing: -0.30px;
            -webkit-font-smoothing: antialiased;
        }

        .faq-section {
            background-color: #FFFFFF;
            width: 100%;
            padding: 0;
        }

        .faq-section__container {
            max-width: 100%;
            width: 100%;
            margin: 0 auto;
        }

        /* --- HEADER CONTAINER --- */
        .faq-section__header {
            background-color: #000034; 
            color: #FFFFFF;
            padding: 28px 20px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

       .faq-section__header h2 {
    font-family: 'helvetica-neue-lt-pro';
    font-weight: 800;
    letter-spacing: -0.30px;
    text-align: center;
    margin: 0;
    line-height: 1;
    font-size: 28px;
}

        /* --- ACCORDION LIST BLOCK --- */
        .faq-section__items {
            background-color: #FFFFFF;
            width: 100%;
        }

       .faq-section__item {
    border-bottom: 1.5px solid #111111;
    width: 100%;
}

        /* --- TOGGLE ACTION ELEMENTS --- */
        .faq-section__question {
            display: flex;
            justify-content: center; 
            align-items: center;
            width: 100%;
            padding: 18px 40px;
            text-align: center;
            border: none;
            background-color: transparent;
            cursor: pointer;
            outline: none;
            -webkit-appearance: none;
            appearance: none;
        }

        .faq-section__question:hover {
            background-color: #fcfcfc;
        }

        .faq-section__question span:first-child {
            font-family: "neue-haas-grotesk-text";
            font-weight: 400;
            font-size: 16px;
            color: #000000;
            letter-spacing: -0.50px;
            line-height: 1.2;
            display: inline-block;
            margin: 0 auto; 
        }

        /* --- EXPANDABLE PARAGRAPH BLOCKS --- */
        .faq-section__answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            background-color: #FFFFFF;
        }

        .faq-section__answer-inner-wrapper {
            padding: 25px 15% 45px 15%; 
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .faq-section__answer p {
    font-family: "neue-haas-grotesk-text";
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
    letter-spacing: -0.50px;
}


        /* --- STANDALONE TEXT SECTION BELOW THE ACCORDION --- */
        .faq-section__static-content {
            padding: 30px 15% 30px 15%;
            display: flex;
            flex-direction: column;
            gap: 24px;
            background-color: #FFFFFF;
        }

       .faq-section__static-content p {
    font-family: "neue-haas-grotesk-text";
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    letter-spacing: -0.50px;
    font-weight: 400;
}
        /* --- BOTTOM FOOTER TRACK --- */
       .faq-section__footer-branding {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background-color: #FFFFFF;
    border-top: 2.7px solid #000;
}

        .branding-text-line {
            font-family: "helvetica-neue-lt-pro";
            font-size: 28px;
            font-weight: 800;
            color: #000000;
            letter-spacing: -1.5px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
            line-height: 1;
        }


        /* Precise formatting for the brand asset image overlay replacement inside the inline node */
        .brand-logo-v3 {
            height: 32px;
            width: auto;
            display: inline-block;
            vertical-align: middle;
        }




        /* --- MOBILE VIEWPORT TRANSLATIONS --- */
        @media (max-width: 1023px) {
            .faq-section__header { 
                padding: 25px 15px; 
            }
            .faq-section__header h2 { 
                font-size: 22px; 
            }
            
            .faq-section__question { 
                padding: 20px; 
                justify-content: center; 
                text-align: center; 
            }
            .faq-section__question span:first-child { 
                font-size: 15px; 
                text-align: center; 
                margin: 0 auto; 
            }
            
            .faq-section__answer-inner-wrapper { 
                padding: 20px 20px 30px 20px; 
            }
            .faq-section__answer p { 
                font-size: 14px; 
                text-align: center; 
            }

            .faq-section__static-content {
                padding: 30px 20px;
            }
            .faq-section__static-content p {
                font-size: 14px;
                text-align: center;
            }
            
            .faq-section__footer-branding { 
                padding: 30px 15px; 
            }
            .branding-text-line { 
                font-size: 18px; 
                flex-wrap: wrap;
                gap: 4px;
            }
            .brand-logo-v3 {
                height: 24px;
            }
            .branding-text-line  { 
                font-size: 20.5px; 
                letter-spacing: -1px;
            }
        }



                /* Header section styles */
        .imagination-section__header {
            text-align: center;
            max-width: 900px; /* Constrain header width */
            width: 100%;
            padding: 1.8em 2rem; /* Horizontal padding for the header content */
            box-sizing: border-box;
        }

        .imagination-section__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -1.2px;
    font-family: 'helvetica-neue-lt-pro';
    color: #000000;
}

        .imagination-section__interactive-line {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px; /* Space between elements in the line */
            font-size: 1.1rem; /* Smaller font for this line */
            font-weight: 500;
        }

        .imagination-section__moq {
    font-size: 32px;
    font-weight: 600;
    font-family: 'neue-haas-grotesk-display';
    letter-spacing: -1px;
    color: #000000;
}

        .imagination-section__start-button {
            background-color: #000; /* Black background for button */
            color: #FFF; /* White text for button */
            border: none;
            padding: 2px;
            font-size: 30px;
            font-weight: 600;
            cursor: pointer;
            border-radius: 0px; /* Slightly rounded corners */
            font-family: 'neue-haas-grotesk-display';
            letter-spacing: -0.30px;
        }

        .imagination-section__start-button:hover {
            background-color: black; /* Darker on hover */
        }

        .imagination-section__press-enter {
    display: flex;
    align-items: center;
    font-family: 'neue-haas-grotesk-display';
    font-size: 15px;
    color: #000;
}

        .imagination-section__arrow {
            display: inline-block; /* Ensure arrows are side by side */
            margin: 0 2px; /* Small space between arrows */
        }



        /* Responsiveness */
        @media (max-width: 768px) {
            .imagination-section {
                padding: 3rem 0; /* Adjust vertical padding */
            }

            .imagination-section__header {
               padding: 0 1rem;
              margin-bottom: 1rem;
              margin-top: 0.8rem;
            }

            .imagination-section__title {
                font-size: 28px; /* Adjust title size for smaller screens */
            }

            .imagination-section__interactive-line {
                flex-direction: column; /* Stack elements vertically */
                gap: 0.5rem;
            }

            .imagination-section__blue-background-wrapper {
                padding: 3rem 1.5rem; /* Adjust padding for the blue section */
            }

            .imagination-section__content-grid {
                grid-template-columns: 1fr; /* Single column on small screens */
                gap: 3rem; /* Increase vertical gap between items when stacked */
            }

            .imagination-section__item-title {
                font-size: 1.75rem;
            }

            .imagination-section__item-subtitle {
                font-size: 1rem;
            }

            .imagination-section__item-description,
            .imagination-section__item-list-item {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .imagination-section {
                padding: 0;
            }

            .imagination-section__header {
                padding: 0 1rem;
                margin-bottom: 1rem;
                margin-top: 0.8rem;
            }

            .imagination-section__title {
                font-size: 26px;
            }

            .imagination-section__interactive-line {
                font-size: 1rem;
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
            }

               .imagination-section__start-button {
                padding: 0px;
                font-size: 2rem;
                width: 80px;
            }

            .imagination-section__blue-background-wrapper {
                padding: 2rem 1.2rem;
            }

            .imagination-section__item-title {
                font-size: 1.5rem;
            }
            .imagination-section__press-enter {
             font-size: 16px;
            }
    .imagination-section__moq {
    font-size: 1.5em !important;
      }
            .apparel-card-overlay {
        left: .1em !important;
      }
   }