@charset "utf-8";
/* ==========================================================================
   About HCU Dedicated Stylesheet
   Design Mockup: About HCU-01.jpg
   Theme: Houseware Concept Unlimited (HCU) & PACETGREEN
   ========================================================================== */

:root {
  --about-gold: #c59d5f;
  --about-gold-dark: #b0894a;
  --about-gold-light: rgba(197, 157, 95, 0.1);
  --about-green: #2d6a4f;
  --about-green-dark: #204e39;
  --about-green-light: rgba(45, 106, 79, 0.1);
  --about-dark: #1f1a17;
  --about-dark-surface: #28221f;
  --about-dark-border: #38312b;
  --about-bg-warm: #f9f8f6;
  --about-text-title: #1f1a17;
  --about-text-body: #555555;
  --about-text-light: #a8a19b;
  --about-border-light: #ece7e1;
}

/* --------------------------------------------------------------------------
   Global & Breadcrumb Elements
   -------------------------------------------------------------------------- */
.about_page_wrapper {
  background-color: #ffffff;
  color: var(--about-text-body);
  font-family: 'Google Sans Flex', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

.about_breadcrumbs {
  background-color: #ffffff;
  padding: 22px 0 10px;
}

.about_breadcrumbs .breadcrumb_nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #777777;
}

.about_breadcrumbs .breadcrumb_nav a {
  color: #555555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.about_breadcrumbs .breadcrumb_nav a:hover {
  color: var(--about-gold);
}

.about_breadcrumbs .breadcrumb_nav .divider {
  margin: 0 8px;
  color: #999999;
}

.about_breadcrumbs .breadcrumb_nav .current {
  color: #1f1a17;
  font-weight: 500;
}

/* Gold Accent Lines */
.gold_divider_left {
  width: 44px;
  height: 2.5px;
  background-color: var(--about-gold);
  margin: 16px 0 22px;
  display: block;
}

.gold_divider_center {
  width: 44px;
  height: 2.5px;
  background-color: var(--about-gold);
  margin: 16px auto 20px;
  display: block;
}

/* --------------------------------------------------------------------------
   Section 1: Hero & 4 Stats Cards
   -------------------------------------------------------------------------- */
.about_hero_section {
  padding: 30px 0 60px;
  background-color: #ffffff;
}

.hero_text_col {
  padding-right: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about_hero_title {
  font-size: 42px;
  font-weight: 700;
  color: var(--about-text-title);
  line-height: 1.15;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.about_hero_subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  line-height: 1.35;
  margin-bottom: 22px;
}

.about_hero_desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--about-text-body);
  margin-bottom: 16px;
}

.about_hero_desc:last-of-type {
  margin-bottom: 0;
}

.hero_image_col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_hero_image_box {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.about_hero_image_box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about_hero_image_box:hover img {
  transform: scale(1.02);
}

/* 4 Stats Cards Row */
.about_stats_row {
  margin-top: 55px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}

.about_stat_card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 15px;
}

