/* ==========================================================================
   1. HERO MOLECULAR SECTION (PURE LUXURY MINIMALISM)
   ========================================================================== */
.hero-molecular {
  background: #000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
}

.hero-molecular .hero-ring {
  margin-top: 210px;
  width: 45%;
  height: auto;
  filter: contrast(1.2) brightness(0.95);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 1;
  transform: rotateX(0);
  transform-style: preserve-3d;
}

.hero-molecular .hero-content {
  position: absolute;
  top: 15%; 
  z-index: 2;
  width: 100%;
  padding: 0 24px;
}

.hero-molecular .hero-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.05em;
  margin: 0 0 16px 0;
  color: #ffffff;
}

.hero-molecular .hero-sub {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0 auto;
  max-width: 640px;
  color: #6e6e73;
}

@media (max-width: 734px) {
    .hero-molecular {
        padding: 140px 24px;
        justify-content: flex-start;
        min-height: 100vh;
    }
    .hero-molecular .hero-title {
        font-size: 32px;
        letter-spacing: -0.04em;
        line-height: 1.2;
    }
    .hero-molecular .hero-sub { 
        position: relative;
        margin-top: 40px;
        font-size: 16px;
    }
    .hero-molecular .hero-content {
        position: relative;
        top: 0; 
        margin-bottom: 40px;
    }
    .hero-molecular .hero-ring {
        margin-top: 0;
        width: 90%;    
        transform: rotateX(45deg) scale(1);
    }
}

/* ==========================================================================
   2. SCIENTIFIC OUTPUT SECTION & SLIDER ENGINE (CLEAN CONTRAST)
   ========================================================================== */
.scientific-output {
    background: #000000; /* Balik ke True Black biar kontras sama sasis card baru */
    padding: 80px 0;
    position: relative;
}

.apple-header {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
    max-width: 1400px;
    margin: 0 auto 32px;
    padding-left: 80px;
    display: flex;
    flex-direction: column;   
    align-items: flex-start;  
    justify-content: flex-end;
}

.category-main-title {
    font-size: 14px; /* Sasa balikin proporsional, font 32px kegedean buat sub-title Bos */
    font-weight: 600;
    color: #86868b;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.brand-title-badge {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0;
    line-height: 1.2;
    color: #ffffff;
}

@media (max-width: 768px) {
    .apple-header { padding: 0 24px 24px; }
    .category-main-title { font-size: 12px; }
    .brand-title-badge { font-size: 24px; }
}

.output-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    overflow: visible;
}

/* SLIDER CONTAINER */
.apple-slider-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 0px;
    gap: 32px;
    scrollbar-width: none;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
}
.apple-slider-container::-webkit-scrollbar { display: none; }

.product-card-luxury {
    flex: 0 0 360px;
    scroll-snap-align: start;
    display: flex;
}

.card-link-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    background: #111112; /* SASA UPGRADE: Matte Titanium Dark, biar card-nya keliatan pop-out dan mahal */
    border: 1px solid #222d3d; 
    border-radius: 12px; /* Radius sedikit di-smooth biar makin sedap dipandang */
    overflow: hidden;
    transition: border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Pas di-hover border nyala soft, background shifting anggun */
.product-card-luxury:hover .card-link-wrapper {
    background: #16161a; /* Agak terang dikit pas di-hover, super sexy */
    border-color: #ffffff; 
}

