
/* =========================================================
   CACAR Singapore Kitchen Cabinets GEO Landing Page
   Visual system inherited from Malaysia / Thailand pages
   ========================================================= */

.cacar-sg-kitchen,
.cacar-sg-kitchen * {
  box-sizing: border-box;
}

.cacar-sg-kitchen {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 0 34px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}

.cacar-sg-kitchen p {
  margin: 0 0 16px;
  color: #5f5a55;
  font-size: 15px;
  line-height: 1.8;
}

.cacar-sg-kitchen h2 {
  margin: 0 0 16px;
  color: #222222;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 500;
}

.cacar-sg-kitchen h3 {
  margin: 0 0 8px;
  color: #222222;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

.cacar-sg-kitchen ul {
  margin: 0;
  padding-left: 20px;
}

.cacar-sg-kitchen li {
  margin: 0 0 8px;
  color: #5f5a55;
  font-size: 14px;
  line-height: 1.65;
}

.cacar-sg-kitchen a {
  color: inherit;
  text-decoration: none;
}

/* Specification contextual links */
.cacar-sg-kitchen .sg-spec-link {
  color: #8b642f;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.cacar-sg-kitchen .sg-spec-link:hover {
  color: #b47a39;
}


/* =========================================================
   INTRO
   ========================================================= */

.cacar-sg-kitchen .sg-intro {
  max-width: 900px;
  margin: 0 0 40px;
  padding: 0 0 0 20px;
  border-left: 2px solid #b98345;
}

.cacar-sg-kitchen .sg-intro-label,
.cacar-sg-kitchen .sg-section-label {
  margin: 0 0 9px;
  color: #b47a39;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cacar-sg-kitchen .sg-intro-label {
  font-size: 11px;
  letter-spacing: 1.6px;
}

.cacar-sg-kitchen .sg-intro p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   SINGAPORE PROJECT REFERENCES
   ========================================================= */

.cacar-sg-kitchen .sg-project-visual {
  margin: 0 0 44px;
  padding: 0 0 36px;
  border-bottom: 1px solid #e4ded6;
}

.cacar-sg-kitchen .sg-project-visual-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 18px;
}

.cacar-sg-kitchen .sg-project-visual-head-left {
  max-width: 700px;
}

.cacar-sg-kitchen .sg-project-visual-head h2 {
  margin-bottom: 7px;
}

.cacar-sg-kitchen .sg-project-visual-note {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: #887d72;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .3px;
}

.cacar-sg-kitchen .sg-project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(280px, .88fr);
  gap: 16px;
  align-items: start;
}

.cacar-sg-kitchen .sg-project-main,
.cacar-sg-kitchen .sg-project-small {
  display: block;
  margin: 0;
  background: #ffffff;
}

.cacar-sg-kitchen .sg-project-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.cacar-sg-kitchen .sg-project-media {
  overflow: hidden;
  background: #ebe6e0;
}

.cacar-sg-kitchen .sg-project-main .sg-project-media {
  height: 420px;
}

.cacar-sg-kitchen .sg-project-small .sg-project-media {
  height: 202px;
}

.cacar-sg-kitchen .sg-project-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .4s ease;
}

.cacar-sg-kitchen .sg-project-main:hover .sg-project-image,
.cacar-sg-kitchen .sg-project-small:hover .sg-project-image {
  transform: scale(1.015);
}

.cacar-sg-kitchen .sg-project-meta {
  padding: 12px 2px 0;
}

.cacar-sg-kitchen .sg-project-meta-label {
  display: block;
  margin-bottom: 6px;
  color: #b47a39;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.cacar-sg-kitchen .sg-project-meta strong {
  display: block;
  color: #232323;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.cacar-sg-kitchen .sg-project-meta p {
  margin: 6px 0 0;
  color: #736b64;
  font-size: 13px;
  line-height: 1.65;
}


/* =========================================================
   STANDARD SECTIONS
   ========================================================= */

.cacar-sg-kitchen .sg-section {
  padding: 40px 0;
  border-top: 1px solid #e4ded6;
}

.cacar-sg-kitchen .sg-section-head {
  max-width: 770px;
  margin-bottom: 24px;
}


/* =========================================================
   SOLUTION GRID
   ========================================================= */

