@import url("./index.css");

/* ==================== LIFE HERO SECTION ==================== */
.life-hero-section {
  width: 100%;
  background: #ffffff;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  min-height: auto;
  box-sizing: border-box;
  margin-bottom: 60px !important;
}

.life-hero-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 0 0 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.life-hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.life-hero-tagline span {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.life-hero-title {
  font-family: Satoshi, Inter, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  color: rgb(6, 6, 18);
  font-style: normal;
  margin: 0 0 clamp(16px, 2vw, 28px) 0;
  text-align: center;
}

.life-hero-title .green {
  color: var(--85BD56, #85BD56);
}

.life-hero-card-frame {
  display: flex;
  width: 100%;
  max-width: 1320px;
  padding: clamp(10px, 1.5vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: clamp(16px, 2vw, 24px);
  border: 1px solid #FFFFFF;
  background: #F5F5F5;
  box-shadow: 0 0 6px 1px rgba(6, 6, 18, 0.16) inset;
  box-sizing: border-box;
}

.life-hero-card {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: clamp(12px, 1.5vw, 18px);
  box-shadow: 0 10px 40px rgba(6, 6, 18, 0.05);
  overflow: hidden;
  border: 1px solid #E5E4E2;
}

.life-hero-inner-card {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  box-sizing: border-box;
}

.life-hero-card-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: clamp(24px, 3.5vw, 40px) clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  background: #FFFFFF;
}

.life-hero-card-heading {
  color: var(--060612, #060612);
  text-align: left;
  font-family: Satoshi, 'Inter', sans-serif !important;
  font-size: clamp(26px, 3.6vw, 44px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(34px, 4.4vw, 56px);
  margin: 0 0 16px 0;
}

.life-hero-card-heading .highlight-green {
  color: #599632;
}

.life-hero-card-desc-group {
  margin-bottom: 0;
}

.life-hero-card-desc-group p {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif !important;
  font-size: clamp(13.5px, 1.1vw, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 14px 0;
  text-align: justify;
}

.life-hero-card-desc-group p:last-child {
  margin-bottom: 0;
}

.life-hero-card-right {
  width: clamp(300px, 36vw, 480px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.life-hero-image {
  width: 100%;
  height: 100%;
  min-height: 360px;
  background-color: lightgray;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 960px) {
  .life-hero-section,
  .life-bento-section,
  .life-methodology-section,
  .life-teams-section,
  .life-awards-section,
  .life-beyond-section,
  .life-values-section,
  .life-perks-section,
  .life-testimonials-section,
  .life-career-cta-section {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 44px !important;
  }
  .life-hero-container {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }
  .life-hero-inner-card {
    flex-direction: column-reverse;
  }
  .life-hero-card-right {
    width: 100%;
  }
  .life-hero-image {
    height: 300px;
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .life-hero-section,
  .life-bento-section,
  .life-methodology-section,
  .life-teams-section,
  .life-awards-section,
  .life-beyond-section,
  .life-values-section,
  .life-perks-section,
  .life-testimonials-section,
  .life-career-cta-section {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px !important;
  }
  .life-hero-container {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }
}

/* Uniform Outer Section Width & Global Spacing matching remaining pages */
.life-hero-section,
.life-bento-section,
.life-methodology-section,
.life-teams-section,
.life-awards-section,
.life-beyond-section,
.life-values-section,
.life-perks-section,
.life-testimonials-section,
.life-career-cta-section,
.cta-section,
.contact-section {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 60px !important;
  box-sizing: border-box;
}

.life-page-container,
.cta-container,
.contact-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

.life-hero-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 24px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

/* Header & Section Title Standard - Matching index.html (Image 2) */
.life-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: clamp(28px, 4vw, 48px);
  width: 100%;
}

.life-section-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  width: 100%;
  text-align: left;
}

.life-section-header-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 496px;
  width: 100%;
  text-align: left;
  margin-top: 34px;
}

.life-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.life-tagline span {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: rgb(105, 104, 110);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.life-main-heading {
  width: 100%;
  max-width: 720px;
  color: var(--060612, #060612);
  font-family: Satoshi, 'Inter', sans-serif !important;
  font-size: 44px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 56px !important;
  margin: 0;
  text-align: left !important;
}

.life-header-desc {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px !important;
  margin: 0 !important;
  max-width: 496px !important;
  width: 100% !important;
  text-align: left !important;
}

/* ==================== BENTO GALLERY SECTION ==================== */
.life-bento-section {
  padding: clamp(24px, 3vw, 40px) 0;
  background: #FFFFFF;
}

.life-bento-grid {
  display: grid;
  grid-template-columns: clamp(260px, 24vw, 310px) 1fr clamp(260px, 24vw, 310px);
  gap: clamp(16px, 1.8vw, 20px);
  width: 100%;
  box-sizing: border-box;
}

.bento-col {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.6vw, 20px);
}

/* Column 1 (Left) */
.bento-card-celebrations-wrap {
  background: #75BF46;
  border-radius: clamp(16px, 2vw, 24px);
  padding: clamp(12px, 1.5vw, 16px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: clamp(320px, 28vw, 380px);
  box-sizing: border-box;
}

.bento-celebrations-img {
  width: 100%;
  height: clamp(220px, 21vw, 285px);
  object-fit: cover;
  border-radius: clamp(14px, 1.5vw, 18px);
  display: block;
}

.bento-celebrations-label {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 12px;
  padding-left: 4px;
}

.bento-card-food-wrap {
  height: clamp(200px, 18vw, 260px);
  border-radius: clamp(16px, 2vw, 24px);
  overflow: hidden;
}

.bento-card-food-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: clamp(16px, 2vw, 24px);
}

/* Column 2 (Middle) */
.bento-row-top {
  display: grid;
  grid-template-columns: clamp(140px, 14vw, 180px) 1fr;
  gap: clamp(12px, 1.4vw, 16px);
}

.bento-card-cheers-wrap {
  height: clamp(140px, 12vw, 170px);
  border-radius: clamp(16px, 2vw, 24px);
  overflow: hidden;
}

.bento-card-cheers-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: clamp(16px, 2vw, 24px);
}

.bento-card-worktext-wrap {
  height: clamp(140px, 12vw, 170px);
  background: #EFF2EC;
  border-radius: clamp(16px, 2vw, 24px);
  padding: clamp(16px, 2vw, 24px) clamp(20px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.bento-worktext-heading {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(24px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.2;
  color: #1F2937;
  margin: 0;
}

.bento-card-green-wrap {
  background: #75BF46;
  border-radius: clamp(16px, 2vw, 24px);
  padding: clamp(20px, 2.5vw, 28px) clamp(20px, 2.5vw, 28px) 0 clamp(20px, 2.5vw, 28px);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  height: clamp(280px, 24vw, 310px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.bento-green-bg-wave {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.25;
}

.bento-green-header {
  position: relative;
  z-index: 2;
}

.bento-green-tag {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(10.5px, 0.85vw, 11.5px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.95;
}

.bento-green-score {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1;
  margin-top: 4px;
}

.bento-green-sub {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(11.5px, 0.9vw, 12.5px);
  opacity: 0.9;
  margin-top: 4px;
}

.bento-green-mockup-frame {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 16px;
  padding: clamp(10px, 1.2vw, 14px) clamp(14px, 1.5vw, 18px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  transform: translateY(0);
  width: 100%;
  box-sizing: border-box;
}

.bento-mockup-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1F5F9;
}

.bento-mockup-logo-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bento-mockup-logo-leaf {
  width: 14px;
  height: auto;
}

.bento-mockup-logo-text {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #75BF46;
}

.bento-mockup-nav-btn {
  background: #85BD56;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
}

.bento-mockup-hero-body {
  text-align: center;
  padding: 12px 8px 8px 8px;
}

.bento-mockup-headline {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  color: #1E293B;
}

.bento-mockup-headline span.orange { color: #F97316; }
.bento-mockup-headline span.green { color: #75BF46; }

.bento-mockup-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.mockup-btn-primary {
  background: #85BD56;
  color: #FFF;
  font-size: 9px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 12px;
}

.mockup-btn-dark {
  background: #0F172A;
  color: #FFF;
  font-size: 9px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 12px;
}

.bento-row-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.4vw, 16px);
}

.bento-card-feedback-wrap {
  background: #75BF46;
  border-radius: clamp(16px, 2vw, 24px);
  padding: clamp(12px, 1.5vw, 16px);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: clamp(140px, 12vw, 160px);
  box-sizing: border-box;
}

.bento-feedback-tag {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bento-feedback-white-card {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 10px 12px;
  color: #1F2937;
}

.bento-feedback-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.bento-feedback-author {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #0F172A;
}

.bento-feedback-badge {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  color: #16A34A;
  background: #DCFCE7;
  padding: 2px 6px;
  border-radius: 10px;
}

.bento-feedback-body {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #475569;
  margin: 0 0 4px 0;
}

.bento-feedback-stars {
  color: #F59E0B;
  font-size: 10px;
  letter-spacing: 1px;
}

.bento-card-meeting-wrap {
  height: clamp(140px, 12vw, 160px);
  border-radius: clamp(16px, 2vw, 24px);
  overflow: hidden;
}

.bento-card-meeting-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: clamp(16px, 2vw, 24px);
}

/* Column 3 (Right) */
.bento-card-enjoyments-wrap {
  background: #75BF46;
  border-radius: clamp(16px, 2vw, 24px);
  padding: clamp(12px, 1.5vw, 16px);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}

.bento-enjoyments-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(13.5px, 1.1vw, 15px);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px 4px;
}

.bento-enjoyment-img {
  width: 100%;
  height: clamp(120px, 11vw, 150px);
  object-fit: cover;
  border-radius: clamp(14px, 1.5vw, 18px);
  display: block;
}

.bento-card-insta-wrap {
  background: #EFF2EC;
  border-radius: clamp(16px, 2vw, 24px);
  padding: clamp(12px, 1.5vw, 16px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

.bento-insta-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bento-insta-logo-icon {
  width: 16px;
  height: auto;
}

.bento-insta-username {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #0F172A;
}

.bento-insta-photo {
  width: 100%;
  height: clamp(110px, 10vw, 130px);
  object-fit: cover;
  border-radius: clamp(14px, 1.5vw, 18px);
  display: block;
}

.bento-insta-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #475569;
  padding: 2px 2px 0 2px;
}

.bento-insta-actions-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ==================== NEXT STEP CTA BANNER ==================== */
.life-nextstep-banner {
  text-align: center;
  margin: clamp(32px, 4vw, 56px) auto clamp(20px, 3vw, 32px) auto;
}

.life-nextstep-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 20px;
}

.life-nextstep-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.life-insta-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #060612;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
}

.life-insta-btn:hover {
  background: #75BF46;
  transform: scale(1.08);
}

.life-audit-btn {
  background: #060612;
  color: #FFFFFF !important;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 100px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.life-audit-btn:hover {
  background: #75BF46;
  transform: scale(1.04);
}

/* ==================== VALUES SECTION ==================== */
.life-values-section {
  padding: clamp(40px, 6vw, 80px) 0 clamp(48px, 8vw, 100px) 0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.values-landscape-stage {
  position: relative;
  width: 100%;
  min-height: 520px;
  margin-top: clamp(24px, 3vw, 40px);
  box-sizing: border-box;
}

.values-pins-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
  position: relative;
  z-index: 10;
  width: 100%;
}

.value-pin-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.value-pin-content {
  background: transparent;
  box-sizing: border-box;
}

.value-pin-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.value-leaf-icon {
  width: 15px;
  height: auto;
  object-fit: contain;
}

.value-pin-label {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #64748B;
}

.value-pin-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  color: #0F172A;
  margin: 0;
  max-width: 220px;
}

/* Vertical pin stem line */
.value-pin-line {
  width: 1.5px;
  background: #CBD5E1;
  position: relative;
  margin-left: 7px;
  box-sizing: border-box;
}

/* Bottom pin anchor dot */
.value-pin-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75BF46;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 2px #75BF46;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

/* Staggered Heights for the 4 Pins */
.pin-clarity .value-pin-line {
  height: 160px;
  margin-top: 16px;
}

.pin-craft {
  margin-top: 48px;
}

.pin-craft .value-pin-line {
  height: 190px;
  margin-top: 16px;
}

.pin-change {
  margin-top: 10px;
}

.pin-change .value-pin-line {
  height: 170px;
  margin-top: 16px;
}

.pin-care {
  margin-top: 56px;
}

.pin-care .value-pin-line {
  height: 200px;
  margin-top: 16px;
}

/* Green Landscape Background Vector Art Image */
.values-landscape-bg {
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 300px;
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.values-vector-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

/* ==================== TESTIMONIALS SECTION (TRUE VOICES) ==================== */
.life-testimonials-section {
  background: #FFFFFF;
  padding: clamp(48px, 6vw, 80px) 0;
}

.testimonials-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  width: 100%;
  margin-top: clamp(24px, 3vw, 40px);
}

.testimonial-card-item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}

.testimonial-quote-icon {
  color: #75BF46;
  margin-bottom: 20px;
}

.testimonial-quote-text {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(13.5px, 1.05vw, 14.5px);
  line-height: 1.6;
  color: #4B5563;
  margin: 0 0 24px 0;
}

.testimonial-author-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(117, 191, 70, 0.15);
  color: #599632;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}

.testimonial-author-info {
  display: flex;
  flex-direction: column;
}

.testimonial-author-name {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.testimonial-author-role {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12.5px;
  color: #6B7280;
}

/* ==================== PERKS SECTION ==================== */
.life-perks-section {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #FFFFFF;
}

.perks-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  width: 100%;
  margin-top: clamp(24px, 3vw, 40px);
}

.perk-card-item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: clamp(24px, 3vw, 32px) clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.perk-card-item:hover {
  transform: translateY(-4px);
  border-color: #75BF46;
}

.perk-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(117, 191, 70, 0.1);
  color: #599632;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.perk-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(15.5px, 1.3vw, 17px);
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px 0;
}

.perk-desc {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(12.5px, 1vw, 13.5px);
  line-height: 1.6;
  color: #6B7280;
  margin: 0;
}

/* ==================== RESPONSIVE ADAPTATIONS & MEDIA QUERIES ==================== */

.values-stage-scroll-wrapper {
  width: 100%;
  overflow: visible;
}

.values-landscape-stage {
  width: 100%;
  min-width: 0;
}

/* ── Large Screen Adjustment (≤ 1200px) ── */
@media (max-width: 1200px) {
  .life-bento-grid {
    grid-template-columns: 280px 1fr 280px;
    gap: 16px;
  }
}

/* ── Tablet Landscape (≤ 1100px) ── */
@media (max-width: 1100px) {
  .life-page-container {
    padding: 0 20px;
  }

  .life-bento-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .bento-col-right {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .bento-row-top {
    grid-template-columns: 1fr 1fr;
  }

  .bento-card-green-wrap {
    height: auto;
    min-height: 280px;
    padding-bottom: 20px;
  }

  .testimonials-cards-grid,
  .perks-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Tablet Portrait (≤ 850px) ── */
@media (max-width: 850px) {
  .life-section-header.header-split {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .life-header-desc {
    text-align: left;
    max-width: 100%;
  }

  .life-bento-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bento-col-right {
    grid-template-columns: 1fr;
  }

  /* Values Section — Clean Mobile Card Transformation */
  .values-landscape-stage {
    min-height: auto;
    margin-top: 24px;
    min-width: 0;
  }

  .values-pins-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .value-pin-item,
  .pin-craft,
  .pin-change,
  .pin-care {
    margin-top: 0 !important;
  }

  .value-pin-item {
    background: #F8FAF7;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 20px 16px;
    box-sizing: border-box;
  }

  .value-pin-title {
    max-width: 100%;
    font-size: 15px;
  }

  .value-pin-line,
  .value-pin-dot,
  .values-landscape-bg {
    display: none !important;
  }

  .perks-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .testimonials-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ── Mobile Large (≤ 640px) ── */
@media (max-width: 640px) {
  .life-page-container {
    padding: 0 16px;
  }

  .bento-row-top,
  .bento-row-bottom {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bento-card-celebrations-wrap {
    height: auto;
    min-height: 300px;
  }

  .bento-celebrations-img {
    height: 200px;
  }

  .bento-card-food-wrap {
    height: 180px;
  }

  .bento-card-cheers-wrap {
    height: 150px;
  }

  .bento-card-worktext-wrap {
    height: auto;
    padding: 18px;
  }

  .bento-worktext-heading {
    font-size: 20px;
  }

  .values-pins-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .value-pin-item {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .testimonials-cards-grid,
  .perks-cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .life-nextstep-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .life-audit-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}

/* ── Mobile Small (≤ 480px) ── */
@media (max-width: 480px) {
  .life-page-container {
    padding: 0 14px;
  }

  .bento-green-score {
    font-size: 32px;
  }

  .bento-card-green-wrap {
    padding: 18px 16px 0 16px;
  }

  .perk-card-item,
  .testimonial-card-item {
    padding: 20px 16px;
    border-radius: 16px;
  }
}

/* ==================== NEW LIFE PAGE SECTIONS ==================== */

.life-hero-content-box {
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.life-hero-subtitle-text {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 500;
  color: #599632;
  line-height: 1.4;
  margin: 16px 0 24px 0;
}

.life-hero-paragraphs p {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.7;
  color: #69686E;
  margin: 0 0 14px 0;
}

.life-hero-paragraphs p:last-child {
  margin-bottom: 0;
}

/* Culture & Methodology */
.life-methodology-section {
  padding: 70px 0;
  background: #FFFFFF;
}

.life-methodology-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.life-methodology-left h2 {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.25;
  color: #060612;
  margin: 0 0 12px 0;
}

.life-methodology-left h3 {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  color: #599632;
  margin: 0 0 20px 0;
}

.life-methodology-paragraphs p {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15.5px;
  line-height: 1.65;
  color: #69686E;
  margin: 0 0 14px 0;
}

.life-methodology-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.life-methodology-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #EAEAEA;
}

.life-methodology-img.large {
  grid-column: span 2;
  height: 260px;
}

/* Different People One Team */
.life-teams-section {
  padding: 70px 0;
  background: #FFFFFF;
}

.life-team-group-wrap {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #EDEDED;
  box-shadow: 0 12px 36px rgba(6, 6, 18, 0.06);
  background: #FFFFFF;
}

.life-team-group-img {
  width: 100%;
  height: auto;
  max-height: 580px;
  object-fit: cover;
  display: block;
}

/* Excellence Awards Section */
.life-awards-section {
  padding: 70px 0;
  background: #FFFFFF;
  color: #060612;
}

.life-awards-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.life-awards-header-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.life-awards-title-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.life-awards-title {
  font-family: Satoshi, 'Inter', sans-serif !important;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
  line-height: 1.25;
  color: #060612;
  margin: 0;
}

.life-awards-subtitle {
  font-family: Satoshi, 'Inter', sans-serif !important;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #599632;
  font-weight: 500;
  margin: 0;
}

.life-awards-desc-row {
  margin-top: 8px;
  width: 100%;
}

.life-awards-desc-row p {
  font-family: Satoshi, 'Inter', sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  color: #69686E;
  margin: 0 0 10px 0;
}

.life-awards-desc-row p:last-child {
  margin-bottom: 0;
}

.life-awards-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.life-award-img-wrap {
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EDEDED;
}

.life-award-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.life-award-img-wrap:hover img {
  transform: scale(1.05);
}

/* Life Beyond Screen Gallery */
.life-beyond-section {
  padding: 70px 0;
  background: #FFFFFF;
}

.life-masonry-grid {
  columns: 3 280px;
  column-gap: 20px;
  width: 100%;
}

.life-masonry-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #EDEDED;
  box-shadow: 0 4px 16px rgba(6, 6, 18, 0.04);
}

.life-masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Career / Join Us CTA */
.life-career-cta-section {
  padding: 80px 0;
  background: #FFFFFF;
}

.life-career-card {
  background: linear-gradient(135deg, #0D1609 0%, #172712 100%);
  border-radius: 24px;
  padding: 60px 48px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

.life-career-left {
  max-width: 680px;
}

.life-career-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  color: #FFFFFF;
  margin: 12px 0 20px 0;
}

.life-career-desc p {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 12px 0;
}

.life-career-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .life-methodology-grid,
  .life-awards-header-grid,
  .life-career-card {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .life-career-card {
    padding: 40px 28px;
  }
}
