.bo-about-content{
  width:min(1160px, calc(100% - 36px));
  margin:0 auto;
  padding:clamp(20px, 3vw, 36px) 0 clamp(54px, 7vw, 92px);
}

.bo-about-hero-card{
  background:linear-gradient(180deg, #fff 0%, #faf9f7 100%);
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 28px rgba(0,0,0,.035);
  padding:clamp(28px, 4.6vw, 56px);
}

.bo-about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(340px, 1.05fr);
  gap:clamp(24px, 4vw, 58px);
  align-items:center;
}

.bo-about-kicker{
  margin:0 0 12px;
  color:#8a7d70;
  font-family:var(--bo-ui);
  font-size:12px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.24em;
  text-transform:uppercase;
}

.bo-about-hero-card h2{
  margin:0;
  font-family:var(--bo-headline);
  font-size:clamp(40px, 5vw, 70px);
  line-height:.98;
  font-weight:600;
}

.bo-about-lead{
  margin:22px 0 0;
  color:#3f3f3f;
  font-size:clamp(16px, 1.45vw, 18px);
  line-height:1.82;
}

.bo-about-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  margin-top:28px;
  border-radius:999px;
  background:#111;
  color:#fff !important;
  font-family:var(--bo-ui);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .22s ease, transform .22s ease;
}

.bo-about-cta:hover{
  background:#8f6f44;
  transform:translateY(-1px);
}

.bo-about-image{
  min-height:420px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.03) 0%, rgba(0,0,0,.24) 100%),
    url('/images/bali-otthon-eyecatcher.jpg') center/cover no-repeat;
  border:1px solid rgba(0,0,0,.06);
}

.bo-about-section{
  margin-top:clamp(28px, 4vw, 52px);
  padding:clamp(26px, 4vw, 46px);
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 28px rgba(0,0,0,.025);
}

.bo-about-section h3{
  margin:0 0 16px;
  font-family:var(--bo-headline);
  font-size:clamp(32px, 3.5vw, 52px);
  line-height:1.02;
  font-weight:600;
}

.bo-about-section p{
  margin:0 0 14px;
  color:#3f3f3f;
  font-size:15px;
  line-height:1.84;
}

.bo-about-values{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:clamp(16px, 2vw, 24px);
  margin-top:clamp(28px, 4vw, 52px);
}

.bo-about-value{
  min-height:245px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:linear-gradient(180deg, #fff 0%, #faf9f7 100%);
  border:1px solid rgba(0,0,0,.06);
  padding:clamp(22px, 2.8vw, 30px);
  box-shadow:0 8px 22px rgba(0,0,0,.03);
}

.bo-about-value h3{
  margin:0 0 12px;
  font-family:var(--bo-headline);
  font-size:clamp(27px, 2.7vw, 38px);
  line-height:1.04;
  font-weight:600;
}

.bo-about-value p{
  margin:0;
  color:#5f5f5f;
  font-size:14px;
  line-height:1.75;
}

.bo-about-split{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  gap:clamp(24px, 4vw, 52px);
  align-items:start;
}

.bo-about-highlight{
  padding:22px;
  background:#fff8ee;
  border:1px solid rgba(184,138,74,.28);
  color:#5d4527;
  font-size:14px;
  line-height:1.7;
}

.bo-about-highlight strong{
  display:block;
  margin-bottom:8px;
  font-family:var(--bo-headline);
  font-size:clamp(24px, 2.4vw, 32px);
  line-height:1.06;
  font-weight:600;
  color:#111;
}

@media (max-width: 940px){
  .bo-about-hero-grid,
  .bo-about-split{
    grid-template-columns:1fr;
  }

  .bo-about-image{
    min-height:320px;
  }

  .bo-about-values{
    grid-template-columns:1fr;
  }

  .bo-about-value{
    min-height:auto;
  }
}

@media (max-width: 560px){
  .bo-about-content{
    width:min(100% - 24px, 1160px);
    padding-top:18px;
  }

  .bo-about-hero-card,
  .bo-about-section{
    padding:22px 18px;
  }

  .bo-about-image{
    min-height:250px;
  }
}