.cacar-sg-kitchen .sg-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cacar-sg-kitchen .sg-solution-card {
  min-height: 154px;
  padding: 22px 20px;
  border: 1px solid #ded7ce;
  background: #faf8f5;
  transition: transform .25s ease, border-color .25s ease;
}

.cacar-sg-kitchen .sg-solution-card:hover {
  transform: translateY(-2px);
  border-color: #cda777;
}

.cacar-sg-kitchen .sg-solution-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}


/* =========================================================
   PROJECT INPUTS
   ========================================================= */

.cacar-sg-kitchen .sg-input-wrap {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 30px;
  align-items: start;
}

.cacar-sg-kitchen .sg-input-panel {
  padding: 26px;
  background: #f5f1eb;
}

.cacar-sg-kitchen .sg-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cacar-sg-kitchen .sg-check-grid li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
}

.cacar-sg-kitchen .sg-check-grid li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #b47a39;
  font-weight: 700;
}


/* =========================================================
   LAYOUT / STORAGE
   ========================================================= */

.cacar-sg-kitchen .sg-layout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}

.cacar-sg-kitchen .sg-layout-card {
  padding: 24px 22px;
  border: 1px solid #ded7ce;
  background: #ffffff;
}

.cacar-sg-kitchen .sg-layout-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}


/* =========================================================
   APPLIANCE COORDINATION
   ========================================================= */

.cacar-sg-kitchen .sg-appliance-wrap {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 34px;
  align-items: start;
}

.cacar-sg-kitchen .sg-appliance-panel {
  padding: 25px 26px;
  background: #f5f1eb;
}

.cacar-sg-kitchen .sg-appliance-panel p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   TECHNICAL PROCESS
   ========================================================= */

.cacar-sg-kitchen .sg-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.cacar-sg-kitchen .sg-process-card {
  padding: 22px 20px;
  border-top: 2px solid #c39055;
  background: #faf8f5;
}

.cacar-sg-kitchen .sg-process-number {
  display: block;
  margin-bottom: 16px;
  color: #b47a39;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.cacar-sg-kitchen .sg-process-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}


/* =========================================================
   SINGAPORE PROJECT CONDITIONS
   ========================================================= */

.cacar-sg-kitchen .sg-context {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.cacar-sg-kitchen .sg-context-panel {
  padding: 25px 26px;
  background: #f5f1eb;
}

.cacar-sg-kitchen .sg-context-panel p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   PROJECT FIT
   ========================================================= */

.cacar-sg-kitchen .sg-fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cacar-sg-kitchen .sg-fit-list li {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 36px;
  border: 1px solid #e1dbd3;
  background: #ffffff;
}

.cacar-sg-kitchen .sg-fit-list li:before {
  content: "○";
  position: absolute;
  left: 15px;
  top: 13px;
  color: #b47a39;
}


/* =========================================================
   KNOWLEDGE LINKS
   ========================================================= */

.cacar-sg-kitchen .sg-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.cacar-sg-kitchen .sg-guide-card {
  position: relative;
  display: block;
  min-height: 132px;
  padding: 22px 46px 22px 20px;
  border: 1px solid #ded7ce;
  background: #ffffff;
  color: #222222;
  transition: border-color .25s ease, transform .25s ease;
}

.cacar-sg-kitchen .sg-guide-card:hover {
  border-color: #b98345;
  transform: translateY(-2px);
}

.cacar-sg-kitchen .sg-guide-type {
  display: block;
  margin-bottom: 9px;
  color: #b47a39;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.cacar-sg-kitchen .sg-guide-card strong {
  display: block;
  margin-bottom: 7px;
  color: #222222;
  font-size: 15px;
  line-height: 1.4;
}

.cacar-sg-kitchen .sg-guide-card em {
  color: #736b64;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
}

.cacar-sg-kitchen .sg-guide-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #c39055;
  border-radius: 50%;
  color: #b47a39;
}


/* =========================================================
   RELATED SINGAPORE SOLUTIONS
   ========================================================= */

.cacar-sg-kitchen .sg-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.cacar-sg-kitchen .sg-related {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 22px;
  border: 1px solid #ded7ce;
  background: #faf8f5;
}

.cacar-sg-kitchen .sg-related-text {
  min-width: 0;
}

.cacar-sg-kitchen .sg-related-text p {
  margin: 4px 0 0;
  font-size: 13px;
}

.cacar-sg-kitchen .sg-related-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid #222222;
  color: #222222;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.cacar-sg-kitchen .sg-related-link:hover {
  background: #222222;
  color: #ffffff;
}


