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

  html {
    font-size: 16px;
  }
  
  body {
    padding-top: 50px;
    font-family: 'Crimson Pro', serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}
  
  .sub-header {
    background-image: url('../images/background-image.jpg');
    background-size: cover;
    background-position: center;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: 'Crimson Pro', serif;
    position: relative;
  }
  
  .sub-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
  }
  
  .sub-header h1 {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
  }

  .hero-text,
  .sub-header h1 {
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    font-weight: normal;
    font-size: 50px !important;
    color: #ffffff;
    text-align: center;
    margin: 0;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  }
  
  /* ABOUT SECTION */
  .about-section {
    padding: 60px 40px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
  }

  .about-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
  }

  .about-left, .about-right {
    flex: 1 1 45%;
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 22%);
    padding: 2rem;
    border-radius: 2px;
    transition: transform 0.3s ease;
  }

  .about-left:hover, .about-right:hover {
    transform: translateY(-5px);
  }

  .about-left h2,
  .about-right h2 {
    font-size: 28px;
    margin-bottom: 5px;
    color: #3f2800;
    text-align: center;
    font-family: 'Crimson Pro', serif;
    font-weight: normal;
  }

  .section-divider {
    width: 50px;
    height: 4px;
    background: #5e5e5e14;
    margin: 1rem auto;
    border-radius: 10px;
  }

  .about-left p,
  .about-right p {
    font-size: 16px;
    margin: 1rem;
    color: #5e5e5e;
    line-height: 1.6;
    text-align: justify;
  }

  /* Company Quote Section */
  .company-quote-section {
    padding: 40px 20px;
    text-align: center;
  }

  .company-quote {
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    color: #241700;
    font-size: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
    text-shadow: 2px 2px 6px rgba(133, 133, 133, 0.6);
  }

  /* COMPANY SECTION */
  .company-section {
    padding: 60px 40px;
    background-color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #f0ece6;
  }
  
  .company-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    gap: 2rem;
  }
  
  .company-text {
    flex: 1 1 50%;
    font-size: 16px;
    line-height: 1.6;
    color: #7a7a7a;
    text-align: left;
  }
  
  .company-text h2 {
    font-size: 32px;
    color: #3f2800;
    text-align: left;
    font-weight: normal;
    font-family: 'Crimson Pro', serif;
  }
  
  .company-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #5e5e5e;
    text-align: justify;
    text-indent: 2rem;
    margin-bottom: 1rem;
  }
  
  .company-image {
    flex: 1 1 50%;
    display: flex;
    justify-content: flex-end;
  }
  
  .company-image video {
    width: 100%;
    max-width: 100%;
    height: 450px;
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  /* =============================================
     COMPANY PROFILE FLIPBOOK SECTION
  ============================================= */
  .company-profile-section {
    background-color: #2b1a00;
    padding: 60px 40px 70px;
    font-family: 'Montserrat', sans-serif;
  }

  .company-profile-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

  .profile-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.2rem;
  }

  .profile-title-block {
    flex: 1 1 auto;
  }

  .profile-label {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c9a87c;
    margin-bottom: 0.5rem;
  }

  .profile-title-block h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 2.2rem;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    margin-bottom: 0.4rem;
    line-height: 1.2;
  }

  .profile-title-block p {
    font-size: 14px;
    color: #b5a090;
    line-height: 1.6;
  }

  /* Flipbook wrapper */
  .flipbook-wrapper {
    width: calc(100vw - 17px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw + 8.5px);
    margin-right: calc(-50vw + 8.5px);
    overflow: hidden;
    background: #2b1a00;
}

.fp-iframe {
    display: block;
    width: 100%;
    height: 750px;
    border: none;
}

  /* Core Values Section */
  .core-values-section {
    position: relative;
    padding: 3rem 1rem;
    text-align: center;
    background-image: url('../images/background-image2.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .core-values-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
  }

  .core-values-content {
    position: relative;
    z-index: 1;
  }

  .core-values-section h2 {
    font-size: 40px;
    margin-bottom: 2rem;
    font-family: 'Crimson Pro', serif;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  }

  .core-values-cards {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 1rem 2rem 2rem;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: visible;
  }

  .core-values-cards::-webkit-scrollbar {
    display: none;
  }

  .core-value-card {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 2rem;
    border-radius: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 320px;
    max-width: 320px;
    height: fit-content;
    flex-shrink: 0;
    scroll-snap-align: center;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .core-value-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
    flex-shrink: 0;
  }

  .core-value-card h3 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.8rem;
    color: #3f2800;
    flex-shrink: 0;
  }

  .core-value-card p {
    font-size: 15px;
    color: #5e5e5e;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
  }

  /* ANIMATION */
  .animate-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
  }

  .in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .delay-1 { transition-delay: 0.1s; }
  .delay-2 { transition-delay: 0.2s; }
  .delay-3 { transition-delay: 0.3s; }
  .delay-4 { transition-delay: 0.4s; }
  .delay-5 { transition-delay: 0.5s; }

  .core-value-card * {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  /* =============================================
     RESPONSIVE
  ============================================= */
  @media (max-width: 1050px) {
    .core-value-card {
      min-width: 280px;
      max-width: 280px;
      padding: 1.8rem;
    }
    .core-values-cards {
      justify-content: flex-start;
      padding: 1rem 1.5rem;
    }
  }

  @media (min-width: 1025px) {
    .core-values-cards {
      justify-content: center;
      flex-wrap: nowrap;
      padding: 2rem 3rem;
      gap: 2rem;
    }
    .core-value-card {
      min-width: 280px;
      max-width: 280px;
      min-height: 340px;
      scroll-snap-align: none;
    }
  }

  .core-value-card {
    min-width: 300px;
    max-width: 300px;
    min-height: 360px;
    padding: 1.8rem;
  }

  @media (max-width: 1024px) {
    .core-value-card {
      min-width: 280px;
      max-width: 280px;
      min-height: 340px;
      padding: 1.8rem;
    }
    .core-values-cards {
      justify-content: flex-start;
      padding: 1rem 1.5rem;
    }
    .fp-iframe {
      height: 560px;
    }
  }

  @media (max-width: 768px) {
    .core-value-card {
      min-width: 280px;
      max-width: 280px;
      min-height: 320px;
      padding: 1.5rem;
    }
    .core-value-card img { width: 70px; height: 70px; }
    .core-value-card h3  { font-size: 19px; }
    .core-value-card p   { font-size: 14px; }
    .core-values-section h2 { font-size: 32px; }
    .core-values-cards { gap: 1.5rem; padding: 1rem; }

    .company-profile-section { padding: 40px 20px 50px; }
    .profile-title-block h2  { font-size: 1.8rem; }
    .fp-iframe { height: 480px; }
  }

  @media (max-width: 480px) {
    .core-value-card {
      min-width: 85vw;
      max-width: 85vw;
      padding: 1.3rem;
    }
    .core-value-card img { width: 60px; height: 60px; }
    .core-value-card h3  { font-size: 18px; }
    .core-value-card p   { font-size: 13px; }
    .core-values-section h2 { font-size: 28px; }
    .core-values-cards { gap: 1.2rem; padding: 1rem; }

    .fp-iframe { height: 380px; }
  }

  .profile-download-btn {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  background-color: #c9a87c;
  color: #2b1a00;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  align-self: flex-end;
}

.profile-download-btn:hover {
  background-color: #e0c090;
  transform: translateY(-2px);
}