.stat_icon_box {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat_icon_box img {
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}

.stat_content {
  display: flex;
  flex-direction: column;
}

.stat_number {
  font-size: 20px;
  font-weight: 700;
  color: var(--about-text-title);
  line-height: 1.2;
  margin-bottom: 3px;
  white-space: nowrap;
}

.stat_desc {
  font-size: 13px;
  color: #777777;
  line-height: 1.35;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Section 2: From Concept to Retail Shelf
   -------------------------------------------------------------------------- */
.about_workflow_section {
  background-color: var(--about-bg-warm);
  padding: 85px 0 95px;
}

.section_header_center {
  text-align: center;
  margin-bottom: 50px;
}

.section_header_center .section_main_title {
  font-size: 32px;
  font-weight: 700;
  color: var(--about-text-title);
  margin-bottom: 0;
  letter-spacing: -0.3px;
}

.section_header_center .section_subtitle {
  font-size: 15px;
  color: #666666;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.6;
}

.workflow_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.workflow_card {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.workflow_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.workflow_image_box {
  width: 100%;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background-color: #eaeaea;
}

.workflow_image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.workflow_card:hover .workflow_image_box img {
  transform: scale(1.04);
}

.workflow_info {
  padding: 24px 22px 28px;
  flex-grow: 1;
}

.workflow_item_title {
  font-size: 18px;
  font-weight: 700;
  color: var(--about-text-title);
  margin-bottom: 10px;
  line-height: 1.35;
}

.workflow_item_desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Section 3: WHAT GUIDES HCU (Dark Value Matrix)
   -------------------------------------------------------------------------- */
.about_values_section {
  background-color: var(--about-dark);
  color: #ffffff;
  padding: 95px 0;
}

.values_intro_col {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.values_main_title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: none;
  margin-bottom: 0;
}

.values_subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 18px;
}

.values_desc {
  font-size: 14px;
  color: var(--about-text-light);
  line-height: 1.75;
  margin-bottom: 0;
}

.values_grid_col {
  display: flex;
  align-items: center;
}

.values_matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--about-dark-border);
  width: 100%;
  background-color: var(--about-dark);
}

.value_card {
  padding: 36px 32px;
  border-right: 1px solid var(--about-dark-border);
  border-bottom: 1px solid var(--about-dark-border);
  transition: background-color 0.3s ease;
}

.value_card:nth-child(2n) {
  border-right: none;
}

.value_card:nth-child(3),
.value_card:nth-child(4) {
  border-bottom: none;
}

.value_card:hover {
  background-color: rgba(197, 157, 95, 0.04);
}

.value_header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.value_num {
  font-size: 18px;
  font-weight: 700;
  color: var(--about-gold);
  font-family: inherit;
  flex-shrink: 0;
}