/* =========================================================
   CTA
   ========================================================= */

.cacar-sg-kitchen .sg-cta {
  margin-top: 42px;
  padding: 38px 34px;
  background: #171717;
  color: #ffffff;
}

.cacar-sg-kitchen .sg-cta .sg-section-label {
  color: #d1a56f;
}

.cacar-sg-kitchen .sg-cta h2 {
  max-width: 780px;
  color: #ffffff;
  font-size: 29px;
}

.cacar-sg-kitchen .sg-cta p {
  max-width: 800px;
  color: rgba(255,255,255,.74);
}

.cacar-sg-kitchen .sg-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 5px;
  padding: 13px 19px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.cacar-sg-kitchen .sg-cta-button:hover {
  background: #ffffff;
  color: #171717;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .cacar-sg-kitchen .sg-project-grid {
    grid-template-columns: 1.22fr .9fr;
  }

  .cacar-sg-kitchen .sg-project-main .sg-project-media {
    height: 360px;
  }

  .cacar-sg-kitchen .sg-project-small .sg-project-media {
    height: 172px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .cacar-sg-kitchen {
    padding: 4px 0 24px;
  }

  .cacar-sg-kitchen p {
    font-size: 14px;
    line-height: 1.7;
  }

  .cacar-sg-kitchen h2 {
    font-size: 23px;
  }

  .cacar-sg-kitchen .sg-intro {
    margin-bottom: 28px;
    padding-left: 14px;
  }

  .cacar-sg-kitchen .sg-project-visual {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .cacar-sg-kitchen .sg-project-visual-head {
    display: block;
    margin-bottom: 14px;
  }

  .cacar-sg-kitchen .sg-project-visual-note {
    margin-top: 6px;
  }

  .cacar-sg-kitchen .sg-project-grid {
    display: block;
  }

  .cacar-sg-kitchen .sg-project-main {
    margin-bottom: 16px;
  }

  .cacar-sg-kitchen .sg-project-main .sg-project-media {
    height: 265px;
  }

  .cacar-sg-kitchen .sg-project-side {
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-rows: none;
    gap: 10px;
  }

  .cacar-sg-kitchen .sg-project-small .sg-project-media {
    height: 140px;
  }

  .cacar-sg-kitchen .sg-project-meta {
    padding-top: 8px;
  }

  .cacar-sg-kitchen .sg-project-meta strong {
    font-size: 13px;
    line-height: 1.4;
  }

  .cacar-sg-kitchen .sg-project-meta p {
    font-size: 12px;
  }

  .cacar-sg-kitchen .sg-section {
    padding: 30px 0;
  }

  .cacar-sg-kitchen .sg-solution-grid,
  .cacar-sg-kitchen .sg-process,
  .cacar-sg-kitchen .sg-guide-grid,
  .cacar-sg-kitchen .sg-layout-grid,
  .cacar-sg-kitchen .sg-related-grid {
    grid-template-columns: 1fr;
  }

  .cacar-sg-kitchen .sg-solution-card {
    min-height: 0;
  }

  .cacar-sg-kitchen .sg-input-wrap,
  .cacar-sg-kitchen .sg-context,
  .cacar-sg-kitchen .sg-appliance-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cacar-sg-kitchen .sg-input-panel,
  .cacar-sg-kitchen .sg-context-panel,
  .cacar-sg-kitchen .sg-appliance-panel {
    padding: 20px;
  }

  .cacar-sg-kitchen .sg-check-grid,
  .cacar-sg-kitchen .sg-fit-list {
    grid-template-columns: 1fr;
  }

  .cacar-sg-kitchen .sg-related {
    display: block;
    padding: 21px 18px;
  }

  .cacar-sg-kitchen .sg-related-link {
    margin-top: 16px;
  }

  .cacar-sg-kitchen .sg-cta {
    margin-top: 30px;
    padding: 30px 22px;
  }

  .cacar-sg-kitchen .sg-cta h2 {
    font-size: 24px;
  }

}