.card-visual {
    width: 100%;
    height: 300px; 
    overflow: hidden;
    background: #070708; /* Diturunin dikit biar produk di dalemnya dapet highlight spot */
    flex-shrink: 0;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 32px; 
    box-sizing: border-box;
    border-bottom: 1px solid #222d3d;
    transition: border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card-luxury:hover .card-visual {
    border-bottom-color: #ffffff;
}

.card-visual img {
    max-width: 100%; 
    max-height: 100%; 
    width: auto; 
    height: auto; 
    object-fit: contain; 
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card-luxury:hover .card-visual img { 
    transform: scale(1.04); 
}

.card-info {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-info h3 {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 0 8px;
}

.brand-badge {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif !important;
    font-size: 11px;
    font-weight: 600;
    color: #86868b !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.lab-stat {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #86868b;
    border-left: 2px solid #ffffff; /* Sasa ganti putih murni biar kontras statistiknya jenius */
    padding-left: 8px;
    display: block;
    margin-bottom: 16px;
}

.card-desc {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #a1a1a6; /* Teks deskripsi dibikin lebih kebaca biar ga tenggelam */
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

/* SLIDER NAVIGATION (SOLID METALLIC STYLE) */
.nav-btn {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 6px;
    border: 1px solid #222d3d;
    background: #111112;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.nav-btn:hover {
    background: #16161a;
    border-color: #ffffff;
}

.nav-btn.prev { left: -28px; }
.nav-btn.next { right: -28px; }
.nav-btn svg { width: 24px; height: 24px; }

@media (max-width: 734px) {
    .scientific-output { padding: 48px 0; }
    .output-wrapper { padding: 0 24px; }
    .apple-slider-container { padding: 0; gap: 16px; }
    .product-card-luxury { flex: 0 0 280px; }
    .card-visual { height: 240px; padding: 24px; }
    .card-info { padding: 24px; }
    .card-info h3 { font-size: 20px; }
    .nav-btn {
        display: none;
    }
}

/* ==========================================================================
   3. REAGENT SECTION & HYBRID SEJAJAR (SOLID DARK THEME)
   ========================================================================== */
.reagent-section {
    padding: 80px 0; 
    background: #070708; /* Kasih transisi sekat section tipis biar ga monoton */
}

.reagent-grid-container {
    max-width: 1440px;
    margin: 0 auto; 
    padding: 0 5%;
    position: relative;
}

.reagent-grid-mesh {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px; 
    padding: 0; 
    width: 100%;
}

.reagent-grid-mesh .product-card-luxury {
    flex: none !important; 
    width: 100%; 
}

@media (max-width: 734px) {
    .reagent-grid-mesh {
        grid-template-columns: 1fr; 
        gap: 24px;
    }
}

/* ==========================================================================
   4. APP VISUAL SECTION (MINIMAL LUXE)
   ========================================================================== */
.app-visual {
  width: 100%;
  background: #000000;
  padding-top: 100px;
  text-align: left;
}

.app-visual__header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5% 48px 5%;
  text-align: left;
}

.app-visual__title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 16px;
}

.app-visual__subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #86868b;
  margin: 0;
}

.app-visual__subtitle .dot {
  margin: 0 12px;
  color: #3a3a3c;
}

.app-visual__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;            
  justify-content: center;
  position: relative;
}

.app-visual__container img {
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
  filter: none; 
}

@media (max-width: 768px) {
  .app-visual { padding-top: 60px; }
  .app-visual__title { font-size: 28px; }
  .app-visual__subtitle { font-size: 14px; line-height: 1.5; }
  .app-visual__header { padding-bottom: 32px; }
}

/* ==========================================================================
   5. MANIFESTO SECTION (THE MONOLITH ENDING)
   ========================================================================== */
.closing-manifesto {
    background: #000000; 
    padding: 180px 5% 140px;
    text-align: center;
    border-top: 1px solid #111928;
}

.closing-container {
    max-width: 980px; 
    margin: 0 auto;
}

.closing-text {
    font-size: 28px; 
    font-weight: 600;
    letter-spacing: -0.04em; 
    line-height: 1.1;
    color: #ffffff; 
    margin: 0 0 48px 0;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
}

.closing-text .accent {
    color: #86868b; 
}

.btn-primary {
    background: #ffffff; 
    color: #000000;
    padding: 16px 40px;
    border-radius: 6px; 
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em; 
    text-decoration: none;
    border: 1px solid #ffffff;
    transition: background 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-primary:hover { 
    background: #000000; 
    color: #ffffff; 
    border-color: #86868b;
}

@media (max-width: 734px) {
    .closing-manifesto { padding: 120px 5% 100px; }
    .closing-text { font-size: 2.2rem; margin-bottom: 32px; }
    .btn-primary { padding: 14px 32px; width: 100%; display: inline-block; box-sizing: border-box; }
}
.lab-footer{
	background:#000000 !important;
}
.footer-logo, .footer-tagline{
	color:#ffffff !important;
}