.value_name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.value_body_text {
  font-size: 14px;
  color: var(--about-text-light);
  line-height: 1.65;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Section 4: Global Retail Experience
   -------------------------------------------------------------------------- */
.about_global_section {
  background-color: var(--about-bg-warm);
  padding: 95px 0;
}

.global_text_col {
  padding-right: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.global_main_title {
  font-size: 32px;
  font-weight: 700;
  color: var(--about-text-title);
  margin-bottom: 0;
  letter-spacing: -0.3px;
}

.global_subtitle {
  font-size: 19px;
  font-weight: 600;
  color: #222222;
  line-height: 1.35;
  margin-bottom: 18px;
}

.global_desc {
  font-size: 14.5px;
  color: #555555;
  line-height: 1.75;
  margin-bottom: 24px;
}

.region_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.region_list li {
  font-size: 15px;
  color: #333333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.region_list li::before {
  content: "•";
  color: #1f1a17;
  font-size: 20px;
  line-height: 1;
  margin-right: 12px;
}

.global_map_col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global_map_box {
  width: 100%;
  max-width: 640px;
}

.global_map_box img {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------------------------------------
   Section 5: HCU & PACETGREEN (Brand Synergy)
   -------------------------------------------------------------------------- */
.about_synergy_section {
  background-color: #ffffff;
  padding: 90px 0 100px;
}

.synergy_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.synergy_card {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid var(--about-border-light);
  border-radius: 6px;
  padding: 36px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.synergy_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.synergy_card_header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--about-border-light);
}

.synergy_brand_logo {
  height: 46px;
  display: flex;
  align-items: center;
}

.synergy_brand_logo img {
  max-height: 42px;
  max-width: 140px;
  object-fit: contain;
}

.synergy_brand_role {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.synergy_card_hcu .synergy_brand_role {
  color: var(--about-gold);
}

.synergy_card_pacetgreen .synergy_brand_role {
  color: var(--about-green);
}

.synergy_feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.synergy_feature_list li {
  font-size: 14.5px;
  color: #444444;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.45;
}

.synergy_feature_list li:last-child {
  margin-bottom: 0;
}

/* Custom Vector Check Icons */
.check_badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.check_badge_gold {
  background-color: var(--about-gold);
  color: #ffffff;
}

.check_badge_green {
  background-color: var(--about-green);
  color: #ffffff;
}

.check_badge svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

/* Center Curved Arrows */
.synergy_arrow_container {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.synergy_arrow_container img {
  width: 60px;
  height: auto;
  display: block;
}

.synergy_footer_summary {
  text-align: center;
  margin-top: 45px;
  font-size: 15px;
  color: #555555;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.synergy_footer_summary .brand_pacetgreen {
  color: var(--about-green);
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   Responsive Breakpoints
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  .about_stats_row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .hero_text_col {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .about_hero_title {
    font-size: 36px;
  }

  .workflow_grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .values_intro_col {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .global_text_col {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .synergy_wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .synergy_card {
    width: 100%;
  }

  .synergy_arrow_container {
    transform: rotate(90deg);
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .about_hero_section,
  .about_workflow_section,
  .about_values_section,
  .about_global_section,
  .about_synergy_section {
    padding: 60px 0;
  }

  .about_stats_row {
    grid-template-columns: 1fr;
  }

  .values_matrix {
    grid-template-columns: 1fr;
  }

  .value_card {
    border-right: none !important;
    border-bottom: 1px solid var(--about-dark-border) !important;
  }

  .value_card:last-child {
    border-bottom: none !important;
  }
}

/* --------------------------------------------------------------------------
   Global Header & Logo Polish
   -------------------------------------------------------------------------- */
.header_section {
  background-color: #ffffff;
  position: relative;
  z-index: 99;
}

.header_logo a {
  display: flex !important;
  align-items: center !important;
  height: 60px;
}

.header_logo img {
  max-height: 46px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.main_menu ul li a {
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: #1f1a17 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  padding: 12px 18px !important;
}

.main_menu ul li a.active,
.main_menu ul li a:hover {
  color: #c59d5f !important;
}

/* --------------------------------------------------------------------------
   Global Footer 1:1 Styling for About & All Pages
   -------------------------------------------------------------------------- */
.footer_widgets {
  background-color: #ffffff !important;
  border-top: 1px solid #eeece8 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

.footer_widgets .footer_top {
  padding: 65px 0 45px !important;
  background-color: #ffffff !important;
}

.footer_widget_col {
  margin-bottom: 25px;
}

.footer_widget_col .footer_widget_title {
  font-size: 16px;
  font-weight: 700;
  color: #1f1a17;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.footer_widget_col .gold_accent_line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #c59d5f;
  margin-bottom: 18px;
}

.footer_link_list,
.footer_contact_list_clean {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_link_list li,
.footer_contact_list_clean li {
  margin-bottom: 10px;
}

.footer_link_list li a,
.footer_contact_list_clean li a {
  font-size: 14px;
  color: #4a4540;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer_link_list li a:hover,
.footer_contact_list_clean li a:hover {
  color: #c59d5f;
  transform: translateX(3px);
}

/* Footer Bottom Bar Full Width Dark */
.footer_bottom_bar {
  background-color: #1f1a17 !important;
  padding: 16px 0 !important;
  color: #dcd6ce !important;
  width: 100% !important;
}

.footer_bottom_inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.footer_copyright_left p {
  margin: 0 !important;
  font-size: 13px !important;
  color: #dcd6ce !important;
  font-weight: 400 !important;
}

.footer_legal_links {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.footer_legal_links a {
  font-size: 13px !important;
  color: #dcd6ce !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.footer_legal_links a:hover {
  color: #c59d5f !important;
}

.footer_legal_links .legal_sep {
  color: #7a7068 !important;
  font-size: 12px !important;
  margin: 0 4px !important;
}

/* Header logo adjustments */
.header_logo img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

/* Hide floating layer if overlapping */
.online-service,
.toolbar-wrap {
  display: none !important;
}

